log mp3.c @ 6438:2facedc9f9d7 libavformat

age author description
Tue, 27 Jul 2010 10:11:05 +0000 cehoyos Make frames unsigned. libavformat
Tue, 27 Jul 2010 10:08:34 +0000 cehoyos Show correct bitrate for VBR MP3 files. libavformat
Sun, 11 Jul 2010 11:28:46 +0000 mstorsjo Fix ID3v1 tags in mp3 files libavformat
Fri, 11 Jun 2010 13:44:57 +0000 cehoyos Generalize ID3v2 functions to support ID3v2-like ID headers with a libavformat
Tue, 20 Apr 2010 01:41:00 +0000 bcoudurier Set AVFMT_NOTIMESTAMPS flag for mp3 muxer libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Sun, 28 Feb 2010 16:40:17 +0000 michael Many mp3s seem to contain padding after id3 tags that is not considered in the libavformat
Tue, 16 Feb 2010 16:32:25 +0000 rbultje Set lavf identification string globally in av_write_header(), rather libavformat
Wed, 10 Feb 2010 12:44:16 +0000 andoma mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up. libavformat
Mon, 01 Feb 2010 11:39:10 +0000 pross Add a list of generic tags and change demuxers to follow it. libavformat
Sun, 22 Nov 2009 21:04:18 +0000 bcoudurier set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration libavformat
Mon, 19 Oct 2009 23:22:23 +0000 diego Move function that is only used by the MP3 muxer below the corresponding #if. libavformat
Mon, 19 Oct 2009 22:36:57 +0000 diego Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32. libavformat
Mon, 05 Oct 2009 21:36:56 +0000 cehoyos Only read ID3v1 tag if ID3v2 isn't present or is empty. libavformat
Mon, 05 Oct 2009 20:10:07 +0000 ramiro id3v2: Export all text information frames with correct names. libavformat
Mon, 05 Oct 2009 16:06:00 +0000 ramiro MP3 muxer: Write all metadata. libavformat
Tue, 29 Sep 2009 10:23:47 +0000 reimar Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. libavformat
Tue, 29 Sep 2009 07:05:03 +0000 cehoyos Add id3v2 metadata conversion table and use it in mp3 muxer. libavformat
Tue, 22 Sep 2009 12:39:19 +0000 diego Place MP3 demuxer code under appropriate #ifdefs. libavformat
Tue, 15 Sep 2009 23:40:10 +0000 jbr 10l: set genre default immediately before reading genre tag libavformat
Tue, 15 Sep 2009 23:37:54 +0000 jbr Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues). libavformat
Mon, 14 Sep 2009 23:03:33 +0000 michael Slighty tweak mp3 probe threshold to prevent probetest from complaining. libavformat
Fri, 19 Jun 2009 14:03:35 +0000 diego Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. libavformat
Thu, 11 Jun 2009 15:26:57 +0000 diego Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. libavformat
Wed, 22 Apr 2009 02:58:20 +0000 michael Require 4 instead of 3 frames for detecting mp3, libavformat
Sun, 22 Mar 2009 16:10:37 +0000 aurel handle id3v2 'genre' tag formated as '%d' libavformat
Mon, 02 Mar 2009 05:18:33 +0000 diego Change a bunch of codec long_names to be more consistent and descriptive. libavformat
Thu, 05 Feb 2009 18:41:06 +0000 alexc Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions on libavformat
Mon, 02 Feb 2009 22:17:26 +0000 aurel cosmetics: indentation libavformat
Mon, 02 Feb 2009 22:17:14 +0000 aurel simplify usage of dstlen as it is not a parameter anymore libavformat