aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/asf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* fix fallback if theres no indexMichael Niedermayer2006-08-231-3/+4
* read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmp...Michael Niedermayer2006-08-231-3/+78
* value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/S...Steve L'Homme2006-08-231-1/+2
* total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Ste...Michael Niedermayer2006-08-231-1/+2
* The reader ignores the size of the ASF data object and keeps onKohn Emil Dan2006-07-291-0/+9
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-16/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-6/+6
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-161-1/+0
* timebase fixMichael Niedermayer2006-03-021-1/+1
* add size to AVIndexMichael Niedermayer2006-03-011-1/+1
* kill some warningsMåns Rullgård2006-02-251-1/+1
* 10l, fails to compile when debug enabledAlex Beregszaszi2006-02-121-1/+1
* audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)Michael Niedermayer2006-01-201-2/+63
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-204/+204
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-15/+15
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- c...Patrice Bensoussan2005-10-261-1/+1
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-4/+4
* changes to ignore command media embedded in MS WMV files patch by ("Brown, Mi...Mike Brown2005-08-101-0/+3
* round pointer up to next packet_size multipleMichael Niedermayer2005-07-271-2/+2
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-26/+26
* typoMichael Niedermayer2005-06-231-1/+1
* AVPacket.posMichael Niedermayer2005-05-261-0/+1
* switch to native time basesMichael Niedermayer2005-04-301-5/+2
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-1/+1
* fixing demuxing of DV5700.asfMichael Niedermayer2005-04-191-2/+4
* more fine grained discarding of packetsMichael Niedermayer2005-03-171-1/+4
* support discarding uninterresting packetsMichael Niedermayer2005-01-221-2/+3
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-1/+1
* preroll is in msMichael Niedermayer2004-12-221-4/+4
* fix regression test failureMichael Niedermayer2004-12-211-1/+1
* allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer2004-11-131-1/+1
* dvr-ms video decoding supportMichael Niedermayer2004-10-241-0/+2
* use native timebase for seekingMichael Niedermayer2004-10-101-2/+2
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-3/+3
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-231-1/+1