summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-20avformat/oggparsespeex: Check for extradata allocation failureMichael Niedermayer1-1/+2
2013-10-13avformat: use ff_alloc_extradata()Paul B Mahol52-218/+83
2012-12-12oggspeexparse: fix array overreadMichael Niedermayer1-0/+5
2012-11-12oggparsespeex: validate channel count and set channel layoutJustin Ruggles1-0/+7
2012-09-24ogg: check that the expected number of headers had been parsedLuca Barbato10-5/+34
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov139-205/+338
2011-10-20ogg/speex: set correct timestamp and duration for the first packet.Justin Ruggles1-11/+9
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun27-40/+40
2011-02-06Always use av_set_pts_info to set the stream time base.Reimar Döffinger8-16/+12
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-03-12oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad6-8/+8
2010-03-12Add ff_ prefix to vorbis_commentDavid Conrad6-7/+7
2010-03-11oggdec: Don't use ogg_stream's seq for vorbis or speex headersDavid Conrad2-14/+18
2009-12-12Fix PTS for OGM codecs.David Conrad4-14/+45
2009-10-12Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles3-1/+52
2009-08-28Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles2-3/+16
2009-06-05Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad2-2/+4
2009-05-22Set speex frame_size in ogg demuxerDavid Conrad1-0/+1
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-03-21ReindentDavid Conrad1-9/+9
2009-03-21Fix Speex header parsing in ogg demuxerDavid Conrad1-3/+6
2008-11-06OGG: untypedef demuxer structsMåns Rullgård7-83/+83
2008-08-24Add ff_ prefix to ogg_codec_t structsReimar Döffinger7-27/+27
2008-08-24Make ogg_codec_t descriptions constReimar Döffinger7-20/+20
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-02-06Add support for speex in oggReimar Döffinger5-0/+65