| Commit message (Expand) | Author | Age | Files | Lines |
* | tag: moved code to tag_id3.c | Max Kellermann | 2008-09-02 | 1 | -340/+0 |
* | tag: renamed functions, no CamelCase | Max Kellermann | 2008-09-02 | 1 | -24/+24 |
* | tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_item | Max Kellermann | 2008-09-02 | 1 | -22/+23 |
* | const pointers | Max Kellermann | 2008-08-31 | 1 | -2/+2 |
* | unsigned integers and size_t | Max Kellermann | 2008-08-31 | 1 | -4/+3 |
* | converted MpdTagItem.type to an enum | Max Kellermann | 2008-08-30 | 1 | -3/+5 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -4/+0 |
* | yet more unsigned integers | Max Kellermann | 2008-04-12 | 1 | -2/+1 |
* | whitespace cleanup | Max Kellermann | 2008-04-12 | 1 | -67/+67 |
* | use size_t | Max Kellermann | 2008-03-26 | 1 | -4/+4 |
* | eliminated duplicate initialization | Max Kellermann | 2008-03-26 | 1 | -5/+5 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -3/+4 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -14/+14 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -7/+1 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -1/+2 |
* | When parsing id3_frames take in account that there are different frames | Qball Cow | 2007-11-21 | 1 | -40/+137 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -2/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Adding tagtypes command to list available tag types (takes metadata_to_use | J. Alexander Treuman | 2007-03-31 | 1 | -0/+10 |
* | Doing those previous SONG_* commits properly. Thanks to normalperson for | J. Alexander Treuman | 2007-03-20 | 1 | -1/+1 |
* | Use SONG_TIME instead of literal "Time: " for consistency with db code. | J. Alexander Treuman | 2007-03-20 | 1 | -1/+2 |
* | fix bug #1458 | Warren Dukes | 2007-03-09 | 1 | -2/+1 |
* | Make mpd fetch the Original artist/performer tag from mp3's | Qball Cow | 2007-02-23 | 1 | -0/+4 |
* | Closing some parenthesis around shank's email address in copyright headers. | J. Alexander Treuman | 2007-02-18 | 1 | -1/+1 |
* | Check that the APE tag length is valid before allocating a buffer for it. | J. Alexander Treuman | 2006-11-26 | 1 | -0/+2 |
* | 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 |