summaryrefslogtreecommitdiff
path: root/libavformat/rm.c
Commit message (Expand)AuthorAge
* dont set sub_id as its completly redundant and sillyMichael Niedermayer2006-09-30
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* rm_read_audio_stream_info return type is not voidRoberto Togni2006-06-04
* Support for AAC (fourcc raac and racp) in rm filesRoberto Togni2006-06-04
* sanity checks some might have been exploitableMichael Niedermayer2006-05-13
* add size to AVIndexMichael Niedermayer2006-03-01
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* Support for 28_8 in old ar. filesRoberto Togni2005-12-25
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.raRoberto Togni2005-12-19
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička2005-12-17
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-09
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* AVPacket.posMichael Niedermayer2005-05-26
* switch to native time basesMichael Niedermayer2005-04-30
* fixing broken_rv20_1mb_.rmMichael Niedermayer2005-04-24
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
* set block alignMichael Niedermayer2005-02-28
* ra288 demuxing support (doesnt really work, might be demuxer or decoder bug)Michael Niedermayer2005-02-28
* support discarding uninterresting packetsMichael Niedermayer2005-01-22
* RV30/RV40 demuxing (untested)Michael Niedermayer2005-01-06
* skip INDX chunksMichael Niedermayer2005-01-03
* rv20 encodingMichael Niedermayer2004-12-07
* seeking in rm 2nd tryMichael Niedermayer2004-12-06
* seeking in rmMichael Niedermayer2004-12-06
* rm encoding fixMichael Niedermayer2004-12-06
* try to recover from errors instead of failing fatalyMichael Niedermayer2004-12-06
* various demuxer fixesMichael Niedermayer2004-12-06
* rv10 thread safety fix / rv10 ffplay fixMichael Niedermayer2004-12-06
* timestamp fixMichael Niedermayer2004-12-06
* next try at fixing rv20 decodingMichael Niedermayer2004-12-05
* skip unknown streams instead of failingMichael Niedermayer2004-11-19
* rv20 demuxing fixMichael Niedermayer2004-11-19
* do not call (av_)abort()Michael Niedermayer2004-10-01
* dont be so pickyMichael Niedermayer2004-08-02
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* correctly interleave packets during encodingMichael Niedermayer2004-05-29
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* support for older real audio files (<= version 3)Fabrice Bellard2003-08-11
* update duration and start_time - add av_new_stream() usageFabrice Bellard2003-08-08
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* use av_malloc()Fabrice Bellard2003-01-23
* mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech...Ryutaroh Matsumoto2002-12-20