4239 Commits (298dd6b7c8231a25fe79de682cce4e7330500fcf)

Author SHA1 Message Date
Michael Niedermayer 0e066acb62 fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v 18 years ago
Roman Shaposhnik e950141a58 * Fixing a bug with incorrect bits set in AAUX source pack 18 years ago
Michael Niedermayer ac66834c75 avcodec_decode_audio2() 18 years ago
Michael Niedermayer 4785c01668 er and strict also apply to audio theoretically 18 years ago
Aurelien Jacobs ae5574508e cosmetics: reindent 18 years ago
Aurelien Jacobs dd9b86354c add support for another variant of vp6 18 years ago
Reimar Döffinger a5ee04c3e0 Buffer for get_bits must be padded because readers may overread. 18 years ago
Michael Niedermayer 2d0bcfb412 some interlaced direct sanity checks 18 years ago
Michael Niedermayer 3b6dc9ca6d replace a few hardcoded numbers with their correct named ones 18 years ago
Michael Niedermayer 6de062957b fix 16 CABAC_BIT * 10l bug introduced in r6578 18 years ago
Baptiste Coudurier d0f4e4fb17 print error when decoding fails 18 years ago
Diego Biurrun a9621908dc Unconditionally enable Theora decoder. It works fine now and there is no 18 years ago
Guillaume Poirier f57c7ad234 add missing bit from commit r7423 18 years ago
Siarhei Siamashka 7a88606398 Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) 18 years ago
Robert Swain a5474d50c3 enable bidirectional me with x264 18 years ago
Diego Biurrun 20c9dfe391 cosmetics: Reorder external libraries. 18 years ago
Diego Biurrun 6ebe07fbb5 variable renaming: mp3lame --> libmp3lame 18 years ago
Diego Biurrun 2eed5a461f Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin 18 years ago
Diego Biurrun 3ffab36139 variable renaming: dts --> libdts 18 years ago
Diego Biurrun f8904fd959 Rename variables: a52 --> liba52, a52bin --> liba52bin 18 years ago
Michael Niedermayer bc9a459780 maybe fixing a segfault 18 years ago
Michael Niedermayer 1e90b34f08 dead code removial 18 years ago
Michael Niedermayer 396a5e6837 store a few values in the header as difference to the last 18 years ago
Kostya Shishkov aac88b534c Decode previous 32 frames to avoid seeking artifacts in MPC 18 years ago
Michael Niedermayer 2606f38a67 skiprd doxygen comment from avcodec.h -> AVOption comment 18 years ago
Kostya Shishkov 185c7b6b26 Musepack SV7 decoding support 18 years ago
Michael Niedermayer c52f5d66a2 skiprd 18 years ago
Michael Niedermayer d951bb9a5c test DIRECT{0,0} too if flag mv0 is used 18 years ago
Baptiste Coudurier a45bc5922f bt 0 is invalid, setting min to 1 18 years ago
Aurelien Jacobs df32bc1213 more simplification 18 years ago
Michael Niedermayer acff54d831 10l 18 years ago
Michael Niedermayer 5970845f1f FIXME has already been fixed ages ago 18 years ago
Michael Niedermayer 66884a2946 simplify 18 years ago
Michael Niedermayer d6975eb82b use qscale_table in adaptive quant 18 years ago
Michael Niedermayer 2175b80bed simplify 18 years ago
Michael Niedermayer 3b9cf3bdb3 i think this if() is useless lets abuse our users to test this ;) 18 years ago
Michael Niedermayer 2f16af0667 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) 18 years ago
Michael Niedermayer 59743d16c7 dont randomly disallow intr4v in adaptive quant 18 years ago
Michael Niedermayer 51b1a6c939 dont randomly dissallow direct MBs 18 years ago
Michael Niedermayer cb284d4b77 try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD 18 years ago
Michael Niedermayer e4d0e2edb9 fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) 18 years ago
Michael Niedermayer ff8dc81b5b dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though) 18 years ago
Guillaume Poirier 5a5c770d5a Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection 18 years ago
Michael Niedermayer 832a7b631f minor doc fix 18 years ago
Baptiste Coudurier 7910d13474 always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR 18 years ago
Aurelien Jacobs 9110a0e32d Add support for VP60 and VP61. 18 years ago
Michael Niedermayer 95cefcb4ed 10l 18 years ago
Aurelien Jacobs c29ff23c2a small optimization 18 years ago
Michael Niedermayer af6a403a05 warn user if the selected diamond size is larger then the motion estimation score cache size 18 years ago
Michael Niedermayer a6daaf7cce limit x/ymin/max to me_range 18 years ago