aboutsummaryrefslogtreecommitdiff
path: root/src/tag_id3.c
Commit message (Expand)AuthorAge
* Add tag support for DSD (DSDIFF & DSF) decodersJurgen Kramer2012-10-27
* PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann2012-10-04
* tag_id3: export tag_id3_load()Max Kellermann2012-04-23
* use g_strerror() instead of strerror()Max Kellermann2012-03-06
* tag_{ape,id3}: remove the _load() functionsMax Kellermann2012-02-12
* tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-12
* decoder_plugin: scan tags with callback tableMax Kellermann2012-02-11
* tag_id3: use the tag_table library for TXXXMax Kellermann2012-02-11
* copyright year 2011Max Kellermann2011-01-29
* tag_id3: support multiple valuesMax Kellermann2010-12-07
* tag_{id3,ape}: explicitly open files in binary modeMax Kellermann2010-05-20
* Update copyright notices.Avuton Olrich2009-12-31
* Merge branch 'v0.15.x'Max Kellermann2009-12-14
|\
| * tag_id3: fix ID3v1 charset conversionsvitoos2009-11-30
* | Merged release 0.15.6 from branch 'v0.15.x'Max Kellermann2009-11-19
|\|
| * id3: allow 4 MB RIFF/AIFF tagsMax Kellermann2009-11-15
* | include config.h in all sourcesMax Kellermann2009-11-12
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-13
* | tag_id3: moved id3_genre_name() call to tag_id3_import_text()Max Kellermann2009-08-04
* | tag_id3: splitted function tag_id3_import_frame()Max Kellermann2009-08-04
* | tag_id3: corrected parameter typesMax Kellermann2009-08-04
* | tag_id3: converted tag_is_id3v1() to an inline functionMax Kellermann2009-08-04
* | tag_id3: no CamelCaseMax Kellermann2009-08-04
* | Implement ArtistSort tagBart Nagel2009-07-09
* | tag_id3: revised "performer" tag supportMax Kellermann2009-07-07
* | tag: added tag "AlbumArtistSort"Max Kellermann2009-07-07
|/
* tag_id3: added support for the UFID frameMax Kellermann2009-05-06
* all: Update copyright header.Avuton Olrich2009-03-13
* tag_id3: parse ID3 tags in AIFF filesMax Kellermann2009-03-02
* tag_id3: parse ID3 tags in RIFF/WAV filesMax Kellermann2009-03-02
* tag_id3: added MusicBrainz tag supportMax Kellermann2009-01-24
* tag_id3: always allocate tag objectMax Kellermann2009-01-24
* conf: replaced getConfigParamValue() with config_get_string()Max Kellermann2009-01-17
* tag_id3: added support for the "album artist" tagDaniele Sluijters2009-01-14
* path, tag: don't allocate GError for charset conversionMax Kellermann2009-01-04
* tag_id3: use GLib instead of utils.hMax Kellermann2009-01-03
* tag_id3: use GLib loggingMax Kellermann2008-12-29
* tag_id3: strip leading and trailing whitespace from ID3 tagsThomas Jansen2008-12-29
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-02
* Makefile.am: don't compile disabled sourcesMax Kellermann2008-10-17
* path, tag_id3: use g_convert() instead of charConv.cMax Kellermann2008-10-15
* tag_id3: fix indentationMax Kellermann2008-10-15
* const pointersMax Kellermann2008-08-29
* tag: moved code to tag_id3.cMax Kellermann2008-08-29