summaryrefslogtreecommitdiffstats
path: root/libavformat/asf.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for track numbers when they are set via stringsPatrice Bensoussan2007-06-151-0/+10
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* cosmetics: Fix indentation after last commit, patch by Zuxy Meng.Zuxy Meng2007-05-061-3/+3
* use asf stream information to set bitrateZuxy Meng2007-04-301-4/+12
* add an enum for need_parsingAurelien Jacobs2007-04-151-2/+2
* DVR-MS probe audio formatJohn Donaghy2007-04-121-1/+8
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-3/+0
* fix demuxing of IMAG0002.ASFMichael Niedermayer2007-03-301-10/+8
* revert r8538 (set bit rate for asf format) until regression tests issue is st...Baptiste Coudurier2007-03-281-14/+7
* set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail comZuxy Meng2007-03-281-7/+14
* fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good ideaMichael Niedermayer2007-03-111-9/+10
* off by one errorMichael Niedermayer2007-03-051-1/+1
* Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell2007-02-201-0/+19
* use dvr-ms timestampsMichael Niedermayer2007-02-101-1/+15
* Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng2007-02-021-5/+3
* extract aspect ratioMichael Niedermayer2007-01-311-4/+52
* fix seeking in wmaMichael Niedermayer2007-01-291-1/+2
* stealing a few field names from mplayers asf demuxerMichael Niedermayer2007-01-271-15/+15
* make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer2007-01-231-12/+17
* 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-221-0/+8
* 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
* 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-221-4/+3
* 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
* 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 sensless castsMichael Niedermayer2007-01-211-2/+2
* simplify GUIDsMichael Niedermayer2007-01-211-26/+7
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmvMichael Niedermayer2007-01-151-0/+4
* Decode genre on asf/wma files.Patrice Bensoussan2006-12-281-0/+1
* Minor modifications to handle mms streaming.Ryan Martell2006-12-041-3/+6
* Use common macro PUT_UTF8 in asf.cZuxy Meng2006-11-141-13/+11
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-5/+5
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski2006-10-141-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* prevent infinite loop with VORC012.WMAMichael Niedermayer2006-09-271-0/+11
OpenPOWER on IntegriCloud