aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/oggdec.c
Commit message (Expand)AuthorAgeFilesLines
...
| * oggdec: fix memleak with continuous streams.Clément Bœsch2011-05-121-6/+10
| * oggdec: use explicit AVInputFormat struct initializersClément Bœsch2011-05-121-11/+11
| * oggdec: simplify ogg_probeClément Bœsch2011-05-121-5/+2
| * Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-291-12/+4
* | Replace deprecated url_fseek by avio_seek.Reimar Döffinger2011-05-071-1/+1
* | oggdec:Correct durationjan gerber2011-05-071-0/+12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-251-7/+7
|\|
| * oggdec: reindent after 8f3eebd6Clément Bœsch2011-04-241-7/+7
| * oggdec: use av_freep() instead of av_free()Michael Niedermayer2011-04-201-2/+2
* | Ogg: add support for Xiph's CELT (Opus) codec.Nicolas George2011-04-191-0/+1
* | Merge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'Michael Niedermayer2011-04-161-7/+1
|\|
| * oggdec: simplify audio chained ogg streams supportClément Bœsch2011-04-151-7/+1
* | oggdec: use av_freep() instead of av_free()Michael Niedermayer2011-04-111-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-111-0/+16
|\|
| * oggdec: fix demuxing chained audio streamsClément Bœsch2011-04-101-0/+16
* | Abort Ogg header parsing when we encounter a data packet.Reimar Döffinger2011-04-101-4/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-1/+1
|\|
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
| * avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
| * avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
| * avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-071-5/+5
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-3/+3
| * 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
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-081-1/+1
* | avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-081-5/+5
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-3/+3
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-3/+3
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-7/+7
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
* | oggdec: Fix incorrect assumption about header/data interleavingReimar Döffinger2011-02-091-7/+7
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-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