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
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2016-12-03avformat/oggparsespeex: Check frames_per_packet and packet_sizeMichael Niedermayer
2016-11-07oggparsespeex: validate sample_rateAndreas Cadhalpun
2016-06-21Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch
2016-05-04Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-11-29Merge commit 'c8fa647811371885be421a84a2388529857fed23'Hendrik Leppkes
2015-11-23oggparsespeex: Fix unchecked mallocDerek Buitenhuis
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
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/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