summaryrefslogtreecommitdiffstats
path: root/libavformat/asf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud