aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rm.c
Commit message (Expand)AuthorAgeFilesLines
* support discarding uninterresting packetsMichael Niedermayer2005-01-221-1/+6
* RV30/RV40 demuxing (untested)Michael Niedermayer2005-01-061-5/+10
* skip INDX chunksMichael Niedermayer2005-01-031-6/+15
* rv20 encodingMichael Niedermayer2004-12-071-2/+8
* seeking in rm 2nd tryMichael Niedermayer2004-12-061-17/+31
* seeking in rmMichael Niedermayer2004-12-061-39/+88
* rm encoding fixMichael Niedermayer2004-12-061-3/+3
* try to recover from errors instead of failing fatalyMichael Niedermayer2004-12-061-6/+8
* various demuxer fixesMichael Niedermayer2004-12-061-20/+31
* rv10 thread safety fix / rv10 ffplay fixMichael Niedermayer2004-12-061-6/+1
* timestamp fixMichael Niedermayer2004-12-061-2/+22
* next try at fixing rv20 decodingMichael Niedermayer2004-12-051-4/+15
* skip unknown streams instead of failingMichael Niedermayer2004-11-191-1/+4
* rv20 demuxing fixMichael Niedermayer2004-11-191-12/+4
* do not call (av_)abort()Michael Niedermayer2004-10-011-1/+1
* dont be so pickyMichael Niedermayer2004-08-021-2/+4
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-5/+5
* correctly interleave packets during encodingMichael Niedermayer2004-05-291-6/+6
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-5/+4
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-1/+1
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+6
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-3/+3
* support for older real audio files (<= version 3)Fabrice Bellard2003-08-111-87/+166
* update duration and start_time - add av_new_stream() usageFabrice Bellard2003-08-081-6/+6
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-2/+3
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-7/+7
* use av_malloc()Fabrice Bellard2003-01-231-1/+2
* mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech...Ryutaroh Matsumoto2002-12-201-1/+1
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-2/+2
* cleanupMichael Niedermayer2002-12-041-1/+2
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+773