summaryrefslogtreecommitdiff
path: root/libavformat/oggparsespeex.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: Remove unnecessary inclusions from libavcodecAndreas Rheinhardt2022-03-231-6/+1
* ogg: convert to new channel layout APIVittorio Giovara2022-03-151-4/+4
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-2/+3
* avformat/oggparsespeex: Check frames_per_packet and packet_sizeMichael Niedermayer2016-12-031-0/+7
* oggparsespeex: validate sample_rateAndreas Cadhalpun2016-11-071-0/+4
* Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch2016-06-211-1/+3
|\
| * Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-041-1/+3
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-10/+10
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-12/+12
* | Merge commit 'c8fa647811371885be421a84a2388529857fed23'Hendrik Leppkes2015-11-291-0/+2
|\ \ | |/
| * oggparsespeex: Fix unchecked mallocDerek Buitenhuis2015-11-231-0/+2
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8'Michael Niedermayer2014-08-141-1/+1
|\ \ | |/
| * ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-131-1/+1
* | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer2014-05-281-1/+1
|\ \ | |/
| * matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-281-1/+1
* | avformat/oggparsespeex: Check for extradata allocation failureMichael Niedermayer2013-10-201-1/+2
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-3/+1
* | oggspeexparse: fix array overreadMichael Niedermayer2012-12-121-0/+5
|/
* oggparsespeex: validate channel count and set channel layoutJustin Ruggles2012-11-121-0/+7
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-241-1/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* ogg/speex: set correct timestamp and duration for the first packet.Justin Ruggles2011-10-201-11/+9
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-061-2/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-121-1/+1
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-121-1/+1
* oggdec: Don't use ogg_stream's seq for vorbis or speex headersDavid Conrad2010-03-111-7/+10
* Fix PTS for OGM codecs.David Conrad2009-12-121-3/+4
* Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles2009-10-121-1/+49
* Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles2009-08-281-0/+10
* Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad2009-06-051-1/+2
* Set speex frame_size in ogg demuxerDavid Conrad2009-05-221-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* ReindentDavid Conrad2009-03-211-9/+9
* Fix Speex header parsing in ogg demuxerDavid Conrad2009-03-211-3/+6
* OGG: untypedef demuxer structsMåns Rullgård2008-11-061-3/+3
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-241-1/+1
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-241-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-4/+4
* Add support for speex in oggReimar Döffinger2008-02-061-0/+61