summaryrefslogtreecommitdiffstats
path: root/libavformat/oggparsevorbis.c
Commit message (Expand)AuthorAgeFilesLines
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-161-1/+1
* Fix building, include the header instead of the source fileMartin Storsjö2010-10-161-1/+1
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-0/+3
* oggparsevorbis: Add some sanity checks to header packet ordering/presence.Alex Converse2010-08-071-0/+6
* 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-11/+0
* oggdec: Parse ogm chaptersDavid Conrad2010-03-121-1/+36
* Const correctness for vorbis_commentDavid Conrad2010-03-121-1/+1
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-121-3/+3
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-121-2/+2
* oggdec: Fix memory leak in setting up vorbis headersDavid Conrad2010-03-111-0/+1
* oggdec: Don't use ogg_stream's seq for vorbis or speex headersDavid Conrad2010-03-111-7/+8
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-011-2/+1
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-131-4/+3
* Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisCommentJustin Ruggles2009-10-171-3/+0
* Fix possible buffer over-read in vorbis_comment, fix it double to be sure.Reimar Döffinger2009-09-241-4/+5
* Correctly print number of remaining bytes in oggparsevorbis instead of alwaysReimar Döffinger2009-09-231-1/+1
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-131-0/+15
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* use av_malloc() in vorbis_comment()Justin Ruggles2009-02-121-2/+13
* use new metadata API in ogg/vorbis demuxerAurelien Jacobs2009-02-111-15/+1
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-1/+1
* OGG: untypedef demuxer structsMåns Rullgård2008-11-061-8/+8
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-241-1/+1
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-241-1/+1
* OGG: Add padding at end of Vorbis headersSiarhei Siamashka2008-07-151-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-4/+4
* constBaptiste Coudurier2008-02-011-4/+4
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-071-1/+1
* simply buffer checks in vorbis_comment()Måns Rullgård2007-10-131-10/+6
* use bytestream_get_* in vorbis_comment()Måns Rullgård2007-10-131-6/+3
* check values more thoroughly in vorbis_header()Måns Rullgård2007-10-101-1/+18
* use bytestream_get_* in vorbis_header()Måns Rullgård2007-10-101-4/+5
* fix buffer overread with invalid Vorbis headerMåns Rullgård2007-10-101-5/+13
* remove duplicate Vorbis comment tag handlingMåns Rullgård2007-10-101-4/+0
* warnings--Måns Rullgård2007-06-241-1/+1
* whitespace cosmeticsMåns Rullgård2007-06-241-24/+24
* use AV_RL32Måns Rullgård2007-06-241-5/+5
* use more Vorbis metadata tagsMåns Rullgård2007-06-241-2/+7
* replace strncpy with av_strlcpyMåns Rullgård2007-06-241-5/+6
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* set stream time_base properlyMåns Rullgård2006-05-121-0/+2
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-7/+7
* change extradata format for vorbisMåns Rullgård2005-05-131-8/+42
* s/u_char/uint8_t/Måns Rullgård2005-04-101-2/+2
* Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård2005-04-091-0/+169
OpenPOWER on IntegriCloud