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