log mmf.c @ 6445:4aaed59641ff libavformat

age author description
Mon, 30 Aug 2010 21:17:34 +0000 aurel move pcm demuxers to their own file libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Thu, 12 Feb 2009 17:26:06 +0000 diego Use more descriptive format long_names. libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Tue, 02 Sep 2008 22:45:13 +0000 diego Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformat
Sun, 24 Aug 2008 17:24:34 +0000 reimar Mark several libavformat arrays const libavformat
Sun, 24 Aug 2008 14:02:55 +0000 reimar Remove useless empty close functions in mmf and mm demuxers. libavformat
Fri, 11 Jul 2008 07:39:33 +0000 diego Move a function and an #ifdef CONFIG_MUXERS so that functions used only for libavformat
Fri, 06 Jun 2008 21:54:07 +0000 ramiro Remove wrappers of pcm_read_seek(). 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
Tue, 11 Sep 2007 09:27:46 +0000 aurel move unrelated functions declarations out of allformats.h 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
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
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Wed, 12 Jul 2006 00:09:34 +0000 mru move common stuff from avienc.c and wav.c to new file riff.c 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, 30 Jun 2006 07:41:25 +0000 gpoirier Move initialisations and internal symbols in allformats.h, libavformat
Thu, 20 Apr 2006 22:17:11 +0000 alex report to user if mmf with midi found (and not supported) libavformat
Thu, 19 Jan 2006 22:30:37 +0000 diego Properly #ifdef muxer-specific parts. libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Fri, 23 Sep 2005 00:25:41 +0000 diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS libavformat
Tue, 20 Sep 2005 23:52:29 +0000 diego Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS. 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, 15 Jul 2005 12:50:00 +0000 michael Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com) libavformat