aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* stripReturnChar() in validateUtf8tag()Warren Dukes2004-08-111-5/+5
* bug fix for metadata again, had an extra "!" in mpdTagsAreEqual()Warren Dukes2004-06-071-1/+1
* mechanism for updating metadata while decodingWarren Dukes2004-06-061-1/+1
* todo updateWarren Dukes2004-06-061-0/+6
* '\n' are badWarren Dukes2004-06-021-0/+1
* parsing mp3 id3v2 tags on the fly for streamsWarren Dukes2004-06-011-23/+26
* more efficient of updating of metadataWarren Dukes2004-06-011-1/+23
* icynames are now copied to title of streamsWarren Dukes2004-05-311-5/+9
* aac_pluginWarren Dukes2004-05-311-18/+0
* mp4_pluginWarren Dukes2004-05-311-94/+0
* audiofile_pluginWarren Dukes2004-05-311-19/+0
* little cleanup of plugin stuffWarren Dukes2004-05-311-8/+8
* flac_pluginWarren Dukes2004-05-311-114/+0
* mp3 and ogg plugin stuffWarren Dukes2004-05-311-84/+0
* cleanup EINTR checking in tag.cWarren Dukes2004-05-211-3/+2
* add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes2004-05-181-2/+1
* fix a bug in update if unable to open mp4 file, would cause a segfaultWarren Dukes2004-05-151-0/+1
* mp4/aac now use InputStreamWarren Dukes2004-05-061-11/+13
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes2004-04-131-1/+0
* block signals when writing db to ensure db isn't corruptedWarren Dukes2004-04-131-0/+1
* rename all ascii/utf8 stuff to latin1/utf8Warren Dukes2004-04-131-1/+1
* fix a small booboo and add some debugging stuffWarren Dukes2004-04-131-0/+2
* add my own utf8/ascii converters and utf8 validatorWarren Dukes2004-04-131-0/+29
* we no longer need to block signals in tag.c, since update is now doneWarren Dukes2004-04-111-22/+0
* add aac_decode.[ch] and start working on itWarren Dukes2004-03-211-163/+7
* parse length from Aac files and ID3 tagsWarren Dukes2004-03-211-1/+70
* begin parsing work on AAC info parsingWarren Dukes2004-03-211-1/+105
* initial mp4/aac decoder, hasn't been tested at all yet, just compilesWarren Dukes2004-03-181-35/+4
* bunch of autotool cleanupsWarren Dukes2004-03-181-16/+0
* metadata parsing for mp4 files is working, next need to work on AACWarren Dukes2004-03-171-9/+124
* make playlist restart from current position in song when using state fileWarren Dukes2004-03-171-2/+4
* have AAC and MP4 typesWarren Dukes2004-03-171-4/+18
* fix a few snafoo's in configure.acWarren Dukes2004-03-171-0/+19
* move time back into MpdTagWarren Dukes2004-03-111-2/+31
* move time from tag info to song info.Warren Dukes2004-03-101-31/+2
* strip return characters that are in the id3 tagsWarren Dukes2004-03-091-0/+13
* use "$@" instead of "$*"Warren Dukes2004-02-251-3/+3
* oops, forgot to call utf8ToFsCharset when opening flac files for MetadataWarren Dukes2004-02-251-2/+2
* import from SF CVSWarren Dukes2004-02-231-0/+368