4319 Commits (ac50bcc834a3d2cee880813424072768f84c6229)

Author SHA1 Message Date
Diego Biurrun 7ce6a249c7 cosmetics: Sort decoder/encoder/parser variables lists. 18 years ago
Måns Rullgård bf60f563aa remove the last #ifdef from allcodecs.c 18 years ago
Diego Biurrun ec23a8cb73 cosmetics: List all encoders together. 18 years ago
Måns Rullgård f9aba097a3 remove useless #ifdef CONFIG_ZLIB 18 years ago
Måns Rullgård e3d2a690e8 remove useless #ifdef CONFIG_ZLIB 18 years ago
Benjamin Larsson 21f6aa108f Remove debug line. 18 years ago
Benjamin Larsson 8adc51f2ad Add flashsv encoder to changelog and fix the encoder so it actually works. 18 years ago
Måns Rullgård 90d912afd9 remove no longer needed ifeq tests 18 years ago
Måns Rullgård eba70fa4e2 remove no longer needed #ifdefs 18 years ago
Benjamin Larsson 053185c2fa Flash screen video encoder. 18 years ago
Diego Biurrun efbd19fe76 Declare zlib dependency in the Makefile, not in the source. 18 years ago
Benjamin Larsson 60527f3163 Really fix my never ending mistakes. 18 years ago
Benjamin Larsson 97ec93e176 Don't break compilation on systems without zlib. 18 years ago
Benjamin Larsson 0f7af06674 The block_size might be used incorrectly if it is not updated. 18 years ago
Luca Barbato f8a32f450a Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego" 18 years ago
Benjamin Larsson 65de07ea4f Fixed a typo, cosmetics. 18 years ago
Benjamin Larsson 96dbe78f75 Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup. 18 years ago
Reimar Döffinger 5484dad7f6 Fix crash when pred_order greater s->blocksize >> rice_order. 18 years ago
Michael Niedermayer 88e7a4d18c checking bitstream values and other related changes 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Guillaume Poirier 50eaa857c0 remove useless cast that makes code unreadable 18 years ago
Francois Oligny-Lemieux ac658be5db harden h264 decoding to prevent some crashes when input data is corrupted. 18 years ago
Michael Niedermayer 045bdb5ab4 uint16->uint8 18 years ago
Panagiotis Issaris e2158da8cc Change the Snow encoder to always use the available MotionEstContext pointer. 18 years ago
Luca Barbato 79acfb0e13 Avoid branches in the loop and solve a gcc warning 18 years ago
Luca Barbato 6845801f82 Cosmetics 18 years ago
Panagiotis Issaris 0467531999 fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and 18 years ago
Michael Niedermayer d9319ccebd set data_size to 0 so that in case we return without setting it nothing funny can happen 18 years ago
Luca Barbato a02142a50a fix a gcc warning, avoid an unnecessary operation 18 years ago
Reimar Döffinger b18e5c031c Avoid calling decode_slice when context_initialized is not set. 18 years ago
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