summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer2007-01-23
* improve probe and give it the max scoreMichael Niedermayer2007-01-23
* Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.Michel Bardiaux2007-01-23
* consistant error return for asf_get_packet()Michael Niedermayer2007-01-22
* better padsize checkMichael Niedermayer2007-01-22
* more correct error messageMichael Niedermayer2007-01-22
* replace wrong return 0 by -1Michael Niedermayer2007-01-22
* check to detect nonsense fragment sizeMichael Niedermayer2007-01-22
* inden(ta)tionMichael Niedermayer2007-01-22
* replace nonsense code by something which makes at least some senseMichael Niedermayer2007-01-22
* check fragment offset and sizeMichael Niedermayer2007-01-22
* move frame header reading into its own functionMichael Niedermayer2007-01-22
* more correct packet alignment check and correctionMichael Niedermayer2007-01-22
* 10lMichael Niedermayer2007-01-22
* doxygenize commentsMichael Niedermayer2007-01-22
* cosmetics (aligne stuff nicely)Michael Niedermayer2007-01-22
* get rid of some sensless malloc/freeMichael Niedermayer2007-01-22
* simplifyMichael Niedermayer2007-01-22
* remove a few unused and duplicated variablesMichael Niedermayer2007-01-22
* adding a few checks to the audio packet descrambling, this should hopefully c...Michael Niedermayer2007-01-22
* cosmeticMichael Niedermayer2007-01-22
* Fix some more license headers.Diego Biurrun2007-01-22
* these variables seem to be unused on the demuxer side so theres no sense in s...Michael Niedermayer2007-01-22
* get rid of a few idiotic asserts()Michael Niedermayer2007-01-21
* useless &0x80Michael Niedermayer2007-01-21
* remove now useless codec_tag setting code in voc muxerAurelien Jacobs2007-01-21
* Remove useless #ifdef.Diego Biurrun2007-01-21
* reorder alphabeticallyMåns Rullgård2007-01-21
* remove no longer needed ifeq testsMåns Rullgård2007-01-21
* remove no longer needed #ifdefsMåns Rullgård2007-01-21
* BeOS cleanupRamiro Polla2007-01-21
* remove sensless castsMichael Niedermayer2007-01-21
* simplify GUIDsMichael Niedermayer2007-01-21
* fix msmpeg4v3 tag in asfMichael Niedermayer2007-01-21
* simplifyMichael Niedermayer2007-01-21
* the context is supposed to be freed in the generic code in utils.cMichael Niedermayer2007-01-21
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
* simplifyMichael Niedermayer2007-01-21
* set codec_tag from codec_id if its not set and can be set based on the AVCode...Michael Niedermayer2007-01-21
* this is wrong but it was that way before the AVCodecTag change, only reason w...Michael Niedermayer2007-01-21
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-21
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* fix indention (dunno why it was messed up ...)Michael Niedermayer2007-01-20
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-19
* Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves,Reimar Döffinger2007-01-19
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* cosmetics: indentationAurelien Jacobs2007-01-18
* The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed chec...François Revol2007-01-18
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18