Mercurial > libavcodec.hg
graph
-
Correct the i_qfactor minimum, which was current set higher then the default libavcodec2006-09-15, by takis
-
Synchronize the defaults specified in the AVOptions[] array to the defaults libavcodec2006-09-14, by takis
-
replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) libavcodec2006-09-13, by aurel
-
corrects the type of the AVOption parameter "bugs", patch by Takis libavcodec2006-09-13, by gpoirier
-
adds descriptions to the libavcodec AVOptions array, taken from the libavcodec2006-09-13, by gpoirier
-
don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) libavcodec2006-09-11, by aurel
-
Add official LGPL license headers to the files that were missing them. libavcodec2006-09-10, by diego
-
Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. libavcodec2006-09-09, by kostya
-
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header() libavcodec2006-09-09, by kostya
-
undefines a few temporary defines which were not undefined after their usage. libavcodec2006-09-09, by gpoirier
-
Switch license from GPL to LGPL. The original author agreed to this as libavcodec2006-09-06, by diego
-
Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg. libavcodec2006-09-05, by diego
-
Handle raw blocks correctly (both updating pointer and storing to memory) libavcodec2006-09-05, by kostya
-
VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) libavcodec2006-09-04, by kostya
-
* Restructuring the division of labor between DV codec and DV format libavcodec2006-09-04, by romansh
-
Add copyright notice from the Independent JPEG Group instead of referring libavcodec2006-09-03, by diego
-
Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. libavcodec2006-09-03, by jbr
-
AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0]) libavcodec2006-09-03, by kostya
-
Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab libavcodec2006-09-02, by kostya
-
snow cosmetics: merge the sliced and non-sliced versions of add_yblock libavcodec2006-09-01, by lorenm
-
fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same. libavcodec2006-09-01, by lorenm
-
Align the input buffer in ffplay, introduce a public macro for aligned declarations libavcodec2006-08-31, by lu_zero
-
Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares libavcodec2006-08-31, by lu_zero
-
check the validity of the amount of the remaining bytes in the bitsteam before memcpy libavcodec2006-08-27, by michael
-
dont copy frame if the whole mp1/2/3 frame is available in one piece in the input libavcodec2006-08-26, by michael
-
another silly typo which surprisingly neither valgrind nor cmp of the file output cought libavcodec2006-08-26, by michael
-
make A32 reader align its ptr during init no matter what missaligned mess is given to it libavcodec2006-08-26, by michael
-
move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs libavcodec2006-08-26, by michael
-
optimize reorder_block() though this function seems to be executed too rarely for this to make much difference libavcodec2006-08-24, by michael
-
Alignment of the LT window, segfault fix patch by Baptiste Coudurier. libavcodec2006-08-22, by banan