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-09-26oggdec: add support for Xiph's CELT codecNicolas George
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-15oggdec: simplify audio chained ogg streams supportClément Bœsch
2011-04-10oggdec: fix demuxing chained audio streamsClément Bœsch
2010-04-16oggdec: Remove write-only variableDavid Conrad
2010-03-20Add VorbisComment writing to FLAC files.James Darnley
2010-03-12oggdec: Pass packets to header() until the stream is done with themDavid Conrad
2010-03-12Const correctness for vorbis_commentDavid Conrad
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: Seek to keyframesDavid Conrad
2010-03-11oggdec: Parse skeleton to determine the start time of each streamDavid Conrad
2010-03-11oggdec: Check that we have a codec in gptopts (needed for skeleton)David Conrad
2010-03-11oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.hDavid Conrad
2010-03-11oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad
2010-02-08Fix playback with invalid files that don't set the continuation flag forDavid Conrad
2010-01-11oggdec: Set dts when knownDavid Conrad
2010-01-11Add support for dirac in oggDavid Conrad
2009-12-12Fix PTS for OGM codecs.David Conrad
2009-10-13Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles
2009-06-14Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles
2009-05-07Warning fix: Make ogg_stream.codec constDaniel Verkamp
2009-03-21Document ogg_codec's header functionDavid Conrad
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-06OGG: untypedef demuxer structsMåns Rullgård
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-24Add ff_ prefix to ogg_codec_t structsReimar Döffinger
2008-08-24Make ogg_codec_t descriptions constReimar Döffinger
2008-08-02Revert r14497Michael Niedermayer
2008-08-01Add missing header #includes.Diego Biurrun
2008-02-06Add support for speex in oggReimar Döffinger
2008-02-04String pointers of ogg_codec_t should have const attribute.Reimar Döffinger
2008-02-02cosmetics: sort ogg_codec_t listDiego Biurrun
2008-02-01Add support for ogg text subtitles.Reimar Döffinger
2007-11-12set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård
2007-11-07Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun