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
2016-05-28avformat/oggparseflac: Fix memleaks in old_flac_header()Michael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2014-11-06Merge commit '7784f47762d59e859b4d0f74b3e021ad9368ee2c'Michael Niedermayer
2014-11-06lavf: stop using avpriv_flac_parse_streaminfo()Anton Khirnov
2014-08-14Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8'Michael Niedermayer
2014-08-13ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone
2014-05-28Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer
2014-05-28matroskadec: parse the channel layout mask for FLACAnton Khirnov
2013-10-20avformat/oggparseflac: check ff_alloc_extradata() return codeMichael Niedermayer
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-10-07avformat/oggparseflac: fix handling of old flac in oggMichael Niedermayer
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-25ogg: check that the expected number of headers had been parsedLuca Barbato
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28oggdec: calculate correct timestamps in Ogg/FLACJustin Ruggles
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-07Always use av_set_pts_info to set the stream time base.Reimar Döffinger
2011-02-05Always use av_set_pts_info to set the stream time base.Reimar Döffinger
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-12oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad
2010-03-12Add ff_ prefix to vorbis_commentDavid Conrad
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-01-25use function and definitions from libavcodec/flac.h in oggparseflac.cJustin Ruggles
2008-12-14oggflac: fix bitstream reader usageMåns Rullgård
2008-11-06OGG: untypedef demuxer structsMåns Rullgård
2008-08-24Add ff_ prefix to ogg_codec_t structsReimar Döffinger
2008-08-24Make ogg_codec_t descriptions constReimar Döffinger
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-07Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun
2007-08-12add support for old flac in oggMichael Niedermayer
2007-06-14use get_bits_long() where neededAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-05-12set stream time_base properlyMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-12flac in ogg supportMåns Rullgård