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 (Expand)Author
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-19RealAudio Lossless decoderKostya Shishkov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-05-28Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra
2009-09-06ff_rm_metadata is const.Reimar Döffinger
2009-02-18use new metadata API in rm (de)muxerAurelien Jacobs
2007-05-30split rm muxer and demuxer in their own filesAurelien Jacobs
2007-04-18Atrac3 decoder.Benjamin Larsson
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-03-31Do not return invalid pointer for non-audio or video streams.Sam Hocevar
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-11-02reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-03Remove unused variables and the corresponding warnings along with them.Diego Biurrun
2006-09-30dont set sub_id as its completly redundant and sillyMichael Niedermayer
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-05rm_read_audio_stream_info return type is not voidRoberto Togni
2006-06-04Support for AAC (fourcc raac and racp) in rm filesRoberto Togni
2006-05-13sanity checks some might have been exploitableMichael Niedermayer
2006-03-01add size to AVIndexMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-25Support for 28_8 in old ar. filesRoberto Togni
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-19Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.raRoberto Togni
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-17malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička
2005-12-09Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-04-25fixing broken_rv20_1mb_.rmMichael Niedermayer
2005-03-17more fine grained discarding of packetsMichael Niedermayer
2005-02-28set block alignMichael Niedermayer
2005-02-28ra288 demuxing support (doesnt really work, might be demuxer or decoder bug)Michael Niedermayer
2005-01-22support discarding uninterresting packetsMichael Niedermayer
2005-01-06RV30/RV40 demuxing (untested)Michael Niedermayer
2005-01-03skip INDX chunksMichael Niedermayer
2004-12-07rv20 encodingMichael Niedermayer
2004-12-07seeking in rm 2nd tryMichael Niedermayer
2004-12-07seeking in rmMichael Niedermayer
2004-12-07rm encoding fixMichael Niedermayer
2004-12-06try to recover from errors instead of failing fatalyMichael Niedermayer
2004-12-06various demuxer fixesMichael Niedermayer
2004-12-06rv10 thread safety fix / rv10 ffplay fixMichael Niedermayer
2004-12-06timestamp fixMichael Niedermayer