summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
Commit message (Expand)AuthorAge
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-26
* oggdec: fix out of bound write in the ogg demuxerLaurent Aimar2011-09-17
* oggdec: prevent heap corruption.Chris Evans2011-07-11
* ogg: propagate return values and return more meaningful error valuesNicolas George2011-07-04
* oggdec: Abort Ogg header parsing when encountering a data packet.Reimar Döffinger2011-07-04
* ogg: fix double free when finding length of small chained oggs.Ronald S. Bultje2011-06-29
* Remove stray extra arguments from av_dlog() invocations.Diego Biurrun2011-06-02
* Remove unused variablesMans Rullgard2011-06-02
* Cosmetics: fix prototypes in oggdecClément Bœsch2011-05-12
* oggdec: fix memleak with continuous streams.Clément Bœsch2011-05-12
* oggdec: use explicit AVInputFormat struct initializersClément Bœsch2011-05-12
* oggdec: simplify ogg_probeClément Bœsch2011-05-12
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
* oggdec: reindent after 8f3eebd6Clément Bœsch2011-04-24
* oggdec: use av_freep() instead of av_free()Michael Niedermayer2011-04-20
* oggdec: simplify audio chained ogg streams supportClément Bœsch2011-04-15
* oggdec: fix demuxing chained audio streamsClément Bœsch2011-04-10
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* oggdec: Fix incorrect assumption about header/data interleavingReimar Döffinger2011-02-08
* 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