log mp3.c @ 2736:fbc1944cd095 libavformat

age author description
Wed, 14 Nov 2007 06:33:35 +0000 andoma remove unnecessary -1 from snprintf len libavformat
Wed, 14 Nov 2007 06:32:55 +0000 andoma Add support for ID3v2 year tag libavformat
Sun, 04 Nov 2007 19:52:08 +0000 andoma make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header() libavformat
Wed, 24 Oct 2007 04:56:22 +0000 andoma add support for reading duration from VBRI-tag in mp3 files libavformat
Tue, 23 Oct 2007 17:28:30 +0000 andoma fix indent libavformat
Tue, 23 Oct 2007 17:10:41 +0000 andoma cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support libavformat
Tue, 23 Oct 2007 13:35:20 +0000 andoma add support for reading duration from Xing-tag in mp3 files libavformat
Thu, 18 Oct 2007 15:02:34 +0000 andoma set start_time to 0 to enable seeking in mp3-files libavformat
Sun, 05 Aug 2007 00:47:57 +0000 bcoudurier do not write id3v2 header when writing .mp2 files 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 Jul 2007 13:42:46 +0000 mru kill uninitialised variable warning in mp3_read_probe() libavformat
Sun, 08 Jul 2007 03:16:59 +0000 romansh * Getting rid of the use of GCC language extensions libavformat
Fri, 06 Jul 2007 09:32:34 +0000 diego Use AV_RB* macros where appropriate. libavformat
Sat, 23 Jun 2007 23:10:32 +0000 mru use new string functions libavformat