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
2010-03-11oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad
2010-02-08Make sure the header value used to avoid repeating headers on seeking to theReimar Döffinger
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-09-30Disable parsing for ogg streams where no ogg header was found,Reimar Döffinger
2009-06-14Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles
2009-04-15Ensure that there's pages to read for duration calculation in the ogg demuxerDavid Conrad
2009-02-14Use consistent indent style in oggdec.Peter Ross
2008-11-06OGG: untypedef demuxer structsMåns Rullgård
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-08-24Add ff_ prefix to ogg_codec_t structsReimar Döffinger
2008-08-24Make ogg_codec_t descriptions constReimar Döffinger
2008-06-26Remove start_time guessing code.Michael Niedermayer
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-02-06Add support for speex in oggReimar Döffinger
2008-02-01Add support for ogg text subtitles.Reimar Döffinger
2007-12-20use proper url_is_streamed() APIAurelien Jacobs
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-12set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård
2007-11-07Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun