| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tag.c: remove unnecessary #includes | Eric Wong | 2006-09-11 | 1 | -7/+0 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -7/+7 |
* | Cast isostr to char * to fix yet another warning | J. Alexander Treuman | 2006-08-18 | 1 | -1/+1 |
* | Change type of isostr to fix warning | J. Alexander Treuman | 2006-08-18 | 1 | -1/+1 |
* | Avoid an unnecessary encoding conversion when converting id3v1 tags. Also ma... | J. Alexander Treuman | 2006-08-15 | 1 | -22/+17 |
* | tag.c: fix segfault on failed id3v1 character conversion | Eric Wong | 2006-08-15 | 1 | -0/+10 |
* | Spelling & Grammar | Avuton Olrich | 2006-08-11 | 1 | -1/+1 |
* | labels should be on the left most column, no tabbing | Warren Dukes | 2006-08-09 | 1 | -1/+1 |
* | rewrite getId3Tag so we can get rid of this silly ID3_TAG_BUFLEN crap | J. Alexander Treuman | 2006-08-07 | 1 | -28/+21 |
* | Indent some #defines in tag.c for better readability | J. Alexander Treuman | 2006-08-07 | 1 | -8/+8 |
* | Reformatting initCommands and fillBuffer | J. Alexander Treuman | 2006-08-07 | 1 | -2/+1 |
* | Our id3 tag buffer should be an array of bytes, not an array of pointers to b... | J. Alexander Treuman | 2006-08-03 | 1 | -4/+4 |
* | Undoing more indent silliness | J. Alexander Treuman | 2006-08-03 | 1 | -8/+4 |
* | remove clumsy strncpy use | Eric Wong | 2006-07-30 | 1 | -3/+2 |
* | gcc signedness and sparse fixes | Eric Wong | 2006-07-30 | 1 | -3/+3 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -3/+3 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -146/+198 |
* | some quick hacks to avoid signedness warnings with gcc4 | Warren Dukes | 2006-07-17 | 1 | -5/+5 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -2/+2 |
* | De-inline non-trivial, non-performance-critical functions | Eric Wong | 2006-07-15 | 1 | -1/+1 |
* | [CLEANUP] Remove unused code | Avuton Olrich | 2006-07-15 | 1 | -17/+1 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Add back the id3v1_encoding option. Now it really will convert id3v1 only. | J. Alexander Treuman | 2006-06-21 | 1 | -0/+14 |
* | Cleanup getId3Info. | J. Alexander Treuman | 2006-06-21 | 1 | -7/+4 |
* | Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell... | J. Alexander Treuman | 2006-06-21 | 1 | -12/+136 |
* | Added Disc # metadata item based on bug 571 (added id3v2 support) | Qball Cow | 2006-04-30 | 1 | -1/+6 |
* | merge with mpd/trunk up to r3925 | Eric Wong | 2006-03-16 | 1 | -1/+1 |
* | remove C++ style comments | Eric Wong | 2005-11-19 | 1 | -2/+2 |
* | Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr... | Qball Cow | 2005-09-08 | 1 | -0/+1 |
* | fix bug 421: database read failed with newline in ID3-tag | Warren Dukes | 2005-04-30 | 1 | -1/+1 |
* | removed the id3v1_encoding config option, there's no way to guarantee that we... | Warren Dukes | 2005-03-11 | 1 | -16/+1 |
* | add support for parsing ape tags in musepack files | Warren Dukes | 2005-03-07 | 1 | -0/+107 |
* | added composer, performer, and comment metadata items | Warren Dukes | 2005-03-05 | 1 | -1/+13 |
* | ok, dottemag's id3v1_encoding config parameter should now work. | Warren Dukes | 2004-11-11 | 1 | -1/+19 |
* | we can't store more than 255 tag items per tag | Warren Dukes | 2004-11-10 | 1 | -0/+3 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 1 | -91/+214 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -12/+0 |
* | apply dottemag's id3v1 encodings patch | Warren Dukes | 2004-10-05 | 1 | -0/+14 |
* | fix booboo in validateUtf8 | Warren Dukes | 2004-08-12 | 1 | -4/+4 |
* | stripReturnChar() in validateUtf8tag() | Warren Dukes | 2004-08-11 | 1 | -5/+5 |
* | bug fix for metadata again, had an extra "!" in mpdTagsAreEqual() | Warren Dukes | 2004-06-07 | 1 | -1/+1 |
* | mechanism for updating metadata while decoding | Warren Dukes | 2004-06-06 | 1 | -1/+1 |
* | todo update | Warren Dukes | 2004-06-06 | 1 | -0/+6 |
* | '\n' are bad | Warren Dukes | 2004-06-02 | 1 | -0/+1 |
* | parsing mp3 id3v2 tags on the fly for streams | Warren Dukes | 2004-06-01 | 1 | -23/+26 |
* | more efficient of updating of metadata | Warren Dukes | 2004-06-01 | 1 | -1/+23 |
* | icynames are now copied to title of streams | Warren Dukes | 2004-05-31 | 1 | -5/+9 |
* | aac_plugin | Warren Dukes | 2004-05-31 | 1 | -18/+0 |
* | mp4_plugin | Warren Dukes | 2004-05-31 | 1 | -94/+0 |