summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* ogg: Forward errors furtherLuca Barbato2015-04-20
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* oggdec: Check memory allocationFederico Tomassetti2015-03-21
* lavf: move internal fields from public to internal contextwm42015-02-10
* oggdec: add support for VP8 demuxingJames Almer2014-12-18
* oggdec: add support for Opus in Ogg demuxingNicolas George2013-10-12
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-10
* ogg: Fix potential infinite discard loopReimar Döffinger2013-08-19
* oggdec: do not fall back on binary search in the generic code.Anton Khirnov2013-07-02
* ogg: relax demuxer conformance checksLuca Barbato2013-06-22
* oggdec: make sure the private parse data is cleaned upLuca Barbato2013-01-06
* oggdec: free the ogg streams on read_header failureLuca Barbato2013-01-06
* oggdec: check memory allocationLuca Barbato2012-12-23
* oggdec: K&R cosmetic formattingLuca Barbato2012-12-23
* ogg: calculate the start position once all the headers are parsedLuca Barbato2012-09-24
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-24
* Fix uninitialized reads on malformed ogg files.Dale Curtis2012-03-08
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* misc Doxygen markup improvementsDiego Biurrun2011-12-05
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf: make some seeking functions privateAnton Khirnov2011-10-28
* 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