index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tag.c
Age
Commit message (
Expand
)
Author
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
2008-09-08
use strset.h instead of tagTracker.h
Max Kellermann
2008-09-07
tag: oops, of course items is now ** and not *
Eric Wong
2008-09-07
tag: lock all accesses to tag_pool
Eric Wong
2008-09-07
tag: introduce handy items_size() function
Eric Wong
2008-09-07
tag: moved code to tag_print.c
Max Kellermann
2008-09-06
tag: fix segfault on update
Eric Wong
2008-08-29
tag: optimize tag_dup(), copy item references
Max Kellermann
2008-08-29
const pointers
Max Kellermann
2008-08-29
tag: try not to reallocate tag.items in every add() call
Max Kellermann
2008-08-29
tag: try not to duplicate the input string
Max Kellermann
2008-08-29
tag: pass length to fix_utf8()
Max Kellermann
2008-08-29
added "length" parameter to validUtf8String()
Max Kellermann
2008-08-29
assert value!=NULL in fix_utf8()
Max Kellermann
2008-08-29
tag: converted macro fixUtf8() to an inline function
Max Kellermann
2008-08-29
tag: added a pool for tag items
Max Kellermann
2008-08-29
tag: converted tag_item.value to a char array
Max Kellermann
2008-08-29
tag: converted MpdTag.items to a pointer list
Max Kellermann
2008-08-29
tag: moved code to tag_id3.c
Max Kellermann
2008-08-29
tag: renamed functions, no CamelCase
Max Kellermann
2008-08-29
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
2008-08-28
const pointers
Max Kellermann
2008-08-28
unsigned integers and size_t
Max Kellermann
2008-08-26
converted MpdTagItem.type to an enum
Max Kellermann
2008-04-12
clean up CPP includes
Max Kellermann
2008-04-12
yet more unsigned integers
Max Kellermann
2008-04-12
whitespace cleanup
Max Kellermann
2008-03-26
use size_t
Max Kellermann
2008-03-26
eliminated duplicate initialization
Max Kellermann
2008-02-05
fix -Wconst warnings
Max Kellermann
2008-01-26
fixed -Wshadow warnings
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2007-12-28
Merge branches/ew r7104
Eric Wong
2007-11-21
When parsing id3_frames take in account that there are different frames
Qball Cow
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-04-05
The massive copyright update
Avuton Olrich
2007-03-31
Adding tagtypes command to list available tag types (takes metadata_to_use
J. Alexander Treuman
2007-03-20
Doing those previous SONG_* commits properly. Thanks to normalperson for
J. Alexander Treuman
2007-03-20
Use SONG_TIME instead of literal "Time: " for consistency with db code.
J. Alexander Treuman
2007-03-09
fix bug #1458
Warren Dukes
2007-02-23
Make mpd fetch the Original artist/performer tag from mp3's
Qball Cow
2007-02-18
Closing some parenthesis around shank's email address in copyright headers.
J. Alexander Treuman
2006-11-26
Check that the APE tag length is valid before allocating a buffer for it.
J. Alexander Treuman
2006-09-11
tag.c: remove unnecessary #includes
Eric Wong
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-08-18
Cast isostr to char * to fix yet another warning
J. Alexander Treuman
2006-08-18
Change type of isostr to fix warning
J. Alexander Treuman
2006-08-15
Avoid an unnecessary encoding conversion when converting id3v1 tags. Also ma...
J. Alexander Treuman
2006-08-15
tag.c: fix segfault on failed id3v1 character conversion
Eric Wong
2006-08-11
Spelling & Grammar
Avuton Olrich
[next]