summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
Commit message (Expand)AuthorAge
* 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
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-04
* Make avi and asf demuxer export palette in palctrlRoberto Togni2003-11-02
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
* use codec_tag for encoding tooMichael Niedermayer2003-08-18
* update duration and start_time - add av_new_stream() usageFabrice Bellard2003-08-08
* Warning and compatibility fixes.Falk Hüffner2003-05-24
* * filling bitdepthZdenek Kabelac2003-04-22
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-12
* merging fourcc with codec_tagMichael Niedermayer2003-03-08
* prettier debug outputFrançois Revol2003-02-25
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech...Ryutaroh Matsumoto2002-12-20
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
* cleanupMichael Niedermayer2002-12-04
* renamed libav to libavformatFabrice Bellard2002-11-25