aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_tags.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_stream: moved input_stream_global_init() to input_init.cMax Kellermann2009-12-141-0/+1
|
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann2009-11-011-0/+9
|
* test: initialize locale in read_tags.cMax Kellermann2009-08-041-0/+10
|
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* test: init input streams cause decoders are using itViliam Mateicka2009-03-031-0/+2
|
* pcm_volume: return boolMax Kellermann2009-03-021-1/+2
| | | | Don't abort MPD when a sample format is not supported by pcm_volume().
* test: added test program which reads tags from a fileMax Kellermann2009-02-281-0/+159