Mercurial > libavcodec.hg
graph
-
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v libavcodec2007-01-15, by michael
-
Unconditionally enable Theora decoder. It works fine now and there is no libavcodec2007-01-10, by diego
-
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavcodec2007-01-06, by diego
-
try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD libavcodec2006-12-20, by michael
-
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) libavcodec2006-12-20, 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) libavcodec2006-12-20, by michael
-
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection libavcodec2006-12-18, by gpoirier
-
warn user if the selected diamond size is larger then the motion estimation score cache size libavcodec2006-12-17, by michael
-
Check mb_pos is big enough before trying to access data left or above. libavcodec2006-12-17, by reimar
-
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. libavcodec2006-12-11, by reimar