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
2014-05-28Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer
2014-05-28matroskadec: parse the channel layout mask for FLACAnton Khirnov
2013-10-20avformat/oggparsespeex: Check for extradata allocation failureMichael Niedermayer
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2012-12-12oggspeexparse: fix array overreadMichael Niedermayer
2012-11-12oggparsespeex: validate channel count and set channel layoutJustin Ruggles
2012-09-25ogg: check that the expected number of headers had been parsedLuca Barbato
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20ogg/speex: set correct timestamp and duration for the first packet.Justin Ruggles
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-02-07Always 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
2010-03-11oggdec: Don't use ogg_stream's seq for vorbis or speex headersDavid Conrad
2009-12-12Fix PTS for OGM codecs.David Conrad
2009-10-13Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles
2009-08-28Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles
2009-06-06Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad
2009-05-22Set speex frame_size in ogg demuxerDavid Conrad
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-03-21ReindentDavid Conrad
2009-03-21Fix Speex header parsing in ogg demuxerDavid Conrad
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
2008-02-06Add support for speex in oggReimar Döffinger