summaryrefslogtreecommitdiff
path: root/libavformat/rm.c
Commit message (Expand)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* RealAudio Lossless decoderKostya Shishkov2012-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra2010-05-28
* ff_rm_metadata is const.Reimar Döffinger2009-09-06
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-17
* split rm muxer and demuxer in their own filesAurelien Jacobs2007-05-30
* Atrac3 decoder.Benjamin Larsson2007-04-17
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* Do not return invalid pointer for non-audio or video streams.Sam Hocevar2007-03-30
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-03
* 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