summaryrefslogtreecommitdiffstats
path: root/libavformat/oggparsespeex.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud