8601 Commits (0c8400132500c50d70969f76957bcb16fa68197d)
 

Author SHA1 Message Date
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
François Revol e9d511dc7e The long awaited BeOS cleanup, phase 1 18 years ago
Alex Beregszaszi 453cd7a496 omg, major typo (fails if card supports rgb24) 18 years ago
Panagiotis Issaris e2158da8cc Change the Snow encoder to always use the available MotionEstContext pointer. 18 years ago
Diego Biurrun 2a04823942 Add/update some comments. 18 years ago
Diego Biurrun 7dc0c991da Rename do_libav var so as not to clash with the do_libav function on Solaris. 18 years ago
Michael Niedermayer 50b4468598 change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles 18 years ago
Michael Niedermayer 4497712f09 simpler branch structure in init (16 bytes smaller object file) 18 years ago
Michael Niedermayer be65b41f90 doxygenize 18 years ago
Michael Niedermayer 3da97cfdfc avoid code duplication 18 years ago
Michael Niedermayer 0726982cdb better to set things to NULL instead of random in case of out of mem 18 years ago
Michael Niedermayer 96e39edc59 simplify av_fifo_realloc() 18 years ago
Michael Niedermayer 765d4f3b4a remove near duplicate function 18 years ago
Michael Niedermayer 870a12d1c2 simplify 18 years ago
Michael Niedermayer f81b99b82b simplify 18 years ago
Michael Niedermayer 80036204af simplify 18 years ago
Luca Barbato 79acfb0e13 Avoid branches in the loop and solve a gcc warning 18 years ago
Michael Niedermayer b90ba24b9a simplify pts/dts reading 18 years ago
Luca Barbato 6845801f82 Cosmetics 18 years ago
Michael Niedermayer 75a9fbb9e9 cosmetic 18 years ago
Michael Niedermayer 7e4709b18f reduce len checks, simplifies code 18 years ago
Panagiotis Issaris 0467531999 fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and 18 years ago
Michael Niedermayer e56cfad04b seperate redo (we dont handle this possibly valid packet) from 18 years ago