log mpegvideo.c @ 4346:855350bd0daf libavcodec

age author description
Sat, 13 Jan 2007 02:45:05 +0000 michael some interlaced direct sanity checks libavcodec
Sat, 23 Dec 2006 03:05:36 +0000 michael skiprd 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: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
Wed, 20 Dec 2006 23:43:13 +0000 michael try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD libavcodec
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h libavcodec
Thu, 07 Dec 2006 18:33:00 +0000 michael ff_check_alignment to warn the user about a missaligned stack libavcodec
Wed, 06 Dec 2006 23:46:11 +0000 mru use the standard INT64_C() macro for 64-bit constants libavcodec
Tue, 21 Nov 2006 19:37:44 +0000 michael fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr) libavcodec
Tue, 21 Nov 2006 19:35:06 +0000 michael 100l infinite loop fix libavcodec
Mon, 20 Nov 2006 14:13:32 +0000 diego Fix linking with H.261 support disabled. libavcodec
Mon, 20 Nov 2006 11:53:02 +0000 michael infiinit loop fix for CBR + adaptive quant libavcodec
Mon, 20 Nov 2006 10:48:23 +0000 michael 100l qprd fix 2nd try libavcodec
Sun, 19 Nov 2006 23:19:52 +0000 michael testing all dquant for qp_rd fixes the qp runaway to 31 bug libavcodec
Thu, 16 Nov 2006 09:58:34 +0000 bcoudurier throw error if unsupported resolution is used with h261 libavcodec
Mon, 13 Nov 2006 11:30:26 +0000 bcoudurier add low delay forcing option for mpeg1/2 encoding libavcodec
Sun, 12 Nov 2006 21:48:04 +0000 mru rename squareTbl -> ff_squareTbl libavcodec
Tue, 07 Nov 2006 09:46:57 +0000 bcoudurier add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values libavcodec
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodec
Wed, 01 Nov 2006 21:41:54 +0000 michael 10l (forgot ALT_SCAN) libavcodec
Wed, 01 Nov 2006 21:28:36 +0000 diego Rename SWAP macro to FFSWAP. libavcodec
Tue, 31 Oct 2006 22:22:11 +0000 michael fix 1/0 b frames + CBR bug libavcodec
Sat, 28 Oct 2006 15:20:00 +0000 michael prevent overflow if lambda2 is "too" large libavcodec
Sat, 28 Oct 2006 11:15:06 +0000 michael use lambda/lmax instead of qscale/qmax as end check for vbv retry libavcodec
Sat, 21 Oct 2006 22:07:01 +0000 michael prevent infinite loop libavcodec
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavcodec