summaryrefslogtreecommitdiff
path: root/libavformat/rm.c
Commit message (Collapse)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
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra2010-05-28
| | | | | | Patch by Francesco Lavra <francescolavra interfree it>. Originally committed as revision 23360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_rm_metadata is const.Reimar Döffinger2009-09-06
| | | | Originally committed as revision 19786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-17
| | | | Originally committed as revision 17396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split rm muxer and demuxer in their own filesAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Atrac3 decoder.Benjamin Larsson2007-04-17
| | | | Originally committed as revision 8747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not return invalid pointer for non-audio or video streams.Sam Hocevar2007-03-30
| | | | | | Patch by Sam Hocevar sam+ffmpeg zoy org Originally committed as revision 8564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
| | | | Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set sub_id as its completly redundant and sillyMichael Niedermayer2006-09-30
| | | | Originally committed as revision 6393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rm_read_audio_stream_info return type is not voidRoberto Togni2006-06-04
| | | | | | | Check for errors returned by rm_read_audio_stream_info Check for overflow in aac extradata allocation Originally committed as revision 5455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for AAC (fourcc raac and racp) in rm filesRoberto Togni2006-06-04
| | | | Originally committed as revision 5454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks some might have been exploitableMichael Niedermayer2006-05-13
| | | | Originally committed as revision 5370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add size to AVIndexMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for 28_8 in old ar. filesRoberto Togni2005-12-25
| | | | Originally committed as revision 4772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.raRoberto Togni2005-12-19
| | | | | | Based on patch by "mkhodor7 <-> yahoo | com" Originally committed as revision 4759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička2005-12-17
| | | | | | Credits to Mikulas Patocka (mikulas at artax karlin mff cuni cz) Originally committed as revision 4748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-09
| | | | | | | | | Add cook demucing, change rm demuxer so that it reorders audio packets before sending them to the decoder, and send minimum decodeable sized packets; pass only real codec extradata fo the decoder Fix 28_8 decoder for the new demuxer strategy Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
| | | | | | | in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing broken_rv20_1mb_.rmMichael Niedermayer2005-04-24
| | | | Originally committed as revision 4155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set block alignMichael Niedermayer2005-02-28
| | | | Originally committed as revision 3993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ra288 demuxing support (doesnt really work, might be demuxer or decoder bug)Michael Niedermayer2005-02-28
| | | | Originally committed as revision 3992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support discarding uninterresting packetsMichael Niedermayer2005-01-22
| | | | Originally committed as revision 3860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30/RV40 demuxing (untested)Michael Niedermayer2005-01-06
| | | | Originally committed as revision 3809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip INDX chunksMichael Niedermayer2005-01-03
| | | | Originally committed as revision 3796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 encodingMichael Niedermayer2004-12-07
| | | | Originally committed as revision 3739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking in rm 2nd tryMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking in rmMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rm encoding fixMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to recover from errors instead of failing fatalyMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various demuxer fixesMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 thread safety fix / rv10 ffplay fixMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamp fixMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* next try at fixing rv20 decodingMichael Niedermayer2004-12-05
| | | | Originally committed as revision 3728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip unknown streams instead of failingMichael Niedermayer2004-11-19
| | | | Originally committed as revision 3693 to svn://svn.ffmpeg.org/ffmpeg/trunk