summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
Commit message (Expand)AuthorAge
...
* adding a few checks to the audio packet descrambling, this should hopefully c...Michael Niedermayer2007-01-22
* cosmeticMichael Niedermayer2007-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 sensless castsMichael Niedermayer2007-01-21
* simplify GUIDsMichael Niedermayer2007-01-21
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmvMichael Niedermayer2007-01-15
* Decode genre on asf/wma files.Patrice Bensoussan2006-12-28
* Minor modifications to handle mms streaming.Ryan Martell2006-12-04
* Use common macro PUT_UTF8 in asf.cZuxy Meng2006-11-14
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski2006-10-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* prevent infinite loop with VORC012.WMAMichael Niedermayer2006-09-27
* fix some signedness warningsMåns Rullgård2006-09-27
* fix fallback if theres no indexMichael Niedermayer2006-08-23
* read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmp...Michael Niedermayer2006-08-23
* value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/S...Steve L'Homme2006-08-23
* total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Ste...Michael Niedermayer2006-08-23
* The reader ignores the size of the ASF data object and keeps onKohn Emil Dan2006-07-29
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
* timebase fixMichael Niedermayer2006-03-02
* add size to AVIndexMichael Niedermayer2006-03-01
* kill some warningsMåns Rullgård2006-02-25
* 10l, fails to compile when debug enabledAlex Beregszaszi2006-02-12
* audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)Michael Niedermayer2006-01-20
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- c...Patrice Bensoussan2005-10-26
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* changes to ignore command media embedded in MS WMV files patch by ("Brown, Mi...Mike Brown2005-08-10
* round pointer up to next packet_size multipleMichael Niedermayer2005-07-27
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* typoMichael Niedermayer2005-06-23
* AVPacket.posMichael Niedermayer2005-05-26
* switch to native time basesMichael Niedermayer2005-04-30
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* fixing demuxing of DV5700.asfMichael Niedermayer2005-04-19
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
* support discarding uninterresting packetsMichael Niedermayer2005-01-22
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* preroll is in msMichael Niedermayer2004-12-22
* fix regression test failureMichael Niedermayer2004-12-21