aboutsummaryrefslogtreecommitdiff
path: root/src/tag.c
Commit message (Expand)AuthorAge
* bug fix for metadata again, had an extra "!" in mpdTagsAreEqual()Warren Dukes2004-06-07
* mechanism for updating metadata while decodingWarren Dukes2004-06-06
* todo updateWarren Dukes2004-06-06
* '\n' are badWarren Dukes2004-06-02
* parsing mp3 id3v2 tags on the fly for streamsWarren Dukes2004-06-01
* more efficient of updating of metadataWarren Dukes2004-06-01
* icynames are now copied to title of streamsWarren Dukes2004-05-31
* aac_pluginWarren Dukes2004-05-31
* mp4_pluginWarren Dukes2004-05-31
* audiofile_pluginWarren Dukes2004-05-31
* little cleanup of plugin stuffWarren Dukes2004-05-31
* flac_pluginWarren Dukes2004-05-31
* mp3 and ogg plugin stuffWarren Dukes2004-05-31
* cleanup EINTR checking in tag.cWarren Dukes2004-05-21
* add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes2004-05-18
* fix a bug in update if unable to open mp4 file, would cause a segfaultWarren Dukes2004-05-15
* mp4/aac now use InputStreamWarren Dukes2004-05-06
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes2004-04-13
* block signals when writing db to ensure db isn't corruptedWarren Dukes2004-04-13
* rename all ascii/utf8 stuff to latin1/utf8Warren Dukes2004-04-13
* fix a small booboo and add some debugging stuffWarren Dukes2004-04-13
* add my own utf8/ascii converters and utf8 validatorWarren Dukes2004-04-13
* we no longer need to block signals in tag.c, since update is now doneWarren Dukes2004-04-11
* add aac_decode.[ch] and start working on itWarren Dukes2004-03-21
* parse length from Aac files and ID3 tagsWarren Dukes2004-03-21
* begin parsing work on AAC info parsingWarren Dukes2004-03-21
* initial mp4/aac decoder, hasn't been tested at all yet, just compilesWarren Dukes2004-03-18
* bunch of autotool cleanupsWarren Dukes2004-03-18
* metadata parsing for mp4 files is working, next need to work on AACWarren Dukes2004-03-17
* make playlist restart from current position in song when using state fileWarren Dukes2004-03-17
* have AAC and MP4 typesWarren Dukes2004-03-17
* fix a few snafoo's in configure.acWarren Dukes2004-03-17
* move time back into MpdTagWarren Dukes2004-03-11
* move time from tag info to song info.Warren Dukes2004-03-10
* strip return characters that are in the id3 tagsWarren Dukes2004-03-09
* use "$@" instead of "$*"Warren Dukes2004-02-25
* oops, forgot to call utf8ToFsCharset when opening flac files for MetadataWarren Dukes2004-02-25
* import from SF CVSWarren Dukes2004-02-23