log oggparsevorbis.c @ 3475:654b3aa1cab4 libavformat

age author description
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