log mp3.c @ 4356:459c0242194e libavformat

age author description
Mon, 02 Feb 2009 22:14:28 +0000 aurel cosmetics: indentation libavformat
Mon, 02 Feb 2009 22:13:03 +0000 aurel use new metadata API in the mp3 muxer libavformat
Mon, 02 Feb 2009 22:11:56 +0000 aurel use new metadata API in the mp3 demuxer libavformat
Sun, 01 Feb 2009 21:22:12 +0000 aurel don't support the mp3 extension in the mp2 muxer libavformat
Fri, 23 Jan 2009 12:09:32 +0000 andoma Avoid allocating MPADecodeContext on stack. libavformat
Tue, 20 Jan 2009 08:00:39 +0000 alexc Fix a read past end of buffer crash in the mp3 probe libavformat
Mon, 19 Jan 2009 21:54:06 +0000 alexc Fix probing of files with ID3v2 tags. Discussed at libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Thu, 15 Jan 2009 12:23:03 +0000 superdump Factorise id3v2 header parsing from mp3.c to be shared libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sun, 04 Jan 2009 16:23:18 +0000 michael If we find a VBR tag at the beginning of the file don't attempt to libavformat
Sun, 21 Dec 2008 23:50:16 +0000 michael Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Tue, 02 Sep 2008 22:45:13 +0000 diego Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformat
Sun, 24 Aug 2008 12:45:15 +0000 reimar Make the id3v1_genre_str array const, not just the strings it points to. libavformat