summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
Commit message (Expand)AuthorAge
* 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
* allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer2004-11-13
* dvr-ms video decoding supportMichael Niedermayer2004-10-24
* use native timebase for seekingMichael Niedermayer2004-10-10
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-23
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-12
* asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-05
* split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-05
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* seeking stuffMichael Niedermayer2004-01-17
* store searched distance in index, so we dont waste time searching for keyfram...Michael Niedermayer2004-01-17
* header parser fixMichael Niedermayer2004-01-14
* replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least dec...Michael Niedermayer2004-01-14
* use packet number instead of byte number internally for seekingMichael Niedermayer2004-01-14
* unusedMichael Niedermayer2004-01-14
* seeking fixesMichael Niedermayer2004-01-14
* memleak fixMichael Niedermayer2004-01-14
* seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at si...Kevin Kuphal2004-01-14
* ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sit...Kevin Kuphal2004-01-06
* frame rate should be completely disabled in asf (closer now) - disabled seekFabrice Bellard2003-11-10