index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
TagId3.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-30
tag: convert to C++
Max Kellermann
1
-5
/
+6
2013-07-29
tag_table: convert to C++
Max Kellermann
1
-1
/
+1
2013-07-29
tag_handler: convert to C++
Max Kellermann
1
-1
/
+1
2013-07-28
tag_id3: convert to C++
Max Kellermann
1
-60
/
+61
2012-10-27
Add tag support for DSD (DSDIFF & DSF) decoders
Jurgen Kramer
1
-1
/
+1
2012-10-04
PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()
Max Kellermann
1
-1
/
+2
2012-04-23
tag_id3: export tag_id3_load()
Max Kellermann
1
-17
/
+29
2012-03-06
use g_strerror() instead of strerror()
Max Kellermann
1
-1
/
+1
2012-02-12
tag_{ape,id3}: remove the _load() functions
Max Kellermann
1
-28
/
+0
2012-02-12
tag_handler: handle arbitrary name/value pairs
Max Kellermann
1
-8
/
+11
2012-02-11
decoder_plugin: scan tags with callback table
Max Kellermann
1
-39
/
+97
2012-02-11
tag_id3: use the tag_table library for TXXX
Max Kellermann
1
-15
/
+10
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2010-12-07
tag_id3: support multiple values
Max Kellermann
1
-10
/
+36
2010-05-20
tag_{id3,ape}: explicitly open files in binary mode
Max Kellermann
1
-1
/
+1
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-11-30
tag_id3: fix ID3v1 charset conversion
svitoos
1
-1
/
+1
2009-11-15
id3: allow 4 MB RIFF/AIFF tags
Max Kellermann
1
-1
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-0
/
+1
2009-10-13
tag: removed the "_ITEM_" suffix from the enum names
Max Kellermann
1
-13
/
+13
2009-08-04
tag_id3: moved id3_genre_name() call to tag_id3_import_text()
Max Kellermann
1
-6
/
+6
2009-08-04
tag_id3: splitted function tag_id3_import_frame()
Max Kellermann
1
-119
/
+91
2009-08-04
tag_id3: corrected parameter types
Max Kellermann
1
-2
/
+3
2009-08-04
tag_id3: converted tag_is_id3v1() to an inline function
Max Kellermann
1
-1
/
+6
2009-08-04
tag_id3: no CamelCase
Max Kellermann
1
-57
/
+64
2009-07-09
Implement ArtistSort tag
Bart Nagel
1
-1
/
+7
2009-07-07
tag_id3: revised "performer" tag support
Max Kellermann
1
-4
/
+2
2009-07-07
tag: added tag "AlbumArtistSort"
Max Kellermann
1
-1
/
+2
2009-05-06
tag_id3: added support for the UFID frame
Max Kellermann
1
-0
/
+40
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-03-02
tag_id3: parse ID3 tags in AIFF files
Max Kellermann
1
-3
/
+6
2009-03-02
tag_id3: parse ID3 tags in RIFF/WAV files
Max Kellermann
1
-0
/
+32
2009-01-24
tag_id3: added MusicBrainz tag support
Max Kellermann
1
-0
/
+79
2009-01-24
tag_id3: always allocate tag object
Max Kellermann
1
-30
/
+27
2009-01-17
conf: replaced getConfigParamValue() with config_get_string()
Max Kellermann
1
-2
/
+2
2009-01-14
tag_id3: added support for the "album artist" tag
Daniele Sluijters
1
-0
/
+12
2009-01-04
path, tag: don't allocate GError for charset conversion
Max Kellermann
1
-4
/
+1
2009-01-03
tag_id3: use GLib instead of utils.h
Max Kellermann
1
-9
/
+12
2008-12-29
tag_id3: use GLib logging
Max Kellermann
1
-12
/
+19
2008-12-29
tag_id3: strip leading and trailing whitespace from ID3 tags
Thomas Jansen
1
-2
/
+6
2008-12-02
replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY
Thomas Jansen
1
-2
/
+2
2008-10-17
Makefile.am: don't compile disabled sources
Max Kellermann
1
-21
/
+1
2008-10-15
path, tag_id3: use g_convert() instead of charConv.c
Max Kellermann
1
-5
/
+10
2008-10-15
tag_id3: fix indentation
Max Kellermann
1
-28
/
+28
2008-08-29
const pointers
Max Kellermann
1
-1
/
+1
2008-08-29
tag: moved code to tag_id3.c
Max Kellermann
1
-374
/
+5
2008-08-29
tag: renamed functions, no CamelCase
Max Kellermann
1
-24
/
+24
2008-08-29
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
1
-22
/
+23
2008-08-28
const pointers
Max Kellermann
1
-2
/
+2
2008-08-28
unsigned integers and size_t
Max Kellermann
1
-4
/
+3
[next]