log

age author description
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
Sun, 17 Dec 2006 22:00:12 +0000 aurel Add support for VP60 and VP61. libavcodec
Sun, 17 Dec 2006 15:41:30 +0000 michael 10l libavcodec
Sun, 17 Dec 2006 15:26:50 +0000 aurel small optimization libavcodec
Sun, 17 Dec 2006 13:11:34 +0000 michael warn user if the selected diamond size is larger then the motion estimation score cache size libavcodec
Sun, 17 Dec 2006 12:07:09 +0000 michael limit x/ymin/max to me_range libavcodec
Sun, 17 Dec 2006 11:11:44 +0000 reimar Check mb_pos is big enough before trying to access data left or above. libavcodec
Thu, 14 Dec 2006 17:58:25 +0000 banan av_log(NULL,... -> av_log(avctx,.. where appropriate. libavcodec
Thu, 14 Dec 2006 17:50:23 +0000 banan Bug fix for crashes when SSE is used on unaligned arrays. libavcodec