8173 Commits (d62a0c1e5db1607d3223cc18299e5f7f8f154237)
 

Author SHA1 Message Date
Michael Niedermayer b586d9eac3 useless &0x80 18 years ago
Diego Biurrun 7ce6a249c7 cosmetics: Sort decoder/encoder/parser variables lists. 18 years ago
Aurelien Jacobs 773be23aa7 flashsv encoder also depends on zlib 18 years ago
Aurelien Jacobs 4014fe37a3 remove now useless codec_tag setting code in voc muxer 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
Diego Biurrun 9ba6004993 Remove useless #ifdef. 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
Måns Rullgård 299c77d569 it's called libgsm, not just gsm 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 621b4c4cef reorder alphabetically 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
Måns Rullgård 30fd06bea9 check dependencies before setting CONFIG_*/ENABLE_* 18 years ago
Benjamin Larsson 053185c2fa Flash screen video encoder. 18 years ago
Luca Abeni 434f2c18e8 Increase the av_log() levels, and add some documentation for them 18 years ago
Ramiro Polla 95a47d963b BeOS cleanup 18 years ago
Michael Niedermayer fe468b331a remove sensless casts 18 years ago
Michael Niedermayer 24c14d6d01 simplify GUIDs 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
Michael Niedermayer 5c1844ab56 fix msmpeg4v3 tag in asf 18 years ago
Michael Niedermayer d65b823031 simplify 18 years ago
Michael Niedermayer acf0b6a657 the context is supposed to be freed in the generic code in utils.c 18 years ago
Michael Niedermayer bb85077fc9 remove now useless codec_tag setting code in muxers 18 years ago
Michael Niedermayer 07495657fb simplify 18 years ago
Luca Barbato f8a32f450a Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego" 18 years ago
Michael Niedermayer 5ecfa9f5fc set codec_tag from codec_id if its not set and can be set based on the AVCodecTag tables 18 years ago
Michael Niedermayer 4fde033a68 this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used 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
Michael Niedermayer 6c77805fc8 get rid of the [4] limitation of codec tag lists 18 years ago
Reimar Döffinger 5484dad7f6 Fix crash when pred_order greater s->blocksize >> rice_order. 18 years ago
Michael Niedermayer edb6e50682 export a few more codec_tag-codec_id tables 18 years ago
Michael Niedermayer 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
Michael Niedermayer 5c4e1928c0 fix indention (dunno why it was messed up ...) 18 years ago
Michael Niedermayer 88e7a4d18c checking bitstream values and other related changes 18 years ago
Reimar Döffinger 40d9c544ac Attempt to better document AVFMT_NOFILE. 18 years ago
Reimar Döffinger b8e705ec45 Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves, 18 years ago
Alex Beregszaszi a3550abd08 add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version) 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
Aurelien Jacobs 763750242b cosmetics: indentation 18 years ago
François Revol c9c1a8e794 The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL. 18 years ago