aboutsummaryrefslogtreecommitdiff
path: root/src/tag.c
Commit message (Expand)AuthorAge
* 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