Mercurial > libavcodec.hg
graph
-
move MP3On4DecodeContext def near the code and under ifdef libavcodecSat, 26 Apr 2008 14:22:43 +0000, by bcoudurier
-
correctly patch syncword for samples rates < 16000, decoder now fully support all iso ref files libavcodecSat, 26 Apr 2008 14:18:29 +0000, by bcoudurier
-
remove old draft last case not present anymore in iso specs libavcodecSat, 26 Apr 2008 14:08:34 +0000, by bcoudurier
-
mp3on4 decoder now depends on mpeg4audio code libavcodecSat, 26 Apr 2008 14:00:27 +0000, by bcoudurier
-
Skip blocks in B-frames reuse motion vectors from next reference frame. libavcodecSat, 26 Apr 2008 13:09:36 +0000, by kostya
-
correctly compute out_size and samples number libavcodecSat, 26 Apr 2008 13:03:41 +0000, by bcoudurier
-
Fixed-point LSP and LPC decoding routines for ACELP-based codecs libavcodecSat, 26 Apr 2008 11:52:33 +0000, by voroshil
-
get_vlc2() only gets up to three levels in the tables. The last codes weren't being read properly. libavcodecSat, 26 Apr 2008 05:03:36 +0000, by ramiro
-
Fixed-point implementation of ff_cos, ff_log2, ff_exp2. libavcodecFri, 25 Apr 2008 17:14:47 +0000, by voroshil
-
remove ima qt decoding hack, decode whole frame at once libavcodecFri, 25 Apr 2008 15:09:26 +0000, by bcoudurier
-
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels libavcodecFri, 25 Apr 2008 15:06:07 +0000, by bcoudurier
-
set channels and sample rate from mpeg4audio config libavcodecFri, 25 Apr 2008 14:09:42 +0000, by bcoudurier
-
mov demuxer depends on mpeg4audio code now libavcodecFri, 25 Apr 2008 14:05:32 +0000, by bcoudurier
-
Make sure some value is always returned via data_size libavcodecFri, 25 Apr 2008 13:25:11 +0000, by mbardiaux
-
Allow bitrates zero and 13200 (needed for decoding mov and aiff) libavcodecFri, 25 Apr 2008 13:05:15 +0000, by mbardiaux
-
add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() libavcodecThu, 24 Apr 2008 22:27:13 +0000, by bwolowiec
-
Do not ignore .depend files, they are no longer generated. libavcodecThu, 24 Apr 2008 10:17:55 +0000, by diego
-
The code now is pretty self explanatory about the header structure. libavcodecTue, 22 Apr 2008 20:30:50 +0000, by ramiro
-
Use bytestream functions for reading frame header. libavcodecTue, 22 Apr 2008 20:24:07 +0000, by ramiro
-
Make Xvid wrapper use threads (with support for newest CVS Xvid only) libavcodecTue, 22 Apr 2008 20:21:21 +0000, by superdump
-
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library libavcodecTue, 22 Apr 2008 16:26:15 +0000, by diego
-
libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDotuk libavcodecTue, 22 Apr 2008 13:22:21 +0000, by lu_zero
-
change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavcodecTue, 22 Apr 2008 11:14:01 +0000, by bwolowiec
-
Add checks to ff_split_xiph_headers to ensure that returned header_len and libavcodecSun, 20 Apr 2008 23:33:49 +0000, by reimar
-
Implement FFMAX3(a,b,c) - maximum over three arguments. libavcodecSat, 19 Apr 2008 17:07:58 +0000, by voroshil
-
Make most of E-AC-3 work without breaking regression tests. libavcodecSat, 19 Apr 2008 12:04:33 +0000, by michael
-
This fixes the code so it is correct on both sides of the if(). libavcodecSat, 19 Apr 2008 11:14:55 +0000, by michael
-
Part 2 of EAC3 support, this is still disabled as it breaks regressions libavcodecSat, 19 Apr 2008 02:29:27 +0000, by michael
-
Change aac and ac3 parsers to use ff_combine_frame(). libavcodecSat, 19 Apr 2008 01:50:40 +0000, by michael
-
cosmetics: __asm__ __volatile__ --> asm volatile libavcodecThu, 17 Apr 2008 21:57:52 +0000, by diego
-
10l: my last commit broke compilation and introduced warnings libavcodecThu, 17 Apr 2008 19:48:02 +0000, by vitor
-
Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them. libavcodecThu, 17 Apr 2008 15:41:25 +0000, by astrange
-
Change k limiting code, i think the code was buggy. libavcodecThu, 17 Apr 2008 03:00:08 +0000, by michael
-
Move scale_bias to a more sane place. I am starting to wonder how this libavcodecWed, 16 Apr 2008 15:28:11 +0000, by michael
-
Avoid reverse addressing, not sure if this is faster or slower but people libavcodecWed, 16 Apr 2008 14:59:23 +0000, by michael
-
Redo r12838 one more time, hopefully transferring the history libavcodecWed, 16 Apr 2008 14:22:36 +0000, by heydowns
-
Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. libavcodecWed, 16 Apr 2008 04:40:21 +0000, by heydowns
-
Revert 12838 to redo it the right way (use svn copy to create new libavcodecWed, 16 Apr 2008 04:26:52 +0000, by heydowns
-
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs. libavcodecWed, 16 Apr 2008 01:34:55 +0000, by astrange
-
Move decode_significance_x86() and decode_significance_8x8_x86() to libavcodecTue, 15 Apr 2008 13:51:41 +0000, by heydowns
-
Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom libavcodecMon, 14 Apr 2008 20:54:23 +0000, by lu_zero
-
Clear DIRS variable in common.mak, so it does not have to be cleared in libavcodecSun, 13 Apr 2008 10:37:30 +0000, by diego
-
Unset DIRS after including subdir.mak so that the variable is not used libavcodecSun, 13 Apr 2008 10:22:46 +0000, by diego
-
Generate the list of files to clean in subdirectories in common.mak. libavcodecSun, 13 Apr 2008 10:09:47 +0000, by diego
-
Add a header file to declare Xvid IDCT functions. libavcodecSat, 12 Apr 2008 16:54:36 +0000, by diego
-
Crop parameters are unsigned, having them negative could be bad and lead libavcodecFri, 11 Apr 2008 12:57:49 +0000, by michael
-
Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv libavcodecFri, 11 Apr 2008 12:55:21 +0000, by michael
-
Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames libavcodecThu, 10 Apr 2008 06:15:17 +0000, by banan
-
Fix H.264 interframe decoding when compiling with icc. Patch by Loren libavcodecTue, 08 Apr 2008 23:49:34 +0000, by melanson
-
Fix reference to a file in MPlayer that was renamed. libavcodecTue, 08 Apr 2008 15:16:48 +0000, by diego
-
Increase alignment for DCT block arrays from 8 to 16 libavcodecTue, 08 Apr 2008 01:09:33 +0000, by superdump
-
Add a missing comma in tiff_encoder.pix_fmts libavcodecTue, 08 Apr 2008 00:57:12 +0000, by superdump
-
change of aac_ac3_parser, so it is able to send complete portion of data to decoder libavcodecSat, 05 Apr 2008 20:09:36 +0000, by bwolowiec
-
Disable the split function. This should end the mpeg1/2 global header issues. libavcodecFri, 04 Apr 2008 00:43:34 +0000, by michael
-
Do not use the mlib IDCT by default. We do not want videos which are only libavcodecWed, 02 Apr 2008 11:47:00 +0000, by michael
-
Remove flexible array member from Escape 124 libavcodecTue, 01 Apr 2008 01:28:26 +0000, by superdump
-
cosmetics: Write some Doxygen comments in a more compact fashion. libavcodecMon, 31 Mar 2008 17:30:50 +0000, by diego
-
Remove redundant #ifdef around the complete file. libavcodecMon, 31 Mar 2008 17:13:00 +0000, by diego
-
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL. libavcodecMon, 31 Mar 2008 17:12:10 +0000, by diego
-
change rle encoder to count up to 127, sgi does not support 128 libavcodecSun, 30 Mar 2008 17:27:58 +0000, by bcoudurier
-
Use 15-bit LPC precision by default. This generally gives better compression libavcodecSun, 30 Mar 2008 16:01:10 +0000, by jbr
-
Altivec and SSE2 require 16-byte alignment, so make sure they get it libavcodecSun, 30 Mar 2008 10:30:33 +0000, by gpoirier
-
check mm_flags for each DCT and skips the ones that can't be run libavcodecSun, 30 Mar 2008 10:29:28 +0000, by gpoirier
-
change name from stream type to frame type in AC3 code libavcodecFri, 28 Mar 2008 20:42:55 +0000, by bwolowiec
-
removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag libavcodecFri, 28 Mar 2008 19:59:58 +0000, by bwolowiec
-
only allocate context input buffer if AVCodecContext.error_reslience is greater than 0. libavcodecWed, 26 Mar 2008 22:36:41 +0000, by jbr
-
additional protection from segmentation faults and memory access errors by libavcodecTue, 25 Mar 2008 23:34:00 +0000, by jbr
-
Classify mlib as a configurable option, not as a hardware feature. libavcodecTue, 25 Mar 2008 21:30:16 +0000, by diego
-
Set mm_flags in dct-test to fix floating math. libavcodecTue, 25 Mar 2008 14:34:27 +0000, by benoit
-
Fix possible heap overflow caused by av_fast_realloc() libavcodecTue, 25 Mar 2008 10:15:17 +0000, by michael
-
using EAC3_STREAM_TYPE_* instead of numbers libavcodecMon, 24 Mar 2008 22:21:22 +0000, by bwolowiec
-
pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used libavcodecMon, 24 Mar 2008 11:49:59 +0000, by diego
-
Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by libavcodecSun, 23 Mar 2008 15:43:29 +0000, by jbr
-
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx() libavcodecFri, 21 Mar 2008 12:36:49 +0000, by zuxy
-
Apply 'alloc_size' attribute to ff_realloc_static() libavcodecFri, 21 Mar 2008 04:48:59 +0000, by zuxy
-
Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static() libavcodecFri, 21 Mar 2008 03:54:45 +0000, by zuxy
-
Apply 'cold' attribute to init/uninit functions in libavcodec libavcodecFri, 21 Mar 2008 03:11:20 +0000, by zuxy
-
More complete documentation for AVFrame.reference. libavcodecThu, 20 Mar 2008 18:16:13 +0000, by michael
-
Hardcode register to prevent aparent miscompilation. libavcodecThu, 20 Mar 2008 14:24:29 +0000, by michael
-
correctly set avctx->frame_size for mp3on4 and mp3adu libavcodecThu, 20 Mar 2008 09:36:04 +0000, by bcoudurier
-
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS libavcodecMon, 17 Mar 2008 02:33:08 +0000, by mru
-
Move functions that are only used when libswscale is not compiled in below libavcodecSun, 16 Mar 2008 17:34:31 +0000, by diego
-
improve precision in mdct.c using double for some temporaries libavcodecSun, 16 Mar 2008 13:15:42 +0000, by mru
-
Use correct t printf modifier for pointer differences. libavcodecFri, 14 Mar 2008 13:19:39 +0000, by diego
-
log aspect ratio forbidden value, and fail if error resilience is high libavcodecFri, 14 Mar 2008 09:33:38 +0000, by bcoudurier
-
do not fail badly if aspect ratio is 0/forbidden, fix issue 369 libavcodecThu, 13 Mar 2008 18:26:53 +0000, by bcoudurier
-
This file does not use size_t, so no need to #include <sys/types.h>. libavcodecThu, 13 Mar 2008 18:10:58 +0000, by diego
-
If consumed does not match nalsize, favor nalsize. libavcodecThu, 13 Mar 2008 01:49:19 +0000, by michael
-
Add missing stdint.h #include to headers that use it. libavcodecThu, 13 Mar 2008 00:20:15 +0000, by diego
-
make input buffer const, as it should be. fixes a warning. libavcodecMon, 10 Mar 2008 21:59:30 +0000, by jbr
-
Rename --enable-swscaler --> enable-swscale to be consistent with the libavcodecMon, 10 Mar 2008 17:54:24 +0000, by diego
-
These video decoders do not need to include and initialize the DSP libavcodecMon, 10 Mar 2008 03:07:44 +0000, by melanson
-
There is no reason to assign a variable to itself libavcodecMon, 10 Mar 2008 03:07:15 +0000, by melanson
-
downmix before imdct unless different size transforms are used. about 20% libavcodecSun, 09 Mar 2008 17:05:19 +0000, by jbr
-
cosmetics: Fix indentation in a few more places. libavcodecSat, 08 Mar 2008 20:27:16 +0000, by diego
-
cosmetics: Normalize {} placement after for, while, if. libavcodecSat, 08 Mar 2008 20:24:24 +0000, by diego
-
huffman: add a zero_count flag and use it in fraps libavcodecSat, 08 Mar 2008 18:08:16 +0000, by aurel
-
huffman: pass hnode_first as a flag instead of as an argument on its own libavcodecSat, 08 Mar 2008 17:57:13 +0000, by aurel
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavcodecSat, 08 Mar 2008 14:39:43 +0000, by diego
-
do not display par and dar if not available libavcodecThu, 06 Mar 2008 23:09:16 +0000, by bcoudurier
-
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment libavcodecThu, 06 Mar 2008 20:44:44 +0000, by mru
-
Make av_class a pointer to a const AVClass. Addresses one warning in libavcodecThu, 06 Mar 2008 17:41:31 +0000, by takis
-
fix interlaced decoding, original patch from reimar libavcodecThu, 06 Mar 2008 09:45:59 +0000, by bcoudurier
-
make compilation of mpeg12* and mpegvideo conditional libavcodecWed, 05 Mar 2008 21:43:30 +0000, by aurel
-
add dependencies for matroska audio and nut muxers over lavc libavcodecWed, 05 Mar 2008 16:34:47 +0000, by aurel
-
doxyfy frame type comments and add some more comments libavcodecWed, 05 Mar 2008 15:23:54 +0000, by aurel
-
define BI frame type along with other frame types libavcodecWed, 05 Mar 2008 15:19:26 +0000, by aurel
-
Avoid linking with h263 and mpeg4 find_frame_end() libavcodecWed, 05 Mar 2008 14:46:51 +0000, by aurel
-
fix the WC3 Xan decoder by correcting the frame accounting logic libavcodecWed, 05 Mar 2008 06:58:20 +0000, by melanson
-
move EDGE_WIDTH definition allong with draw_edges where it belongs libavcodecWed, 05 Mar 2008 00:38:14 +0000, by aurel
-
remove #include "mpegvideo.h" where it is not needed libavcodecWed, 05 Mar 2008 00:07:53 +0000, by aurel
-
Detect and prevent reading over the end of counts_*. We pass the error libavcodecTue, 04 Mar 2008 21:58:34 +0000, by michael
-
Prevent segfault due to reading over the end of the input buffer. libavcodecTue, 04 Mar 2008 21:39:21 +0000, by michael
-
Provide non null class name to avoid crash with ffmpeg -h. libavcodecMon, 03 Mar 2008 19:53:27 +0000, by michael
-
use scale factor instead of sum for downmix level adjustment. avoids division libavcodecSat, 01 Mar 2008 16:10:19 +0000, by jbr
-
pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. libavcodecSat, 01 Mar 2008 15:48:18 +0000, by jbr
-
Use 24-bit fixed-point transform coefficients until just before MDCT. This libavcodecSat, 01 Mar 2008 04:39:39 +0000, by jbr
-
more aspect ratios added in one of the ammendments libavcodecSat, 01 Mar 2008 01:58:25 +0000, by lorenm
-
Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but libavcodecThu, 28 Feb 2008 17:01:35 +0000, by reimar
-
code is ok for 4bpp in mov too, fix 16grey.mov libavcodecThu, 28 Feb 2008 16:08:52 +0000, by bcoudurier
-
Add explanatory comment to '#define FLOAT float'. libavcodecTue, 26 Feb 2008 22:52:01 +0000, by diego
-
Stuffing bytes to not violate minimum legality rate. libavcodecTue, 26 Feb 2008 20:17:30 +0000, by michael
-
Remove another temporary variable with which gcc has problems. libavcodecTue, 26 Feb 2008 18:36:58 +0000, by michael
-
Alternative and faster (on gcc x86) plane rotation. libavcodecTue, 26 Feb 2008 15:52:37 +0000, by michael
-
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), libavcodecTue, 26 Feb 2008 15:32:34 +0000, by michael
-
One variable less. No real change to the actual code. libavcodecTue, 26 Feb 2008 15:19:37 +0000, by michael
-
split encoding part of dsputil_mmx into its own file libavcodecMon, 25 Feb 2008 23:14:22 +0000, by aurel
-
compile various fdct only when encoders are enabled libavcodecMon, 25 Feb 2008 21:43:19 +0000, by aurel
-
Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute libavcodecMon, 25 Feb 2008 14:42:12 +0000, by michael
-
__asm __volatile -> asm volatile, improves code consistency and works libavcodecSun, 24 Feb 2008 14:46:22 +0000, by reimar
-
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavcodecSat, 23 Feb 2008 23:30:41 +0000, by banan
-
Disabling all SSE* code for old gcc to avoid alignment issues. libavcodecThu, 21 Feb 2008 00:06:07 +0000, by michael
-
Forgot this, which is needed for merging field pics too. libavcodecWed, 20 Feb 2008 19:48:25 +0000, by michael
-
Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2 libavcodecWed, 20 Feb 2008 19:45:38 +0000, by michael
-
Make timestamp interpolation work with mpeg2 field pictures. libavcodecWed, 20 Feb 2008 03:20:06 +0000, by michael
-
Reduce the number of senselessly scanned bytes. libavcodecTue, 19 Feb 2008 15:55:14 +0000, by michael
-
arg 10000l. Fix wrong fix committed in r12141 libavcodecTue, 19 Feb 2008 07:24:00 +0000, by gpoirier
-
10l: fix always false test: Binary & has lower precedence than == libavcodecTue, 19 Feb 2008 07:19:15 +0000, by gpoirier
-
Refactor vcprm and vcii macros by using the AVV macro. libavcodecMon, 18 Feb 2008 23:01:26 +0000, by diego
-
fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags libavcodecMon, 18 Feb 2008 21:35:31 +0000, by gpoirier
-
clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN libavcodecSat, 16 Feb 2008 19:18:30 +0000, by mru
-
FLAT objects cannot have multiple sections, so using the L1 attributes breaks libavcodecSat, 16 Feb 2008 15:17:31 +0000, by diego
-
Add header for declaration of ff_xxxx functions in imgconvert.c libavcodecFri, 15 Feb 2008 20:20:57 +0000, by vitor
-
Split avpicture_fill() in two functions. This will be libavcodecFri, 15 Feb 2008 18:01:07 +0000, by vitor
-
silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value libavcodecFri, 15 Feb 2008 13:44:08 +0000, by banan
-
Remove useless buffering of input data, so that avcodec_decode_audio never libavcodecWed, 13 Feb 2008 14:20:22 +0000, by superdump
-
Print Theora bitstream version at DEBUG, not at VERBOSE level. libavcodecWed, 13 Feb 2008 08:05:51 +0000, by diego
-
Factor bytewidth determination in its own function libavcodecMon, 11 Feb 2008 21:49:24 +0000, by vitor
-
Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may libavcodecMon, 11 Feb 2008 08:01:07 +0000, by andoma
-
asm argument that might be in memory needs a size libavcodecSun, 10 Feb 2008 01:45:42 +0000, by lorenm
-
Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. libavcodecSat, 09 Feb 2008 17:55:07 +0000, by diego
-
30% faster ff_vorbis_floor1_render_list, 3% faster overall libavcodecSat, 09 Feb 2008 13:53:15 +0000, by lorenm
-
use fewer registers in apply_welch_window_sse2 libavcodecSat, 09 Feb 2008 05:29:47 +0000, by lorenm
-
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. libavcodecWed, 06 Feb 2008 12:32:31 +0000, by lorenm
-
put loop counter in a register if possible. makes some of the qpel functions 3% faster. libavcodecWed, 06 Feb 2008 04:44:21 +0000, by lorenm
-
Check that we have enough input data in IMC decoder. libavcodecTue, 05 Feb 2008 18:39:55 +0000, by reimar
-
add qpel rounder once during hv rather than twice during hv and whatever it's averaged with libavcodecTue, 05 Feb 2008 03:58:13 +0000, by lorenm
-
clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. libavcodecTue, 05 Feb 2008 01:16:48 +0000, by lorenm
-
Deprecate old and inefficient per instruction asm(). libavcodecMon, 04 Feb 2008 20:03:08 +0000, by michael
-
Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of libavcodecMon, 04 Feb 2008 10:26:35 +0000, by diego
-
mpegvideo.h has two function declarations with the 'inline' specifier libavcodecSun, 03 Feb 2008 17:54:30 +0000, by diego
-
use mmx2/3dnow avg functions in avg_qpel*_mc00 libavcodecSun, 03 Feb 2008 16:19:37 +0000, by lorenm
-
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. libavcodecSun, 03 Feb 2008 03:21:47 +0000, by lorenm
-
Make avcodec_decode_* functions take const input buffers. libavcodecSat, 02 Feb 2008 22:54:50 +0000, by michael
-
100l, since we already check for buf_size == 769 we should also libavcodecSat, 02 Feb 2008 22:34:44 +0000, by reimar
-
Use bytestream_get_be24 to simplify palette parsing. libavcodecSat, 02 Feb 2008 22:31:11 +0000, by reimar
-
"swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields libavcodecSat, 02 Feb 2008 10:54:20 +0000, by lorenm
-
Casts to silcence "incompatible pointer type" warnings. libavcodecFri, 01 Feb 2008 13:51:06 +0000, by michael
-
one "cast discards qualifiers from pointer target type" less libavcodecFri, 01 Feb 2008 03:29:43 +0000, by michael
-
The buffer passed into the decoder should be const. libavcodecFri, 01 Feb 2008 02:26:19 +0000, by michael
-
Fix const qualifer issues found by -Wcast-qual. libavcodecFri, 01 Feb 2008 01:40:46 +0000, by michael
-
Indention, it seems i have forgotton to commit this. libavcodecFri, 01 Feb 2008 01:35:31 +0000, by michael
-
Revert r11689 and r11690 (uninitalized warning fix) as its theoretically libavcodecThu, 31 Jan 2008 14:01:33 +0000, by michael
-
fix "uninitalized" warning, the alternative way. libavcodecThu, 31 Jan 2008 01:38:00 +0000, by michael
-
revert r11677, it is considered speed critical libavcodecThu, 31 Jan 2008 01:25:29 +0000, by bcoudurier
-
add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within || libavcodecThu, 31 Jan 2008 00:57:48 +0000, by bcoudurier
-
add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses around && within || libavcodecThu, 31 Jan 2008 00:50:21 +0000, by bcoudurier
-
cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 of 's->dsp.bswap_buf' from incompatible pointer type libavcodecThu, 31 Jan 2008 00:10:56 +0000, by bcoudurier
-
init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function libavcodecThu, 31 Jan 2008 00:05:44 +0000, by bcoudurier
-
cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type libavcodecThu, 31 Jan 2008 00:01:16 +0000, by bcoudurier
-
cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type libavcodecThu, 31 Jan 2008 00:00:08 +0000, by bcoudurier
-
add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type libavcodecWed, 30 Jan 2008 23:58:44 +0000, by bcoudurier
-
add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of | libavcodecWed, 30 Jan 2008 23:54:59 +0000, by bcoudurier
-
fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type libavcodecWed, 30 Jan 2008 23:52:42 +0000, by bcoudurier
-
Add bitstream filter to convert between mov and plain text subtitles libavcodecMon, 28 Jan 2008 21:24:09 +0000, by reimar
-
Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated libavcodecMon, 28 Jan 2008 21:12:38 +0000, by heydowns
-
Move common test program infrastructure to common.mak. libavcodecSun, 27 Jan 2008 23:28:56 +0000, by diego
-
Move some lines in preparation for an upcoming commit. libavcodecSun, 27 Jan 2008 23:27:13 +0000, by diego
-
Add and use DECLARE_ASM_CONST for constants used in assembler code. libavcodecSun, 27 Jan 2008 20:50:16 +0000, by reimar
-
Use DECLARE_ALIGNED and remove unneeded attribute_used libavcodecSun, 27 Jan 2008 19:59:11 +0000, by reimar
-
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavcodecSun, 27 Jan 2008 19:57:04 +0000, by reimar
-
fix indentation that was messed up by r11628 libavcodecSun, 27 Jan 2008 08:37:28 +0000, by gpoirier
-
Do not group libamr_nb and libamr_wb together as libamr. libavcodecSat, 26 Jan 2008 12:46:46 +0000, by diego
-
Correctly clean up IntraX8Context upon codec close. libavcodecFri, 25 Jan 2008 07:37:46 +0000, by andoma
-
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. libavcodecThu, 24 Jan 2008 19:31:59 +0000, by michael
-
Add #undef printf and disable non-functional code to make test program compile. libavcodecWed, 23 Jan 2008 21:27:07 +0000, by diego
-
Fix test program compilation: Add missing #include and update the call libavcodecWed, 23 Jan 2008 10:23:24 +0000, by diego
-
Put some disabled functions that are only used in the test program in cabac.c libavcodecWed, 23 Jan 2008 10:19:39 +0000, by diego
-
Add #undef random and call the right function to fix test program compilation. libavcodecWed, 23 Jan 2008 10:18:08 +0000, by diego
-
Consistently use TEST as the preprocessor condition to enable test code. libavcodecSun, 20 Jan 2008 23:53:51 +0000, by diego
-
add missing Makefile rules for zork pcm encoder/decoder libavcodecSun, 20 Jan 2008 20:55:28 +0000, by aurel
-
and thus, nellymoser obviously also depens on fft.o libavcodecSun, 20 Jan 2008 20:51:19 +0000, by aurel
-
Save coded block patterns for future loop filtering. libavcodecFri, 18 Jan 2008 07:04:11 +0000, by kostya
-
Simplify preprocessor expression as suggested by Mans. libavcodecThu, 17 Jan 2008 08:34:53 +0000, by diego
-
Replace idiotic (what moron wrote that code?) "buffer overflow" message by libavcodecThu, 17 Jan 2008 00:12:04 +0000, by michael
-
Rename illegal identifiers, _ followed by capital is reserved for the system. libavcodecWed, 16 Jan 2008 21:21:30 +0000, by diego
-
Add const qualifiers to unmodified function parameters, fixes the warning: libavcodecWed, 16 Jan 2008 09:02:22 +0000, by diego
-
Select scan tables for 8x4 and 4x8 blocks only once. libavcodecMon, 14 Jan 2008 06:10:02 +0000, by kostya
-
gcc2 doesn't have bogus mergel, patch from Sigbj©Ìrn Skj©Áret cisc...broadpark___no libavcodecSun, 13 Jan 2008 23:58:12 +0000, by lu_zero
-
Add variable alpha and size of half window for Kaiser-Bessel Derived window libavcodecSun, 13 Jan 2008 11:02:08 +0000, by superdump
-
Get rid of fft_rev table, use ff_reverse and a shift. libavcodecSun, 13 Jan 2008 08:33:00 +0000, by reimar
-
Make the Kaiser-Bessel window generator a common function libavcodecSat, 12 Jan 2008 11:11:19 +0000, by andoma
-
Factorize some code into functions, had this in my tree and will be libavcodecFri, 11 Jan 2008 21:34:05 +0000, by michael
-
Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com. libavcodecFri, 11 Jan 2008 18:20:42 +0000, by michael
-
Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. libavcodecFri, 11 Jan 2008 18:18:45 +0000, by michael
-
Factorize some duplicated code from CAVS and H.264 into a common file. libavcodecFri, 11 Jan 2008 08:29:58 +0000, by diego
-
Fix a bug causing the generated stream to be corrupt if the buffer libavcodecWed, 09 Jan 2008 08:38:28 +0000, by andoma
-
used defined name for testing error resilience level libavcodecTue, 08 Jan 2008 23:44:48 +0000, by jbr
-
Randomly change the amount of noise if nothing is explicitly set. libavcodecTue, 08 Jan 2008 00:25:25 +0000, by michael
-
Mark the ff_svq1_frame_size_table as constant. libavcodecMon, 07 Jan 2008 12:48:42 +0000, by benoit
-
Move wmv1_scantable to .rodata section by making it an array of arrays. libavcodecMon, 07 Jan 2008 12:47:14 +0000, by benoit
-
split out init of downmix coeffs into a separate function that can be called libavcodecMon, 07 Jan 2008 00:18:02 +0000, by jbr
-
make sure that the last coupling band stops at the end of the coupling range libavcodecSun, 06 Jan 2008 23:33:30 +0000, by jbr
-
fix phase flag processing for the case when coupling coordinates are reused libavcodecSun, 06 Jan 2008 20:15:24 +0000, by jbr
-
Rename two structures, identifiers starting with _[A-Z] are reserved. libavcodecSun, 06 Jan 2008 16:02:55 +0000, by diego
-
Fractional parts of motion vectors should be accounted separately too libavcodecSun, 06 Jan 2008 11:47:53 +0000, by kostya
-
move E-AC3 header parsing to ff_ac3_parse_header() libavcodecSat, 05 Jan 2008 18:39:55 +0000, by jbr
-
do not set channels before checking request_channels libavcodecSat, 05 Jan 2008 16:47:40 +0000, by jbr
-
do not set channels before checking request_channels libavcodecSat, 05 Jan 2008 15:18:15 +0000, by jbr
-
adjust output channels based on AVCodecContext.request_channels in AC3 parser libavcodecSat, 05 Jan 2008 05:36:00 +0000, by jbr
-
Drop non key frames before the first key frame. libavcodecSat, 05 Jan 2008 01:14:09 +0000, by michael
-
Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net libavcodecFri, 04 Jan 2008 20:02:10 +0000, by banan
-
Change some files to only include the necessary headers. libavcodecFri, 04 Jan 2008 13:38:25 +0000, by diego
-
only check ac3 crc if AVCodecContext.error_resilience > 0 libavcodecThu, 03 Jan 2008 23:05:53 +0000, by jbr
-
remove workaround which is no longer needed due to libavcodecThu, 03 Jan 2008 22:41:59 +0000, by jbr
-
Direct blocks should use motion vectors from the second reference frame libavcodecMon, 31 Dec 2007 07:12:50 +0000, by kostya
-
pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments libavcodecSun, 30 Dec 2007 22:28:17 +0000, by jbr
-
cosmetics: vertical realignment after last commit libavcodecSun, 30 Dec 2007 21:09:08 +0000, by jbr
-
cosmetics: rename all AC3DecodeContext variables from ctx to s libavcodecSun, 30 Dec 2007 20:58:50 +0000, by jbr
-
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavcodecSat, 29 Dec 2007 20:49:03 +0000, by aurel
-
use cutoff frequency to adjust bandwidth in ac3 encoder libavcodecFri, 28 Dec 2007 06:13:55 +0000, by jbr
-
Remove mistakenly added multiple inclusion guards. libavcodecFri, 28 Dec 2007 01:42:58 +0000, by diego
-
Check for avcodec_open codec parameter == NULL and return error in that case libavcodecTue, 25 Dec 2007 15:36:12 +0000, by reimar
-
Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventually libavcodecSat, 22 Dec 2007 23:10:02 +0000, by lu_zero
-
Partially address issue299, no performance change apparently libavcodecSat, 22 Dec 2007 15:17:46 +0000, by lu_zero
-
add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. libavcodecFri, 21 Dec 2007 23:11:22 +0000, by gpoirier
-
Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. libavcodecFri, 21 Dec 2007 12:38:41 +0000, by diego
-
~15% faster h264_chroma_mc2/4_c() these also prevent some possible out libavcodecFri, 21 Dec 2007 10:16:22 +0000, by michael
-
30% faster h264_chroma_mc8_c(), this also prevents a possible out of libavcodecFri, 21 Dec 2007 10:01:04 +0000, by michael
-
Document a few more structure change rules with relation to ABI/API. libavcodecThu, 20 Dec 2007 09:59:07 +0000, by michael
-
Document structure change rules with relation to ABI/API. libavcodecThu, 20 Dec 2007 09:43:01 +0000, by michael
-
Add option for user to scale the amount of dynamic range compression which is libavcodecThu, 20 Dec 2007 00:55:08 +0000, by jbr
-
Fix problem with multithreaded decoding, introduced by r11214. libavcodecWed, 19 Dec 2007 23:03:52 +0000, by cehoyos
-
Remove old variable with the next major version bump. libavcodecTue, 18 Dec 2007 14:51:55 +0000, by michael
-
add bitrate helper to choose all dnxhd variants libavcodecTue, 18 Dec 2007 13:52:07 +0000, by bcoudurier
-
avoid infinite loop if pixel format conversion does not exist libavcodecTue, 18 Dec 2007 13:49:58 +0000, by bcoudurier
-
ME default does not belong to the ME type enum. libavcodecMon, 17 Dec 2007 19:26:11 +0000, by michael
-
Correct spatial prediction mode in RV30/40 for vertical left direction libavcodecMon, 17 Dec 2007 18:43:34 +0000, by kostya
-
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavcodecMon, 17 Dec 2007 17:41:24 +0000, by reimar
-
Fix crash in PCM decoder when number of channels is not set. libavcodecMon, 17 Dec 2007 10:41:47 +0000, by benoit
-
Skip dialog normalization. It shouldn't be used by the decoder, and there is libavcodecMon, 17 Dec 2007 01:09:00 +0000, by jbr
-
Revert commit made in revision 11228. I'm getting some strange results in the libavcodecMon, 17 Dec 2007 01:03:19 +0000, by jbr
-
Make strict altivec parsers happy (gcc-4.3 and others) libavcodecSun, 16 Dec 2007 14:31:38 +0000, by lu_zero
-
downmix before the IMDCT if no block switching is used libavcodecSun, 16 Dec 2007 04:25:50 +0000, by jbr
-
Add 'l' suffix where it is necessary because type can not always be libavcodecSat, 15 Dec 2007 23:08:15 +0000, by reimar
-
Make DCA decoder honor avctx->request_channels in a more advisory way. libavcodecSat, 15 Dec 2007 07:01:33 +0000, by andoma
-
Make AC3 decoder honor avctx->request_channels libavcodecSat, 15 Dec 2007 07:00:19 +0000, by andoma
-
Make fill_rectangle() available for other decoders libavcodecSat, 15 Dec 2007 06:06:16 +0000, by kostya
-
Fix brain-dead parts of r11216, specifically: libavcodecFri, 14 Dec 2007 22:49:30 +0000, by heydowns
-
Ensure that our total reference frame count does not exceed the SPS libavcodecFri, 14 Dec 2007 06:25:23 +0000, by heydowns
-
Actually return with an error condition if we're being asked to deal with too libavcodecFri, 14 Dec 2007 05:48:27 +0000, by heydowns
-
Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start. libavcodecFri, 14 Dec 2007 05:37:23 +0000, by heydowns
-
Add a missing break, before av_set_number would always return NULL for libavcodecThu, 13 Dec 2007 19:00:53 +0000, by reimar
-
Fix non_zero_count_cache for deblocking in field pictures. libavcodecThu, 13 Dec 2007 00:50:47 +0000, by heydowns
-
add required include to make this file self-contained libavcodecWed, 12 Dec 2007 22:45:03 +0000, by aurel
-
Show which bitstreamfilters were compiled in, similar to the protocols etc libavcodecWed, 12 Dec 2007 11:52:27 +0000, by takis
-
Switch VC-1 decoder to output decoded residual immediately. libavcodecSat, 08 Dec 2007 10:41:18 +0000, by kostya
-
prevent warnings about functions being possibly unused libavcodecThu, 06 Dec 2007 08:38:49 +0000, by michael
-
thank you for your efforts to keep my code clean, but i would like to libavcodecThu, 06 Dec 2007 02:02:41 +0000, by michael
-
Initialize function pointers used by error resilience code before any libavcodecWed, 05 Dec 2007 05:24:54 +0000, by heydowns
-
make the AVOption code work with strings instead of crash libavcodecMon, 03 Dec 2007 01:03:54 +0000, by michael
-
Use the correct "const float *" type for variable instead of casting const away. libavcodecSun, 02 Dec 2007 21:12:43 +0000, by reimar
-
Add missing const to last argument of decode_significance_8x8_x86. libavcodecSun, 02 Dec 2007 21:11:43 +0000, by reimar
-
fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits libavcodecSun, 02 Dec 2007 19:20:46 +0000, by bcoudurier
-
Misc spelling fixes, prefer American over British English. libavcodecSun, 02 Dec 2007 15:43:08 +0000, by diego
-
Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize libavcodecSat, 01 Dec 2007 09:39:59 +0000, by reimar
-
stupid code (casting of void*) found by checktree.sh libavcodecSat, 01 Dec 2007 00:19:44 +0000, by michael
-
wma_decode_superframe always returns s->block_align, so make libavcodecFri, 30 Nov 2007 21:51:34 +0000, by reimar
-
Fix make checkheaders, #include <inttypes.h> was missing. libavcodecFri, 30 Nov 2007 14:08:00 +0000, by diego
-
Clarify documentation for avcodec_encode_audio. libavcodecWed, 28 Nov 2007 12:41:35 +0000, by diego
-
remove useless #ifdef around extern declaration libavcodecTue, 27 Nov 2007 22:56:15 +0000, by aurel
-
make ff_p* vars extern so that they can be used in various *_mmx.c files libavcodecTue, 27 Nov 2007 22:23:34 +0000, by aurel
-
10l: init_get_bits want size in bits, not bytes libavcodecTue, 27 Nov 2007 22:00:45 +0000, by aurel
-
sync message with modern ffmpeg bitrate option syntax. libavcodecTue, 27 Nov 2007 05:32:04 +0000, by rfelker
-
remove some empty close/init functions in avcodec libavcodecSun, 25 Nov 2007 17:31:55 +0000, by aurel
-
add pcm_s16le_planar support for electronicarts files libavcodecSun, 25 Nov 2007 16:32:47 +0000, by aurel
-
split wmv2 encoder and decoder in their own files libavcodecSun, 25 Nov 2007 16:23:42 +0000, by aurel
-
Typo fix. Previous version had some picture error building up until next keyframe. libavcodecSun, 25 Nov 2007 09:43:35 +0000, by gpoirier
-
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr% libavcodecSat, 24 Nov 2007 14:34:25 +0000, by gpoirier
-
Add missing #includes to fix 'make checkheaders'. libavcodecSat, 24 Nov 2007 10:08:02 +0000, by diego
-
add VC-1 MMX DSP functions, under MIT license. libavcodecWed, 21 Nov 2007 22:41:31 +0000, by gpoirier
-
use sizeof in snprintf (note the changed code is all under #if 0) libavcodecMon, 19 Nov 2007 20:18:30 +0000, by michael
-
Call mpegvideo flush routine on h264 flush. Needed in particular libavcodecSat, 17 Nov 2007 03:04:21 +0000, by heydowns
-
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: libavcodecThu, 15 Nov 2007 12:40:40 +0000, by diego
-
Attribute for specifying direction should come right after @param. libavcodecThu, 15 Nov 2007 10:28:12 +0000, by takis
-
Use put_signed_pixels_clamped where appropriate libavcodecThu, 15 Nov 2007 06:25:20 +0000, by kostya
-
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. libavcodecWed, 14 Nov 2007 15:30:15 +0000, by alex
-
Make sine_window static. Acked by Benjamin Larsson libavcodecWed, 14 Nov 2007 15:21:42 +0000, by alex
-
Fix nellymoser decode_tag return value, patch by Stefano Sabatini libavcodecWed, 14 Nov 2007 08:22:15 +0000, by banan
-
cosmetics: Keep all OBJS entries on a line of their own. libavcodecMon, 12 Nov 2007 22:29:37 +0000, by diego
-
tring to workaround gcc 2.95 bug which causes random failures libavcodecMon, 12 Nov 2007 02:04:01 +0000, by michael
-
Improve unsupported (pixel) format error message. libavcodecSat, 10 Nov 2007 16:25:44 +0000, by diego
-
cosmetics: Fix spacial --> spatial typo in function names. libavcodecSat, 10 Nov 2007 12:24:02 +0000, by diego
-
misc spelling/grammar/wording fixes in comments libavcodecSat, 10 Nov 2007 11:51:56 +0000, by diego
-
remove inline from non speed critical functions libavcodecFri, 09 Nov 2007 21:58:50 +0000, by michael
-
add {} to make the else look a little more normal libavcodecFri, 09 Nov 2007 21:52:29 +0000, by michael
-
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation libavcodecThu, 08 Nov 2007 10:53:32 +0000, by benoit
-
Fix deblocking filter for field pictures by properly looking for first libavcodecWed, 07 Nov 2007 23:35:48 +0000, by heydowns
-
rename some msmpeg4 symbols and make them non-static libavcodecWed, 07 Nov 2007 23:23:35 +0000, by aurel
-
Fix make checkheaders by adding missing #include. libavcodecWed, 07 Nov 2007 23:06:27 +0000, by diego
-
split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER libavcodecWed, 07 Nov 2007 22:54:31 +0000, by aurel
-
Fix poc for field pictures. Prior to this, the poc of the second field libavcodecTue, 06 Nov 2007 18:48:18 +0000, by heydowns
-
fix predictor initialization for adpcm-ima encoder not to lose first sample libavcodecTue, 06 Nov 2007 13:08:04 +0000, by benoit
-
Correct assignment of interlaced_frame; was being set on output frames, libavcodecMon, 05 Nov 2007 18:16:42 +0000, by heydowns
-
Remove libvorbis Vorbis decoding support. Our native decoder is complete libavcodecSun, 04 Nov 2007 12:55:32 +0000, by diego
-
Move external library codec registration to a separate section after all libavcodecSun, 04 Nov 2007 01:25:21 +0000, by diego
-
Add decoding support for variable block size FLAC files using the latest FLAC libavcodecSun, 04 Nov 2007 00:06:33 +0000, by jbr
-
Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson. libavcodecSat, 03 Nov 2007 23:54:50 +0000, by jbr
-
Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM libavcodecSat, 03 Nov 2007 14:34:25 +0000, by banan
-
Split Musepack decoder into SV7 decoder and synth core libavcodecFri, 02 Nov 2007 06:40:42 +0000, by kostya
-
remove useless initialization to 0 of adx context libavcodecThu, 01 Nov 2007 17:50:05 +0000, by aurel
-
simplify dpcm decoders declaration using a macro libavcodecThu, 01 Nov 2007 16:04:30 +0000, by aurel
-
don't register adpcm encoders which are not implemented libavcodecThu, 01 Nov 2007 15:51:51 +0000, by aurel
-
prefer our native vorbis decoder over libvorbis libavcodecWed, 31 Oct 2007 22:39:10 +0000, by michael
-
Clarify comment block and rewrite in better English. libavcodecMon, 22 Oct 2007 15:13:10 +0000, by diego
-
remove some useless initializations (the whole context is initialized to 0) libavcodecSun, 21 Oct 2007 22:44:05 +0000, by aurel
-
Make RV10/20 decoder work with new frame format libavcodecSun, 21 Oct 2007 17:22:37 +0000, by kostya
-
ensure all compiled in codec/muxer are registered libavcodecThu, 18 Oct 2007 23:59:31 +0000, by aurel
-
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform libavcodecThu, 18 Oct 2007 16:10:36 +0000, by kostya
-
replace (disabled by default) assert(0) by abort() if the picture buffer libavcodecThu, 18 Oct 2007 11:11:33 +0000, by michael
-
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). libavcodecWed, 17 Oct 2007 23:02:35 +0000, by diego
-
Explain why there are no multiple inclusion guards in these header files. libavcodecWed, 17 Oct 2007 22:29:13 +0000, by diego
-
Clarify comment that explains why this header lacks multiple inclusion guards. libavcodecWed, 17 Oct 2007 18:23:11 +0000, by diego
-
Add FFMPEG_ prefix to all multiple inclusion guards. libavcodecWed, 17 Oct 2007 09:37:46 +0000, by diego
-
Add a comment that explains why this header lacks multiple inclusion guards. libavcodecWed, 17 Oct 2007 09:34:48 +0000, by diego
-
Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodecMon, 15 Oct 2007 22:17:39 +0000, by cehoyos
-
Fix mix-up of values in r10690 (deblocking for PAFF). libavcodecMon, 15 Oct 2007 06:23:02 +0000, by cehoyos
-
add support for VP6 with huffman encoded blocks libavcodecSun, 14 Oct 2007 22:30:59 +0000, by aurel
-
moves fraps huffman decoder to its own file, making it more generic libavcodecSun, 14 Oct 2007 21:19:40 +0000, by aurel
-
prevent infinite loop and memcpy of negative amounts libavcodecSat, 13 Oct 2007 12:25:31 +0000, by michael
-
factorize code and add safety check to prevent memcpying negative amounts libavcodecSat, 13 Oct 2007 09:58:39 +0000, by michael
-
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodecSat, 13 Oct 2007 01:34:00 +0000, by ramiro
-
10l: refill2() is not unused, it is used conditionally. libavcodecFri, 12 Oct 2007 09:38:34 +0000, by diego
-
Interlaced pictures (not just MBAFF) + spatial direct mode is not libavcodecFri, 12 Oct 2007 09:10:07 +0000, by cehoyos
-
Disable unused code; fixes several gcc warnings: libavcodecFri, 12 Oct 2007 08:43:23 +0000, by diego
-
Enable avpicture_deinterlace() for PIX_FMT_GRAY8. libavcodecThu, 11 Oct 2007 22:31:08 +0000, by cehoyos
-
Fix intended order of operations for 4 assert() checks. libavcodecThu, 11 Oct 2007 22:18:38 +0000, by cehoyos
-
Specify in documentation that avcodec_find_(en|de)coder* only searches for libavcodecThu, 11 Oct 2007 21:09:40 +0000, by ramiro
-
Set pict->interlaced_frame if returned frame is MBAFF or PAFF. libavcodecWed, 10 Oct 2007 20:31:42 +0000, by cehoyos
-
fix incorrect check for abs_diff_pic_num overflow libavcodecTue, 09 Oct 2007 17:45:34 +0000, by andoma
-
Allow to override zlib compression level in PNG encoder via avctx->compression_level libavcodecTue, 09 Oct 2007 15:33:19 +0000, by reimar
-
oops... mpegvideo_enc also depends on motion_est and ratecontrol libavcodecTue, 09 Oct 2007 05:39:49 +0000, by aurel
-
dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) libavcodecTue, 09 Oct 2007 04:49:12 +0000, by aurel
-
Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodecMon, 08 Oct 2007 17:44:38 +0000, by andoma
-
preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it libavcodecMon, 08 Oct 2007 12:23:00 +0000, by bcoudurier
-
Re-indent after PAFF MMCO implementation patch. libavcodecSun, 07 Oct 2007 23:46:51 +0000, by cehoyos
-
Augment MMCO execution to work with both fields and frames. Part of PAFF libavcodecSun, 07 Oct 2007 23:32:42 +0000, by cehoyos
-
Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches. libavcodecSat, 06 Oct 2007 15:50:55 +0000, by andoma
-
Augment mmcodecoding process to work properly with fields. Part of PAFF implementation. libavcodecSat, 06 Oct 2007 15:49:13 +0000, by andoma
-
Edge emulation for fields. Part of PAFF implementation libavcodecSat, 06 Oct 2007 15:47:02 +0000, by andoma
-
Set Picture.poc for fields and field pairs. Part of PAFF implementation. libavcodecSat, 06 Oct 2007 15:44:58 +0000, by andoma
-
Modifies macroblock addressing and current macroblock y-position for field decoding. libavcodecSat, 06 Oct 2007 05:59:14 +0000, by andoma
-
Support function and changes to reference picture reordering for PAFF. libavcodecFri, 05 Oct 2007 13:54:11 +0000, by andoma
-
Reindent fill_default_ref_list after changes for PAFF libavcodecFri, 05 Oct 2007 13:47:46 +0000, by andoma
-
Support functions and changes to default reference list creation for PAFF. libavcodecFri, 05 Oct 2007 13:41:27 +0000, by andoma
-
blackfin optimized vp3 transform and infastructure for idct libavcodecThu, 04 Oct 2007 20:47:12 +0000, by mhoffman
-
Replace "signed short" typecast with "int16_t" as suggested by libavcodecThu, 04 Oct 2007 15:13:42 +0000, by voroshil
-
Reorganize long reference management to minimize code duplication in upcoming PAFF implementation. libavcodecThu, 04 Oct 2007 06:53:12 +0000, by andoma
-
Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation. libavcodecThu, 04 Oct 2007 06:50:44 +0000, by andoma
-
Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. libavcodecThu, 04 Oct 2007 06:43:58 +0000, by andoma
-
Rename variable to make sense in both field and frame contexts (support of PAFF implementation). libavcodecThu, 04 Oct 2007 06:41:49 +0000, by andoma
-
Further modularize short reference list management for upcoming PAFF implementation. libavcodecThu, 04 Oct 2007 06:38:58 +0000, by andoma
-
Modify unreference_pic implementation with PAFF in mind. libavcodecThu, 04 Oct 2007 06:35:46 +0000, by andoma
-
Partial PAFF implementation at macroblock level. libavcodecThu, 04 Oct 2007 06:33:26 +0000, by andoma
-
Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" libavcodecWed, 03 Oct 2007 19:32:57 +0000, by voroshil
-
remove alternative declaration of h263_encode_init() libavcodecWed, 03 Oct 2007 17:47:41 +0000, by aurel
-
fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec libavcodecWed, 03 Oct 2007 17:37:22 +0000, by aurel
-
Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is libavcodecWed, 03 Oct 2007 14:01:42 +0000, by diego
-
Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file libavcodecWed, 03 Oct 2007 13:49:51 +0000, by diego
-
remove unused code, spotted by Jeff Downs, heydowns a borg d com libavcodecTue, 02 Oct 2007 20:04:39 +0000, by andoma
-
Hopefully fix sparc compilation again, add incorrectly removed variable declaration libavcodecTue, 02 Oct 2007 19:51:18 +0000, by reimar
-
Remove uses of SIGILL for CPU extension detection, that method is not acceptable libavcodecTue, 02 Oct 2007 18:18:35 +0000, by reimar
-
Rename MMCO stuff to prepare for h264/PAFF implementation. libavcodecTue, 02 Oct 2007 14:35:20 +0000, by andoma
-
Cosmetic preparations for h264/PAFF implementation. libavcodecTue, 02 Oct 2007 14:25:47 +0000, by andoma
-
100l: Revert accidental commit, restore previous version. libavcodecTue, 02 Oct 2007 13:14:37 +0000, by diego
-
Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). libavcodecTue, 02 Oct 2007 12:34:43 +0000, by diego
-
Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. libavcodecTue, 02 Oct 2007 12:16:33 +0000, by diego
-
Sanitize altivec code so it can be built with runtime check properly libavcodecTue, 02 Oct 2007 11:39:32 +0000, by lu_zero
-
Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec libavcodecTue, 02 Oct 2007 10:22:22 +0000, by diego
-
Remove const vector macro indirection that is useless and obfuscating libavcodecMon, 01 Oct 2007 14:23:36 +0000, by diego