summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
Commit message (Expand)AuthorAge
...
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Ensure that data_offset is set correctly when there are partialAaron Colwell2010-11-29
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* Fix printf format warningsEli Friedman2010-06-09
* Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the manyReimar Döffinger2010-05-23
* oggdec: Move warning about missing granule to the correct placeDavid Conrad2010-04-16
* oggdec: Fix duration calculation if the last page in a file has no granuleDavid Conrad2010-04-16
* oggdec: Remove write-only variableDavid Conrad2010-04-16
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add VorbisComment writing to FLAC files.James Darnley2010-03-20
* oggdec: Pass packets to header() until the stream is done with themDavid Conrad2010-03-12
* oggdec: Seek to keyframesDavid Conrad2010-03-11
* oggdec: Determine pts and filepos on a packet basis in read_timestampDavid Conrad2010-03-11
* oggdec: Move PTS/DTS calculation to a functionDavid Conrad2010-03-11
* oggdec: Fix duration calculation for streams with non-zero startDavid Conrad2010-03-11
* oggdec: Parse skeleton to determine the start time of each streamDavid Conrad2010-03-11
* oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.hDavid Conrad2010-03-11
* oggdec: Set data_offset to the right valueDavid Conrad2010-03-11
* oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad2010-03-11
* Make sure the header value used to avoid repeating headers on seeking to theReimar Döffinger2010-02-08
* Fix playback with invalid files that don't set the continuation flag forDavid Conrad2010-02-08
* oggdec: Set dts when knownDavid Conrad2010-01-11
* Add support for dirac in oggDavid Conrad2010-01-11
* Fix PTS for OGM codecs.David Conrad2009-12-12
* Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles2009-10-12
* Disable parsing for ogg streams where no ogg header was found,Reimar Döffinger2009-09-30
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-13
* Ensure that there's pages to read for duration calculation in the ogg demuxerDavid Conrad2009-04-15
* Use consistent indent style in oggdec.Peter Ross2009-02-14
* OGG: untypedef demuxer structsMåns Rullgård2008-11-06
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-24
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-24
* Remove start_time guessing code.Michael Niedermayer2008-06-26
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Add support for speex in oggReimar Döffinger2008-02-06
* Add support for ogg text subtitles.Reimar Döffinger2008-01-31
* use proper url_is_streamed() APIAurelien Jacobs2007-12-19
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård2007-11-11
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07