Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
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 |