aboutsummaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-04playlist: convert to C++Max Kellermann3-6/+4
2013-01-04output_*: convert to C++Max Kellermann1-4/+8
2013-01-03Directory: initialise in default constructorMax Kellermann2-0/+2
2013-01-03Directory: add constructor and destructorMax Kellermann2-0/+5
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann2-3/+3
2013-01-02Directory: make the header C++ onlyMax Kellermann2-8/+5
2013-01-02PlaylistInfo: rename class, use std::stringMax Kellermann1-2/+2
2013-01-02don't include stdbool.h in C++ sourcesMax Kellermann1-1/+0
2013-01-02playlist_vector: convert to C++Max Kellermann1-1/+1
2013-01-02db_save, state_file: convert to C++Max Kellermann2-5/+11
2013-01-02update: convert to C++Max Kellermann1-1/+1
2012-10-04test/read_tags: wait until input_stream becomes readyMax Kellermann1-0/+19
2012-10-02test/dump_playlist: add missing newline to error messageMax Kellermann1-1/+1
2012-10-02output/recorder, test/*: invoke encoder_read() after _open()Max Kellermann2-0/+4
2012-10-02test/run_encoder: fix encoder_open() callMax Kellermann1-2/+1
2012-08-25test/test_queue_priority: fix SIGABRTMax Kellermann1-0/+15
2012-08-21queue_save: save song prioritiesMax Kellermann1-1/+1
2012-08-15queue: duplicate all song objectsMax Kellermann1-0/+33
2012-08-08tag_pool: use GStaticMutexMax Kellermann5-17/+2
2012-08-07db_selection: rename to DatabaseSelectionMax Kellermann1-3/+2
2012-08-07Database{Plugin,Visitor}: pass referencesMax Kellermann1-8/+8
2012-08-07test/DumpDatabase: new debug programMax Kellermann1-0/+154
2012-08-02DatabaseVisitor, ...: use GError forward declarationMax Kellermann1-0/+2
2012-07-10test/test_pcm: add pcm_volume testsMax Kellermann3-0/+211
2012-07-10require GLib 2.16Max Kellermann6-65/+0
2012-05-29output/raop: delete the RAOP pluginMax Kellermann2-90/+0
2012-04-23test/read_rva2: new debug program for the RVA2 libraryMax Kellermann1-0/+109
2012-04-05encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann2-2/+2
2012-04-04test/test_vorbis_encoder: program to debug the vorbis encoderMax Kellermann1-0/+109
2012-03-21pcm_export: use the byte_reverse library directlyMax Kellermann3-72/+0
2012-03-21audio_format: remove the reverse_endian attributeMax Kellermann1-2/+2
2012-03-21test: add unit test for util/byte_reverse.cMax Kellermann2-0/+86
2012-03-21test/run_convert: allow the out format to be a maskMax Kellermann1-2/+6
2012-03-19event_pipe, test: explicitly ignore write() return valueMax Kellermann6-7/+9
2012-03-19test/dump_text_file: debug program for text_input_stream.cMax Kellermann1-0/+170
2012-03-19test/run_input: use input_stream_*lock()Max Kellermann1-4/+4
2012-03-19event_pipe, test: explicitly ignore write() return valueMax Kellermann7-8/+10
2012-03-06use g_strerror() instead of strerror()Max Kellermann2-2/+2
2012-02-13test/run_decoder: initialize GThreadMax Kellermann1-0/+1
2012-02-13test/read_tags: call g_thread_init()Max Kellermann1-0/+1
2012-02-12playlist/embcue: new plugin for reading embedded cue sheetsMax Kellermann1-0/+93
2012-02-12tag_handler: handle arbitrary name/value pairsMax Kellermann1-1/+8
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann1-30/+25
2012-02-04test/run_decoder: initialize the tag_pool libraryMax Kellermann1-0/+5
2012-02-04test/read_tags: initialize the tag_pool libraryMax Kellermann1-0/+5
2011-12-24test/run_output: enable and disable the outputMax Kellermann1-0/+10
2011-12-13pcm_buffer, output_plugin, ...: include config.hMax Kellermann2-0/+2
2011-10-20pcm_volume: "length" is a "size_t", not "int"Max Kellermann3-3/+3
2011-10-19test: add GLib testing compatibility headerMax Kellermann6-0/+62
2011-10-10pcm_dither: pass an "end" pointer instead of a sample countMax Kellermann1-2/+2