aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_tags.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* event_pipe, test: explicitly ignore write() return valueMax Kellermann2012-03-191-1/+1
* tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-121-1/+8
* decoder_plugin: scan tags with callback tableMax Kellermann2012-02-111-30/+25
* pcm_volume: "length" is a "size_t", not "int"Max Kellermann2011-10-201-1/+1
* pcm_{mix,volume}: pass only sample_format to pcm_mix()Max Kellermann2011-10-101-1/+1
* input_stream: non-blocking I/OMax Kellermann2011-09-161-2/+9
* test/read_tags: initialize the tag_pool libraryMax Kellermann2011-09-131-0/+5
* test/read_tags: call g_thread_init()Max Kellermann2011-09-131-0/+1
* input/soup: new input plugin based on libsoupMax Kellermann2011-08-241-0/+11
* copyright year 2011Max Kellermann2011-01-291-1/+1
* mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps2010-05-081-1/+3
* Add support for MixRamp tagsTim Phipps2010-03-211-0/+8
* decoder_api: removed function decoder_get_uri()Max Kellermann2010-01-181-5/+0
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-041-2/+7
* input_stream: return allocated input_stream objectsMax Kellermann2010-01-011-4/+4
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* decoder_plugin: added method stream_tag()Max Kellermann2009-12-311-0/+14
* decoder_api: added function decoder_timestamp()Max Kellermann2009-12-261-1/+7
* input_stream: return errors with GErrorMax Kellermann2009-12-151-1/+1
* input_plugin: method init() returns errors with GErrorMax Kellermann2009-12-141-1/+7
* 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
* 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
* test: init input streams cause decoders are using itViliam Mateicka2009-03-031-0/+2
* pcm_volume: return boolMax Kellermann2009-03-021-1/+2
* test: added test program which reads tags from a fileMax Kellermann2009-02-281-0/+159