summaryrefslogtreecommitdiff
path: root/libavformat/oggparsevorbis.c
Commit message (Expand)AuthorAge
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* ogg: Do not try to use the parser if it is not presentLuca Barbato2015-09-10
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc,lavf: switch to the new vorbis parse APIAnton Khirnov2014-11-06
* lavc: add a public API for parsing vorbis packets.Anton Khirnov2014-11-06
* vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov2014-11-06
* ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-13
* matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-28
* oggparsevorbis: export replaygain tags from Vorbis commentsAlessandro Ghedini2014-04-04
* oggparsevorbis: fail on memory allocation errorVittorio Giovara2013-10-12
* oggvorbisdec: add support for embedded cover artJames Almer2013-10-12
* oggparsevorbis: check allocationsVittorio Giovara2013-10-12
* oggparsevorbis: support official chapter extensionJames Almer2013-10-12
* oggparsevorbis: return meaningful errorsVittorio Giovara2013-10-05
* oggparsevorbis: K&R formatting cosmeticsVittorio Giovara2013-10-03
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* ogg: Always alloc the private context in vorbis_headerLuca Barbato2013-08-13
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* oggdec: fix faulty cleanup prototypeLuca Barbato2013-01-09
* oggdec: make sure the private parse data is cleaned upLuca Barbato2013-01-06
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-24
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* oggdec: output correct timestamps for VorbisJustin Ruggles2012-03-20
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-20
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-06
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-06
* Ogg: discard non-essential metadata from Vorbis header when creating extradataReimar Döffinger2011-01-31
* Vorbis-in-Ogg: Do not set timebase to invalid valuesReimar Döffinger2011-01-29
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-16
* Fix building, include the header instead of the source fileMartin Storsjö2010-10-16
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* oggparsevorbis: Add some sanity checks to header packet ordering/presence.Alex Converse2010-08-07
* 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: Parse ogm chaptersDavid Conrad2010-03-12
* Const correctness for vorbis_commentDavid Conrad2010-03-12
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-12
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-12
* oggdec: Fix memory leak in setting up vorbis headersDavid Conrad2010-03-11
* oggdec: Don't use ogg_stream's seq for vorbis or speex headersDavid Conrad2010-03-11
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-01
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
* Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisCommentJustin Ruggles2009-10-17
* Fix possible buffer over-read in vorbis_comment, fix it double to be sure.Reimar Döffinger2009-09-24
* Correctly print number of remaining bytes in oggparsevorbis instead of alwaysReimar Döffinger2009-09-23