| Commit message (Expand) | Author | Files | Lines |
2005-04-30 | fix bug 421: database read failed with newline in ID3-tag | Warren Dukes | 1 | -1/+1 |
2005-03-11 | removed the id3v1_encoding config option, there's no way to guarantee that we... | Warren Dukes | 1 | -16/+1 |
2005-03-07 | add support for parsing ape tags in musepack files | Warren Dukes | 1 | -0/+107 |
2005-03-05 | added composer, performer, and comment metadata items | Warren Dukes | 1 | -1/+13 |
2004-11-11 | ok, dottemag's id3v1_encoding config parameter should now work. | Warren Dukes | 1 | -1/+19 |
2004-11-10 | we can't store more than 255 tag items per tag | Warren Dukes | 1 | -0/+3 |
2004-11-10 | merge changes from metadata-rewrite branch | Warren Dukes | 1 | -91/+214 |
2004-10-28 | merge shank-rewrite-config changes | Warren Dukes | 1 | -12/+0 |
2004-10-05 | apply dottemag's id3v1 encodings patch | Warren Dukes | 1 | -0/+14 |
2004-08-12 | fix booboo in validateUtf8 | Warren Dukes | 1 | -4/+4 |
2004-08-11 | stripReturnChar() in validateUtf8tag() | Warren Dukes | 1 | -5/+5 |
2004-06-07 | bug fix for metadata again, had an extra "!" in mpdTagsAreEqual() | Warren Dukes | 1 | -1/+1 |
2004-06-06 | mechanism for updating metadata while decoding | Warren Dukes | 1 | -1/+1 |
2004-06-06 | todo update | Warren Dukes | 1 | -0/+6 |
2004-06-02 | '\n' are bad | Warren Dukes | 1 | -0/+1 |
2004-06-01 | parsing mp3 id3v2 tags on the fly for streams | Warren Dukes | 1 | -23/+26 |
2004-06-01 | more efficient of updating of metadata | Warren Dukes | 1 | -1/+23 |
2004-05-31 | icynames are now copied to title of streams | Warren Dukes | 1 | -5/+9 |
2004-05-31 | aac_plugin | Warren Dukes | 1 | -18/+0 |
2004-05-31 | mp4_plugin | Warren Dukes | 1 | -94/+0 |
2004-05-31 | audiofile_plugin | Warren Dukes | 1 | -19/+0 |
2004-05-31 | little cleanup of plugin stuff | Warren Dukes | 1 | -8/+8 |
2004-05-31 | flac_plugin | Warren Dukes | 1 | -114/+0 |
2004-05-31 | mp3 and ogg plugin stuff | Warren Dukes | 1 | -84/+0 |
2004-05-21 | cleanup EINTR checking in tag.c | Warren Dukes | 1 | -3/+2 |
2004-05-18 | add new inputStream stuff, hopefully something major isn't foobar'd | Warren Dukes | 1 | -2/+1 |
2004-05-15 | fix a bug in update if unable to open mp4 file, would cause a segfault | Warren Dukes | 1 | -0/+1 |
2004-05-06 | mp4/aac now use InputStream | Warren Dukes | 1 | -11/+13 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-13 | ok, rework myfprintf so it uses write() and never use any file stream | Warren Dukes | 1 | -1/+0 |
2004-04-13 | block signals when writing db to ensure db isn't corrupted | Warren Dukes | 1 | -0/+1 |
2004-04-13 | rename all ascii/utf8 stuff to latin1/utf8 | Warren Dukes | 1 | -1/+1 |
2004-04-13 | fix a small booboo and add some debugging stuff | Warren Dukes | 1 | -0/+2 |
2004-04-13 | add my own utf8/ascii converters and utf8 validator | Warren Dukes | 1 | -0/+29 |
2004-04-11 | we no longer need to block signals in tag.c, since update is now done | Warren Dukes | 1 | -22/+0 |
2004-03-21 | add aac_decode.[ch] and start working on it | Warren Dukes | 1 | -163/+7 |
2004-03-21 | parse length from Aac files and ID3 tags | Warren Dukes | 1 | -1/+70 |
2004-03-21 | begin parsing work on AAC info parsing | Warren Dukes | 1 | -1/+105 |
2004-03-18 | initial mp4/aac decoder, hasn't been tested at all yet, just compiles | Warren Dukes | 1 | -35/+4 |
2004-03-18 | bunch of autotool cleanups | Warren Dukes | 1 | -16/+0 |
2004-03-17 | metadata parsing for mp4 files is working, next need to work on AAC | Warren Dukes | 1 | -9/+124 |
2004-03-17 | make playlist restart from current position in song when using state file | Warren Dukes | 1 | -2/+4 |
2004-03-17 | have AAC and MP4 types | Warren Dukes | 1 | -4/+18 |
2004-03-17 | fix a few snafoo's in configure.ac | Warren Dukes | 1 | -0/+19 |
2004-03-11 | move time back into MpdTag | Warren Dukes | 1 | -2/+31 |
2004-03-10 | move time from tag info to song info. | Warren Dukes | 1 | -31/+2 |
2004-03-09 | strip return characters that are in the id3 tags | Warren Dukes | 1 | -0/+13 |
2004-02-25 | use "$@" instead of "$*" | Warren Dukes | 1 | -3/+3 |
2004-02-25 | oops, forgot to call utf8ToFsCharset when opening flac files for Metadata | Warren Dukes | 1 | -2/+2 |