aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* "removes definition for old crc func" patch by Daniel Kristjansson / danielk ...Daniel Kristjansson2007-01-231-1/+0
* make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer2007-01-231-12/+17
* remove padding to 16bit code, i dont think this change can break anything and...Michael Niedermayer2007-01-231-4/+0
* make av_find_stream_info() duration user selectableMichael Niedermayer2007-01-232-4/+7
* flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer2007-01-231-2/+2
* improve probe and give it the max scoreMichael Niedermayer2007-01-231-2/+2
* Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.Michel Bardiaux2007-01-231-1/+1
* consistant error return for asf_get_packet()Michael Niedermayer2007-01-221-1/+5
* better padsize checkMichael Niedermayer2007-01-221-1/+1
* more correct error messageMichael Niedermayer2007-01-221-1/+1
* replace wrong return 0 by -1Michael Niedermayer2007-01-221-4/+6
* check to detect nonsense fragment sizeMichael Niedermayer2007-01-221-0/+4
* inden(ta)tionMichael Niedermayer2007-01-221-1/+1
* replace nonsense code by something which makes at least some senseMichael Niedermayer2007-01-221-22/+6
* check fragment offset and sizeMichael Niedermayer2007-01-222-2/+10
* move frame header reading into its own functionMichael Niedermayer2007-01-221-50/+60
* more correct packet alignment check and correctionMichael Niedermayer2007-01-221-4/+7
* 10lMichael Niedermayer2007-01-221-2/+3
* doxygenize commentsMichael Niedermayer2007-01-221-29/+29
* cosmetics (aligne stuff nicely)Michael Niedermayer2007-01-221-5/+5
* get rid of some sensless malloc/freeMichael Niedermayer2007-01-221-4/+2
* simplifyMichael Niedermayer2007-01-221-7/+3
* remove a few unused and duplicated variablesMichael Niedermayer2007-01-222-9/+4
* adding a few checks to the audio packet descrambling, this should hopefully c...Michael Niedermayer2007-01-221-1/+9
* cosmeticMichael Niedermayer2007-01-221-1/+1
* Fix some more license headers.Diego Biurrun2007-01-221-1/+1
* these variables seem to be unused on the demuxer side so theres no sense in s...Michael Niedermayer2007-01-221-2/+0
* get rid of a few idiotic asserts()Michael Niedermayer2007-01-211-7/+5
* useless &0x80Michael Niedermayer2007-01-211-1/+1
* remove now useless codec_tag setting code in voc muxerAurelien Jacobs2007-01-211-6/+4
* Remove useless #ifdef.Diego Biurrun2007-01-211-2/+0
* reorder alphabeticallyMåns Rullgård2007-01-211-12/+6
* remove no longer needed ifeq testsMåns Rullgård2007-01-211-12/+0
* remove no longer needed #ifdefsMåns Rullgård2007-01-211-19/+1
* BeOS cleanupRamiro Polla2007-01-211-8/+0
* remove sensless castsMichael Niedermayer2007-01-211-2/+2
* simplify GUIDsMichael Niedermayer2007-01-213-61/+32
* fix msmpeg4v3 tag in asfMichael Niedermayer2007-01-211-1/+0
* simplifyMichael Niedermayer2007-01-211-20/+8
* the context is supposed to be freed in the generic code in utils.cMichael Niedermayer2007-01-211-1/+0
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-215-13/+4
* simplifyMichael Niedermayer2007-01-211-11/+6
* set codec_tag from codec_id if its not set and can be set based on the AVCode...Michael Niedermayer2007-01-211-0/+11
* this is wrong but it was that way before the AVCodecTag change, only reason w...Michael Niedermayer2007-01-211-0/+1
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-2110-18/+18
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-215-0/+7
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-2119-53/+95
* fix indention (dunno why it was messed up ...)Michael Niedermayer2007-01-201-29/+28
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-192-1/+5
* Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves,Reimar Döffinger2007-01-191-1/+1