summaryrefslogtreecommitdiff
path: root/libavformat/oggparsevorbis.c
Commit message (Expand)AuthorAge
* oggparsevorbis: fix null ptr dereferenceMichael Niedermayer2012-05-31
* oggparsevorbis.c: Check for OOM when using av_mallocz.Carl Eugen Hoyos2012-05-06
* oggvorbis: fix the first 2 packets timestamps matching issueMichael Niedermayer2012-05-05
* oggvorbis: move handling of first packets ts from parser to muxer.Michael Niedermayer2012-05-05
* oggvorbisdec: Apply timestamp calculation always when timestamps arent known.Michael Niedermayer2012-05-05
* oggvorbisdec: redesign special handling of first frames timestamp.Michael Niedermayer2012-05-04
* oggvorbis: Try to fix pts off by 1 issue.Michael Niedermayer2012-05-04
* oggparsevorbis: Remove code messing with cur_dts.Michael Niedermayer2012-04-11
* 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
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-13
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* use av_malloc() in vorbis_comment()Justin Ruggles2009-02-12
* use new metadata API in ogg/vorbis demuxerAurelien Jacobs2009-02-11
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* OGG: untypedef demuxer structsMåns Rullgård2008-11-06
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-24
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-24
* OGG: Add padding at end of Vorbis headersSiarhei Siamashka2008-07-15
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* constBaptiste Coudurier2008-02-01
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07
* simply buffer checks in vorbis_comment()Måns Rullgård2007-10-13
* use bytestream_get_* in vorbis_comment()Måns Rullgård2007-10-13
* check values more thoroughly in vorbis_header()Måns Rullgård2007-10-10
* use bytestream_get_* in vorbis_header()Måns Rullgård2007-10-10