summaryrefslogtreecommitdiffstats
path: root/libavformat/asf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-2/+1
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-121-106/+14
* asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-051-0/+3
* split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-051-681/+4
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-6/+6
* seeking stuffMichael Niedermayer2004-01-171-8/+22
* store searched distance in index, so we dont waste time searching for keyfram...Michael Niedermayer2004-01-171-16/+74
* header parser fixMichael Niedermayer2004-01-141-3/+11
* replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least dec...Michael Niedermayer2004-01-141-9/+10
* use packet number instead of byte number internally for seekingMichael Niedermayer2004-01-141-19/+9
* unusedMichael Niedermayer2004-01-141-15/+4
* seeking fixesMichael Niedermayer2004-01-141-41/+56
* memleak fixMichael Niedermayer2004-01-141-30/+43
* seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at si...Kevin Kuphal2004-01-141-9/+127
* ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sit...Kevin Kuphal2004-01-061-0/+36
* frame rate should be completely disabled in asf (closer now) - disabled seekFabrice Bellard2003-11-101-3/+16
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-041-2/+2
* Make avi and asf demuxer export palette in palctrlRoberto Togni2003-11-021-0/+17
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+6
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-2/+2
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-081-3/+3
* use codec_tag for encoding tooMichael Niedermayer2003-08-181-2/+12
* update duration and start_time - add av_new_stream() usageFabrice Bellard2003-08-081-6/+6
* Warning and compatibility fixes.Falk Hüffner2003-05-241-2/+2
* * filling bitdepthZdenek Kabelac2003-04-221-1/+1
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-2/+1
* correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-121-3/+3
* merging fourcc with codec_tagMichael Niedermayer2003-03-081-1/+1
* prettier debug outputFrançois Revol2003-02-251-0/+22
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-29/+29
* mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech...Ryutaroh Matsumoto2002-12-201-2/+2
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-1/+1
* cleanupMichael Niedermayer2002-12-041-1/+2
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+1256
OpenPOWER on IntegriCloud