summaryrefslogtreecommitdiff
path: root/libavformat/oggparsevorbis.c
Commit message (Expand)AuthorAgeFilesLines
...
| * ogg: Always alloc the private context in vorbis_headerLuca Barbato2013-08-131-3/+3
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-1/+1
| * oggdec: fix faulty cleanup prototypeLuca Barbato2013-01-091-1/+1
* | avformat/oggparsevorbis: fix leak of ttMichael Niedermayer2013-08-071-0/+2
* | avformat/oggparsevorbis: fix leak of ctMichael Niedermayer2013-08-071-0/+2
* | oggparsevorbis: Support official chapter extensionJames Almer2013-07-141-3/+3
* | vorbiscomment: Add support for embedded cover artJames Almer2013-07-091-1/+18
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-1/+1
* | fixup_vorbis_headers: add missing malloc failure checkMichael Niedermayer2013-01-301-0/+2
* | oggparsevorbis: use av_realloc consistentlyPaweł Hajdan, Jr2013-01-301-2/+4
* | oggparsevorbis: fix vorbis_cleanup return typeMichael Niedermayer2013-01-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-071-0/+11
|\ \ | |/
| * oggdec: make sure the private parse data is cleaned upLuca Barbato2013-01-061-0/+11
* | oggparsevorbis: check channelsMichael Niedermayer2012-12-171-1/+7
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-251-0/+1
|\ \ | |/
| * ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-241-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | oggparsevorbis: fix null ptr dereferenceMichael Niedermayer2012-05-311-2/+2
* | oggparsevorbis.c: Check for OOM when using av_mallocz.Carl Eugen Hoyos2012-05-061-0/+2
* | oggvorbis: fix the first 2 packets timestamps matching issueMichael Niedermayer2012-05-051-2/+2
* | oggvorbis: move handling of first packets ts from parser to muxer.Michael Niedermayer2012-05-051-1/+1
* | oggvorbisdec: Apply timestamp calculation always when timestamps arent known.Michael Niedermayer2012-05-051-4/+6
* | oggvorbisdec: redesign special handling of first frames timestamp.Michael Niedermayer2012-05-041-7/+12
* | oggvorbis: Try to fix pts off by 1 issue.Michael Niedermayer2012-05-041-2/+2
* | oggparsevorbis: Remove code messing with cur_dts.Michael Niedermayer2012-04-111-1/+0
|/
* oggdec: output correct timestamps for VorbisJustin Ruggles2012-03-201-2/+81
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-031-0/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-201-1/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-6/+7
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-061-0/+1
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-061-2/+1
* Ogg: discard non-essential metadata from Vorbis header when creating extradataReimar Döffinger2011-01-311-2/+10
* Vorbis-in-Ogg: Do not set timebase to invalid valuesReimar Döffinger2011-01-291-3/+7
* 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