log oggparsevorbis.c @ 6440:8beba113f242 libavformat

age author description
Sat, 07 Aug 2010 21:30:34 +0000 alexc oggparsevorbis: Add some sanity checks to header packet ordering/presence. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Sat, 20 Mar 2010 13:36:43 +0000 jbr Add VorbisComment writing to FLAC files. libavformat
Fri, 12 Mar 2010 05:16:57 +0000 conrad oggdec: Parse ogm chapters libavformat
Fri, 12 Mar 2010 05:16:47 +0000 conrad Const correctness for vorbis_comment libavformat
Fri, 12 Mar 2010 05:16:44 +0000 conrad oggdec: Metadata is per-stream; don't merge multiple streams' together libavformat
Fri, 12 Mar 2010 05:16:39 +0000 conrad Add ff_ prefix to vorbis_comment libavformat
Thu, 11 Mar 2010 07:17:49 +0000 conrad oggdec: Fix memory leak in setting up vorbis headers libavformat
Thu, 11 Mar 2010 07:17:46 +0000 conrad oggdec: Don't use ogg_stream's seq for vorbis or speex headers libavformat
Mon, 01 Feb 2010 11:39:10 +0000 pross Add a list of generic tags and change demuxers to follow it. libavformat
Sun, 13 Dec 2009 20:27:29 +0000 michael Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped libavformat
Sat, 17 Oct 2009 21:30:50 +0000 jbr Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment libavformat
Thu, 24 Sep 2009 15:37:09 +0000 reimar Fix possible buffer over-read in vorbis_comment, fix it double to be sure. libavformat
Wed, 23 Sep 2009 09:18:23 +0000 reimar Correctly print number of remaining bytes in oggparsevorbis instead of always libavformat
Sat, 13 Jun 2009 22:45:58 +0000 jbr Add a VorbisComment metadata conversion table and use it in the FLAC and libavformat
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavformat
Thu, 12 Feb 2009 21:39:37 +0000 jbr use av_malloc() in vorbis_comment() libavformat
Wed, 11 Feb 2009 23:34:57 +0000 aurel use new metadata API in ogg/vorbis demuxer libavformat
Wed, 03 Dec 2008 15:23:30 +0000 diego Delete unnecessary 'extern' keywords. libavformat
Thu, 06 Nov 2008 01:50:56 +0000 mru OGG: untypedef demuxer structs libavformat
Sun, 24 Aug 2008 17:37:43 +0000 reimar Add ff_ prefix to ogg_codec_t structs libavformat
Sun, 24 Aug 2008 17:09:15 +0000 reimar Make ogg_codec_t descriptions const libavformat
Tue, 15 Jul 2008 23:00:29 +0000 mru OGG: Add padding at end of Vorbis headers libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Fri, 01 Feb 2008 15:17:32 +0000 bcoudurier const libavformat
Wed, 07 Nov 2007 20:22:32 +0000 diego Rename ogg2.[ch] to oggdec.[ch]. libavformat
Sat, 13 Oct 2007 11:43:03 +0000 mru simply buffer checks in vorbis_comment() libavformat
Sat, 13 Oct 2007 11:42:06 +0000 mru use bytestream_get_* in vorbis_comment() libavformat
Wed, 10 Oct 2007 22:59:36 +0000 mru check values more thoroughly in vorbis_header() libavformat
Wed, 10 Oct 2007 22:59:34 +0000 mru use bytestream_get_* in vorbis_header() libavformat
Wed, 10 Oct 2007 22:59:31 +0000 mru fix buffer overread with invalid Vorbis header libavformat
Wed, 10 Oct 2007 22:58:16 +0000 mru remove duplicate Vorbis comment tag handling libavformat
Sun, 24 Jun 2007 12:20:18 +0000 mru warnings-- libavformat
Sun, 24 Jun 2007 12:20:17 +0000 mru whitespace cosmetics libavformat
Sun, 24 Jun 2007 12:20:16 +0000 mru use AV_RL32 libavformat
Sun, 24 Jun 2007 12:12:04 +0000 mru use more Vorbis metadata tags libavformat
Sun, 24 Jun 2007 12:11:45 +0000 mru replace strncpy with av_strlcpy libavformat
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavformat
Fri, 12 May 2006 00:50:43 +0000 mru set stream time_base properly libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Fri, 13 May 2005 18:10:23 +0000 mru change extradata format for vorbis libavformat
Sun, 10 Apr 2005 18:03:06 +0000 mru s/u_char/uint8_t/ libavformat
Sat, 09 Apr 2005 15:32:58 +0000 mru Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, libavformat