1955 Commits (6b27f3b87f5a5b4ab3afb00e915d156301b41958)

Author SHA1 Message Date
Michael Niedermayer 4c6f7440af doxygenize comments 18 years ago
Michael Niedermayer 4e15cc8ba3 cosmetics (aligne stuff nicely) 18 years ago
Michael Niedermayer d045b8c14b get rid of some sensless malloc/free 18 years ago
Michael Niedermayer 916bb12c90 simplify 18 years ago
Michael Niedermayer 6bb2a2dfb9 remove a few unused and duplicated variables 18 years ago
Michael Niedermayer 0521946359 adding a few checks to the audio packet descrambling, this should hopefully catch all related out of array accesses 18 years ago
Michael Niedermayer b83e83b915 cosmetic 18 years ago
Diego Biurrun 9688979c51 Fix some more license headers. 18 years ago
Michael Niedermayer fc9eb13732 these variables seem to be unused on the demuxer side so theres no sense in setting them 18 years ago
Michael Niedermayer 236116cb4c get rid of a few idiotic asserts() 18 years ago
Michael Niedermayer b586d9eac3 useless &0x80 18 years ago
Aurelien Jacobs 4014fe37a3 remove now useless codec_tag setting code in voc muxer 18 years ago
Diego Biurrun 9ba6004993 Remove useless #ifdef. 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
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
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
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
Michael Niedermayer 6c77805fc8 get rid of the [4] limitation of codec tag lists 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
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 fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 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
Michael Niedermayer 80036204af simplify 18 years ago
Michael Niedermayer b90ba24b9a simplify pts/dts reading 18 years ago
Michael Niedermayer 75a9fbb9e9 cosmetic 18 years ago
Michael Niedermayer 7e4709b18f reduce len checks, simplifies code 18 years ago
Michael Niedermayer e56cfad04b seperate redo (we dont handle this possibly valid packet) from 18 years ago
Diego Biurrun db69c2e590 Make nb_streams unsigned to avoid an ugly cast. 18 years ago
Baptiste Coudurier 429088dc52 add msrle fourcc, quicktime_bmp.mov 18 years ago
Baptiste Coudurier 69d987a6e6 add png fourcc 18 years ago
Michael Niedermayer b086d4ff9c fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv 18 years ago
Michael Niedermayer c33fc0a540 fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi 18 years ago
Måns Rullgård e22f2aaf99 check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test 18 years ago
Måns Rullgård 20be72c890 save/restore number of streams 18 years ago
Roman Shaposhnik e950141a58 * Fixing a bug with incorrect bits set in AAUX source pack 18 years ago