Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20ogg/speex: set correct timestamp and duration for the first packet.Justin Ruggles
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-02-07Always use av_set_pts_info to set the stream time base.Reimar Döffinger
2010-03-31Define 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-13Calculate 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-06Ensure 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