aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-24/+24
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-22/+23
* const pointersMax Kellermann2008-08-281-2/+2
* unsigned integers and size_tMax Kellermann2008-08-281-4/+3
* converted MpdTagItem.type to an enumMax Kellermann2008-08-261-3/+5
* clean up CPP includesMax Kellermann2008-04-121-4/+0
* yet more unsigned integersMax Kellermann2008-04-121-2/+1
* whitespace cleanupMax Kellermann2008-04-121-67/+67
* use size_tMax Kellermann2008-03-261-4/+4
* eliminated duplicate initializationMax Kellermann2008-03-261-5/+5
* fix -Wconst warningsMax Kellermann2008-02-051-3/+4
* fixed -Wshadow warningsMax Kellermann2008-01-261-14/+14
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-7/+1
* Merge branches/ew r7104Eric Wong2007-12-281-1/+2
* When parsing id3_frames take in account that there are different framesQball Cow2007-11-211-40/+137
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-2/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Adding tagtypes command to list available tag types (takes metadata_to_useJ. Alexander Treuman2007-03-311-0/+10
* Doing those previous SONG_* commits properly. Thanks to normalperson forJ. Alexander Treuman2007-03-201-1/+1
* Use SONG_TIME instead of literal "Time: " for consistency with db code.J. Alexander Treuman2007-03-201-1/+2
* fix bug #1458Warren Dukes2007-03-091-2/+1
* Make mpd fetch the Original artist/performer tag from mp3'sQball Cow2007-02-231-0/+4
* Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman2007-02-181-1/+1
* Check that the APE tag length is valid before allocating a buffer for it.J. Alexander Treuman2006-11-261-0/+2
* tag.c: remove unnecessary #includesEric Wong2006-09-111-7/+0
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-7/+7
* Cast isostr to char * to fix yet another warningJ. Alexander Treuman2006-08-181-1/+1
* Change type of isostr to fix warningJ. Alexander Treuman2006-08-181-1/+1
* Avoid an unnecessary encoding conversion when converting id3v1 tags. Also ma...J. Alexander Treuman2006-08-151-22/+17
* tag.c: fix segfault on failed id3v1 character conversionEric Wong2006-08-151-0/+10
* Spelling & GrammarAvuton Olrich2006-08-111-1/+1
* labels should be on the left most column, no tabbingWarren Dukes2006-08-091-1/+1
* rewrite getId3Tag so we can get rid of this silly ID3_TAG_BUFLEN crapJ. Alexander Treuman2006-08-071-28/+21
* Indent some #defines in tag.c for better readabilityJ. Alexander Treuman2006-08-071-8/+8
* Reformatting initCommands and fillBufferJ. Alexander Treuman2006-08-071-2/+1
* Our id3 tag buffer should be an array of bytes, not an array of pointers to b...J. Alexander Treuman2006-08-031-4/+4
* Undoing more indent sillinessJ. Alexander Treuman2006-08-031-8/+4
* remove clumsy strncpy useEric Wong2006-07-301-3/+2
* gcc signedness and sparse fixesEric Wong2006-07-301-3/+3
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-3/+3
* Add mpd-indent.shAvuton Olrich2006-07-201-146/+198
* some quick hacks to avoid signedness warnings with gcc4Warren Dukes2006-07-171-5/+5
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-2/+2
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-151-1/+1
* [CLEANUP] Remove unused codeAvuton Olrich2006-07-151-17/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Add back the id3v1_encoding option. Now it really will convert id3v1 only.J. Alexander Treuman2006-06-211-0/+14
* Cleanup getId3Info.J. Alexander Treuman2006-06-211-7/+4
* Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell...J. Alexander Treuman2006-06-211-12/+136