log amr.c @ 6400:6928d93146e6 libavformat

age author description
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Tue, 02 Sep 2008 22:45:13 +0000 diego Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
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
Sat, 07 Jul 2007 13:46:30 +0000 mru kill uninitialised variable warning in amr_read_packet() libavformat
Wed, 27 Jun 2007 06:54:47 +0000 benoit remove empty write trailer functions libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Tue, 10 Oct 2006 23:59:08 +0000 michael unused #define libavformat
Tue, 10 Oct 2006 23:57:44 +0000 michael remove dummy amr_read_close() libavformat
Tue, 10 Oct 2006 23:56:49 +0000 michael more factoriztaion and a FIXME note libavformat
Tue, 10 Oct 2006 23:53:14 +0000 michael factorze another 2 lines libavformat
Tue, 10 Oct 2006 23:49:45 +0000 michael set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org) libavformat