| Commit message (Expand) | Author | Age | Files | Lines |
* | use g_strerror() instead of strerror() | Max Kellermann | 2012-03-06 | 1 | -1/+1 |
* | tag_{ape,id3}: remove the _load() functions | Max Kellermann | 2012-02-12 | 1 | -28/+0 |
* | tag_handler: handle arbitrary name/value pairs | Max Kellermann | 2012-02-12 | 1 | -8/+11 |
* | decoder_plugin: scan tags with callback table | Max Kellermann | 2012-02-11 | 1 | -39/+97 |
* | tag_id3: use the tag_table library for TXXX | Max Kellermann | 2012-02-11 | 1 | -15/+10 |
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
* | tag_id3: support multiple values | Max Kellermann | 2010-12-07 | 1 | -10/+36 |
* | tag_{id3,ape}: explicitly open files in binary mode | Max Kellermann | 2010-05-20 | 1 | -1/+1 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | Merge branch 'v0.15.x' | Max Kellermann | 2009-12-14 | 1 | -1/+1 |
|\ |
|
| * | tag_id3: fix ID3v1 charset conversion | svitoos | 2009-11-30 | 1 | -1/+1 |
* | | Merged release 0.15.6 from branch 'v0.15.x' | Max Kellermann | 2009-11-19 | 1 | -1/+1 |
|\| |
|
| * | id3: allow 4 MB RIFF/AIFF tags | Max Kellermann | 2009-11-15 | 1 | -1/+1 |
* | | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 2009-10-13 | 1 | -13/+13 |
* | | tag_id3: moved id3_genre_name() call to tag_id3_import_text() | Max Kellermann | 2009-08-04 | 1 | -6/+6 |
* | | tag_id3: splitted function tag_id3_import_frame() | Max Kellermann | 2009-08-04 | 1 | -119/+91 |
* | | tag_id3: corrected parameter types | Max Kellermann | 2009-08-04 | 1 | -2/+3 |
* | | tag_id3: converted tag_is_id3v1() to an inline function | Max Kellermann | 2009-08-04 | 1 | -1/+6 |
* | | tag_id3: no CamelCase | Max Kellermann | 2009-08-04 | 1 | -57/+64 |
* | | Implement ArtistSort tag | Bart Nagel | 2009-07-09 | 1 | -1/+7 |
* | | tag_id3: revised "performer" tag support | Max Kellermann | 2009-07-07 | 1 | -4/+2 |
* | | tag: added tag "AlbumArtistSort" | Max Kellermann | 2009-07-07 | 1 | -1/+2 |
|/ |
|
* | tag_id3: added support for the UFID frame | Max Kellermann | 2009-05-06 | 1 | -0/+40 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | tag_id3: parse ID3 tags in AIFF files | Max Kellermann | 2009-03-02 | 1 | -3/+6 |
* | tag_id3: parse ID3 tags in RIFF/WAV files | Max Kellermann | 2009-03-02 | 1 | -0/+32 |
* | tag_id3: added MusicBrainz tag support | Max Kellermann | 2009-01-24 | 1 | -0/+79 |
* | tag_id3: always allocate tag object | Max Kellermann | 2009-01-24 | 1 | -30/+27 |
* | conf: replaced getConfigParamValue() with config_get_string() | Max Kellermann | 2009-01-17 | 1 | -2/+2 |
* | tag_id3: added support for the "album artist" tag | Daniele Sluijters | 2009-01-14 | 1 | -0/+12 |
* | path, tag: don't allocate GError for charset conversion | Max Kellermann | 2009-01-04 | 1 | -4/+1 |
* | tag_id3: use GLib instead of utils.h | Max Kellermann | 2009-01-03 | 1 | -9/+12 |
* | tag_id3: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -12/+19 |
* | tag_id3: strip leading and trailing whitespace from ID3 tags | Thomas Jansen | 2008-12-29 | 1 | -2/+6 |
* | replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY | Thomas Jansen | 2008-12-02 | 1 | -2/+2 |
* | Makefile.am: don't compile disabled sources | Max Kellermann | 2008-10-17 | 1 | -21/+1 |
* | path, tag_id3: use g_convert() instead of charConv.c | Max Kellermann | 2008-10-15 | 1 | -5/+10 |
* | tag_id3: fix indentation | Max Kellermann | 2008-10-15 | 1 | -28/+28 |
* | const pointers | Max Kellermann | 2008-08-29 | 1 | -1/+1 |
* | tag: moved code to tag_id3.c | Max Kellermann | 2008-08-29 | 1 | -0/+367 |