log

age author description
Sun, 07 Jan 2007 00:07:10 +0000 diego cosmetics: Reorder external libraries. libavcodec
Sun, 07 Jan 2007 00:02:15 +0000 diego variable renaming: mp3lame --> libmp3lame libavcodec
Sat, 06 Jan 2007 23:54:01 +0000 diego Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavcodec
Sat, 06 Jan 2007 23:44:48 +0000 diego variable renaming: dts --> libdts libavcodec
Sat, 06 Jan 2007 23:33:43 +0000 diego Rename variables: a52 --> liba52, a52bin --> liba52bin libavcodec
Wed, 03 Jan 2007 11:32:02 +0000 michael maybe fixing a segfault libavcodec
Wed, 03 Jan 2007 00:48:20 +0000 michael dead code removial libavcodec
Tue, 02 Jan 2007 12:24:31 +0000 michael store a few values in the header as difference to the last libavcodec
Mon, 01 Jan 2007 05:32:27 +0000 kostya Decode previous 32 frames to avoid seeking artifacts in MPC libavcodec
Tue, 26 Dec 2006 17:08:03 +0000 michael skiprd doxygen comment from avcodec.h -> AVOption comment libavcodec
Sun, 24 Dec 2006 04:51:43 +0000 kostya Musepack SV7 decoding support libavcodec
Sat, 23 Dec 2006 03:05:36 +0000 michael skiprd libavcodec
Fri, 22 Dec 2006 23:30:57 +0000 michael test DIRECT{0,0} too if flag mv0 is used libavcodec
Fri, 22 Dec 2006 10:10:13 +0000 bcoudurier bt 0 is invalid, setting min to 1 libavcodec
Thu, 21 Dec 2006 22:58:02 +0000 aurel more simplification libavcodec
Thu, 21 Dec 2006 22:35:13 +0000 michael 10l libavcodec
Thu, 21 Dec 2006 15:49:40 +0000 michael FIXME has already been fixed ages ago libavcodec
Thu, 21 Dec 2006 15:46:32 +0000 michael simplify libavcodec
Thu, 21 Dec 2006 15:45:53 +0000 michael use qscale_table in adaptive quant libavcodec
Thu, 21 Dec 2006 15:22:16 +0000 michael simplify libavcodec
Thu, 21 Dec 2006 15:21:44 +0000 michael i think this if() is useless lets abuse our users to test this ;) libavcodec
Thu, 21 Dec 2006 15:20:02 +0000 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) libavcodec
Thu, 21 Dec 2006 14:24:23 +0000 michael dont randomly disallow intr4v in adaptive quant libavcodec
Thu, 21 Dec 2006 13:23:49 +0000 michael dont randomly dissallow direct MBs libavcodec
Wed, 20 Dec 2006 23:43:13 +0000 michael try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD libavcodec
Wed, 20 Dec 2006 17:11:54 +0000 michael fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) libavcodec
Wed, 20 Dec 2006 01:30:17 +0000 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) libavcodec
Mon, 18 Dec 2006 22:43:09 +0000 gpoirier Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection libavcodec
Mon, 18 Dec 2006 19:27:28 +0000 michael minor doc fix libavcodec
Mon, 18 Dec 2006 13:45:03 +0000 bcoudurier always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR libavcodec