Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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