summaryrefslogtreecommitdiff
path: root/libavformat/oggparsevorbis.c
Commit message (Expand)AuthorAge
* 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
* fix buffer overread with invalid Vorbis headerMåns Rullgård2007-10-10
* remove duplicate Vorbis comment tag handlingMåns Rullgård2007-10-10
* warnings--Måns Rullgård2007-06-24
* whitespace cosmeticsMåns Rullgård2007-06-24
* use AV_RL32Måns Rullgård2007-06-24
* use more Vorbis metadata tagsMåns Rullgård2007-06-24
* replace strncpy with av_strlcpyMåns Rullgård2007-06-24
* fix some signedness warningsMåns Rullgård2006-09-27
* set stream time_base properlyMåns Rullgård2006-05-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* change extradata format for vorbisMåns Rullgård2005-05-13