summaryrefslogtreecommitdiff
path: root/libavformat/oggparsespeex.c
Commit message (Expand)AuthorAge
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* oggparsespeex: Fix unchecked mallocDerek Buitenhuis2015-11-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-13
* matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-28
* 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