aboutsummaryrefslogtreecommitdiff
path: root/libavformat/oggparsespeex.c
AgeCommit message (Expand)Author
2010-03-30Define 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-12Calculate 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-05Ensure 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