Mercurial > libavcodec.hg
graph
-
Buffer for get_bits must be padded because readers may overread. libavcodecSun, 14 Jan 2007 16:11:10 +0000, by reimar
-
replace a few hardcoded numbers with their correct named ones libavcodecSat, 13 Jan 2007 01:00:37 +0000, by michael
-
fix 16 CABAC_BIT * 10l bug introduced in r6578 libavcodecSat, 13 Jan 2007 00:56:43 +0000, by michael
-
Unconditionally enable Theora decoder. It works fine now and there is no libavcodecWed, 10 Jan 2007 14:19:33 +0000, by diego
-
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) libavcodecSun, 07 Jan 2007 23:24:14 +0000, by gpoirier
-
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavcodecSat, 06 Jan 2007 23:54:01 +0000, by diego
-
Rename variables: a52 --> liba52, a52bin --> liba52bin libavcodecSat, 06 Jan 2007 23:33:43 +0000, by diego
-
store a few values in the header as difference to the last libavcodecTue, 02 Jan 2007 12:24:31 +0000, by michael
-
Decode previous 32 frames to avoid seeking artifacts in MPC libavcodecMon, 01 Jan 2007 05:32:27 +0000, by kostya
-
skiprd doxygen comment from avcodec.h -> AVOption comment libavcodecTue, 26 Dec 2006 17:08:03 +0000, by michael
-
i think this if() is useless lets abuse our users to test this ;) libavcodecThu, 21 Dec 2006 15:21:44 +0000, by michael
-
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) libavcodecThu, 21 Dec 2006 15:20:02 +0000, by michael
-
dont randomly disallow intr4v in adaptive quant libavcodecThu, 21 Dec 2006 14:24:23 +0000, by michael
-
try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD libavcodecWed, 20 Dec 2006 23:43:13 +0000, by michael
-
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) libavcodecWed, 20 Dec 2006 17:11:54 +0000, by michael
-
dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though) libavcodecWed, 20 Dec 2006 01:30:17 +0000, by michael
-
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection libavcodecMon, 18 Dec 2006 22:43:09 +0000, by gpoirier
-
always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR libavcodecMon, 18 Dec 2006 13:45:03 +0000, by bcoudurier
-
warn user if the selected diamond size is larger then the motion estimation score cache size libavcodecSun, 17 Dec 2006 13:11:34 +0000, by michael
-
Check mb_pos is big enough before trying to access data left or above. libavcodecSun, 17 Dec 2006 11:11:44 +0000, by reimar
-
av_log(NULL,... -> av_log(avctx,.. where appropriate. libavcodecThu, 14 Dec 2006 17:58:25 +0000, by banan
-
Bug fix for crashes when SSE is used on unaligned arrays. libavcodecThu, 14 Dec 2006 17:50:23 +0000, by banan
-
vqmin/vqmax --> qmin/qmax in the option description libavcodecWed, 13 Dec 2006 11:10:41 +0000, by diego
-
Doxygen comments about variables described by Michael here: libavcodecTue, 12 Dec 2006 13:41:17 +0000, by gpoirier
-
mv overflow in map fix (untested except regression tests) libavcodecTue, 12 Dec 2006 13:31:12 +0000, by michael
-
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. libavcodecMon, 11 Dec 2006 20:18:36 +0000, by reimar