log id3v2.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Sat, 11 Sep 2010 16:29:23 +0000 cehoyos Read all id3v2 tags at the beginning of mp3 files. libavformat
Wed, 18 Aug 2010 16:29:46 +0000 cehoyos Support unsynchronisation for id3v2 tags. libavformat
Wed, 28 Jul 2010 08:06:52 +0000 cehoyos Skip short padding in id3v2. libavformat
Fri, 11 Jun 2010 13:44:57 +0000 cehoyos Generalize ID3v2 functions to support ID3v2-like ID headers with a libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
Thu, 22 Apr 2010 12:54:50 +0000 jai_menon Fix off-by-1 error in the tag parsing code. libavformat
Mon, 01 Feb 2010 11:39:10 +0000 pross Add a list of generic tags and change demuxers to follow it. libavformat
Sun, 13 Dec 2009 21:02:43 +0000 michael More entries for ff_id3v2_metadata_conv from ffmbc. libavformat
Sun, 13 Dec 2009 21:01:49 +0000 michael s/author/artist/ for ID3 libavformat
Thu, 15 Oct 2009 13:55:19 +0000 jai_menon Skip padding bytes correctly in ID3 tags. 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 07:05:03 +0000 cehoyos Add id3v2 metadata conversion table and use it in mp3 muxer. libavformat
Wed, 23 Sep 2009 18:22:00 +0000 diego id3v2: Add support for UTF-16 encoding. libavformat
Wed, 23 Sep 2009 18:10:29 +0000 diego id3v2: Use 0 instead of '\0'. libavformat
Wed, 23 Sep 2009 18:04:40 +0000 diego id3v2: check for enough space to write full UTF-8 characters. libavformat
Mon, 29 Jun 2009 18:37:29 +0000 michael indent libavformat
Mon, 29 Jun 2009 18:36:49 +0000 michael id3v2.4.0 uses syncsafe integers for sizes of frames. libavformat
Thu, 25 Jun 2009 19:44:44 +0000 michael Fix id3v2.2 frame size parsing. libavformat
Thu, 25 Jun 2009 19:26:39 +0000 michael Fix id3v2.3/4 tag size parsing. 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 20:45:35 +0000 diego cosmetics: Prettyprint one more line to have columns line up. libavformat
Thu, 11 Jun 2009 15:35:23 +0000 diego cosmetics: Reformat to K&R and prettyprint newly created files. libavformat
Thu, 11 Jun 2009 15:26:57 +0000 diego Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. libavformat
Mon, 19 Jan 2009 21:54:06 +0000 alexc Fix probing of files with ID3v2 tags. Discussed at libavformat
Thu, 15 Jan 2009 12:23:03 +0000 superdump Factorise id3v2 header parsing from mp3.c to be shared libavformat