2018 Commits (6fea687ec1ff083d4da8e3bddf883163508cf48f)

Author SHA1 Message Date
Michael Niedermayer 742482290f improve probe and give it the max score 18 years ago
Michel Bardiaux 373c32c711 Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. 18 years ago
Michael Niedermayer f7835507cb consistant error return for asf_get_packet() 18 years ago
Michael Niedermayer 92216453db better padsize check 18 years ago
Michael Niedermayer 0b93103a31 more correct error message 18 years ago
Michael Niedermayer ceba96cb26 replace wrong return 0 by -1 18 years ago
Michael Niedermayer 13f7e4b966 check to detect nonsense fragment size 18 years ago
Michael Niedermayer 1ae7518dda inden(ta)tion 18 years ago
Michael Niedermayer 200026aae4 replace nonsense code by something which makes at least some sense 18 years ago
Michael Niedermayer 4c71d72701 check fragment offset and size 18 years ago
Michael Niedermayer ae60a85780 move frame header reading into its own function 18 years ago
Michael Niedermayer b04d5d3116 more correct packet alignment check and correction 18 years ago
Michael Niedermayer 5e2a485507 10l 18 years ago
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