summaryrefslogtreecommitdiff
path: root/libavformat/oggparsevorbis.c
Commit message (Expand)AuthorAge
* Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* fixup_vorbis_headers: add missing malloc failure checkMichael Niedermayer2013-01-30
* oggparsevorbis: use av_realloc consistentlyPaweł Hajdan, Jr2013-01-30
* oggparsevorbis: fix vorbis_cleanup return typeMichael Niedermayer2013-01-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-07
|\
| * oggdec: make sure the private parse data is cleaned upLuca Barbato2013-01-06
* | oggparsevorbis: check channelsMichael Niedermayer2012-12-17
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-25
|\|
| * ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-24
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | 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