index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tag_id3.c
Age
Commit message (
Expand
)
Author
2009-10-13
tag: removed the "_ITEM_" suffix from the enum names
Max Kellermann
2009-08-04
tag_id3: moved id3_genre_name() call to tag_id3_import_text()
Max Kellermann
2009-08-04
tag_id3: splitted function tag_id3_import_frame()
Max Kellermann
2009-08-04
tag_id3: corrected parameter types
Max Kellermann
2009-08-04
tag_id3: converted tag_is_id3v1() to an inline function
Max Kellermann
2009-08-04
tag_id3: no CamelCase
Max Kellermann
2009-07-09
Implement ArtistSort tag
Bart Nagel
2009-07-07
tag_id3: revised "performer" tag support
Max Kellermann
2009-07-07
tag: added tag "AlbumArtistSort"
Max Kellermann
2009-05-06
tag_id3: added support for the UFID frame
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-02
tag_id3: parse ID3 tags in AIFF files
Max Kellermann
2009-03-02
tag_id3: parse ID3 tags in RIFF/WAV files
Max Kellermann
2009-01-24
tag_id3: added MusicBrainz tag support
Max Kellermann
2009-01-24
tag_id3: always allocate tag object
Max Kellermann
2009-01-17
conf: replaced getConfigParamValue() with config_get_string()
Max Kellermann
2009-01-14
tag_id3: added support for the "album artist" tag
Daniele Sluijters
2009-01-04
path, tag: don't allocate GError for charset conversion
Max Kellermann
2009-01-03
tag_id3: use GLib instead of utils.h
Max Kellermann
2008-12-29
tag_id3: use GLib logging
Max Kellermann
2008-12-29
tag_id3: strip leading and trailing whitespace from ID3 tags
Thomas Jansen
2008-12-02
replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY
Thomas Jansen
2008-10-17
Makefile.am: don't compile disabled sources
Max Kellermann
2008-10-15
path, tag_id3: use g_convert() instead of charConv.c
Max Kellermann
2008-10-15
tag_id3: fix indentation
Max Kellermann
2008-08-29
const pointers
Max Kellermann
2008-08-29
tag: moved code to tag_id3.c
Max Kellermann