March 31, 2010
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
March 20, 2010
View 66061a1

Add VorbisComment writing to FLAC files. Patch by James Darnley <james darnley at gmail>.

James Darnley authored on 2010/03/20 22:36:43
March 12, 2010
View 8730fad

oggdec: Parse ogm chapters

David Conrad authored on 2010/03/12 14:16:57
View 533c30f

Const correctness for vorbis_comment

David Conrad authored on 2010/03/12 14:16:47
View b53cde4

oggdec: Metadata is per-stream; don't merge multiple streams' together

David Conrad authored on 2010/03/12 14:16:44
View e4d2d8c

Add ff_ prefix to vorbis_comment

David Conrad authored on 2010/03/12 14:16:39
March 11, 2010
View 2ac4115

oggdec: Fix memory leak in setting up vorbis headers

David Conrad authored on 2010/03/11 16:17:49
View 8f8320d

oggdec: Don't use ogg_stream's seq for vorbis or speex headers

David Conrad authored on 2010/03/11 16:17:46
February 1, 2010
View ca76a11

Add a list of generic tags and change demuxers to follow it. Patch by Anton Khirnov, wyskas at gmail dot com

Anton Khirnov authored on 2010/02/01 20:39:10
December 14, 2009
View 12ad667

Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped arrays of fixed length. Code from ffmbc with changes to adapt to our metadata API.

Michael Niedermayer authored on 2009/12/14 05:27:29
October 18, 2009
View 961057d

Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment keys are case-insensitive.

Justin Ruggles authored on 2009/10/18 06:30:50
September 25, 2009
View 98422c4

Fix possible buffer over-read in vorbis_comment, fix it double to be sure. First, make s signed, so that comparisons against end - p will not be made as unsigned, making the check incorrectly pass if p is beyond end. Also ensure that p will never be > end, so the code is correct also if buf is not padded.

Reimar Döffinger authored on 2009/09/25 00:37:09
September 23, 2009
View 7d507ce

Correctly print number of remaining bytes in oggparsevorbis instead of always with inverted sign.

Reimar Döffinger authored on 2009/09/23 18:18:23
June 14, 2009
View d7bb185

Add a VorbisComment metadata conversion table and use it in the FLAC and Ogg demuxers.

Justin Ruggles authored on 2009/06/14 07:45:58
April 14, 2009
View 9106a69

Rename bitstream.h to get_bits.h.

Stefano Sabatini authored on 2009/04/14 01:20:26