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