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