log ogg.c @ 2430:da0227bd105a libavformat

age author description
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Fri, 13 Jul 2007 12:01:56 +0000 alex remove uneeded include as assert is never used libavformat
Tue, 13 Feb 2007 23:20:35 +0000 diego Ogg is not Vorbis. libavformat
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Sun, 10 Sep 2006 14:02:42 +0000 diego Add official LGPL license headers to the files that were missing them. libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Fri, 16 Jun 2006 07:54:37 +0000 mru free codec extradata in av_close_input_file libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Sat, 17 Dec 2005 17:57:03 +0000 henry malloc padding to avoid reading past the malloc()ed area. libavformat
Fri, 23 Sep 2005 00:25:41 +0000 diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS libavformat
Wed, 21 Sep 2005 23:09:16 +0000 aurel fix unused variable warnings libavformat
Mon, 15 Aug 2005 20:42:56 +0000 al Make ogg `muxer' expect new vorbis extradata format. 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
Sat, 09 Apr 2005 15:32:58 +0000 mru Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, libavformat
Sat, 08 Jan 2005 14:21:33 +0000 michael integer overflows, heap corruption libavformat
Sat, 13 Nov 2004 01:27:35 +0000 michael allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end libavformat
Thu, 24 Jun 2004 20:20:16 +0000 michael ogg with ffplay fix libavformat
Sat, 19 Jun 2004 03:59:34 +0000 melanson sweeping change from -EIO -> AVERROR_IO libavformat
Sat, 29 May 2004 02:06:32 +0000 michael pass AVPacket into av_write_frame() libavformat
Fri, 21 May 2004 20:43:21 +0000 michael move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat
Tue, 27 Apr 2004 03:35:14 +0000 michael export pts if available libavformat
Sun, 04 Apr 2004 18:33:07 +0000 michael move zero size hack from ogg.c to utils.c libavformat
Sun, 04 Apr 2004 17:55:59 +0000 michael fix global header passing from demuxer to decoder libavformat
Sun, 04 Apr 2004 15:19:20 +0000 michael remove function call from muxer->encoder and cleanly pass global headers libavformat
Sun, 04 Apr 2004 14:39:20 +0000 michael fix obnoxious ogg_packet passing from encoder to muxer libavformat
Sun, 04 Apr 2004 02:07:15 +0000 michael kill obnoxious ogg_packet passing from demuxer to decoder libavformat
Sun, 04 Apr 2004 01:10:50 +0000 michael remove spyware from ogg*.c libavformat
Mon, 08 Dec 2003 17:50:38 +0000 alex using LIBAVFORMAT_IDENT libavformat
Sun, 26 Oct 2003 10:49:49 +0000 michael GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavformat
Tue, 14 Oct 2003 04:15:53 +0000 melanson disable encoders where appropriate (patch courtesy of BERO libavformat
Tue, 25 Feb 2003 09:36:53 +0000 michaelni ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>) libavformat
Sat, 25 Jan 2003 13:05:39 +0000 bellard removed unneeded mallocs libavformat
Mon, 25 Nov 2002 19:07:40 +0000 bellard renamed libav to libavformat libavformat