summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
Commit message (Expand)AuthorAge
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-25
|\
| * oggdec: reindent after 8f3eebd6Clément Bœsch2011-04-24
| * oggdec: use av_freep() instead of av_free()Michael Niedermayer2011-04-20
* | Ogg: add support for Xiph's CELT (Opus) codec.Nicolas George2011-04-19
* | Merge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'Michael Niedermayer2011-04-16
|\|
| * oggdec: simplify audio chained ogg streams supportClément Bœsch2011-04-15
* | oggdec: use av_freep() instead of av_free()Michael Niedermayer2011-04-11
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-11
|\|
| * oggdec: fix demuxing chained audio streamsClément Bœsch2011-04-10
* | Abort Ogg header parsing when we encounter a data packet.Reimar Döffinger2011-04-10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\|
| * 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
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-08
* | avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-08
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | oggdec: Fix incorrect assumption about header/data interleavingReimar Döffinger2011-02-09
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* 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