summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-01-24Mixer*: move to mixer/Max Kellermann
2014-01-24Filter*: move to filter/Max Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24Update*: move to update/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-24Queue*: move to queue/Max Kellermann
2014-01-24Zeroconf*: move to zeroconf/Max Kellermann
2014-01-24archive/*: move to archive/plugins/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann
2014-01-23output/*: move to output/plugins/Max Kellermann
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann
2014-01-23Encoder*: move to src/encoderMax Kellermann
2014-01-22LightDirectory: new struct replacing Directory in the DB APIMax Kellermann
2014-01-21PlaylistSong: modify the given song object in-placeMax Kellermann
2014-01-21test: add unit test for playlist_check_translate_song()Max Kellermann
2014-01-20Merge branch 'v0.18.x'Max Kellermann
2014-01-20Queue: rename struct queue to QueueMax Kellermann
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-11DatabasePlugin: add interface DatabaseListenerMax Kellermann
2014-01-09UPnP database pluginJean-Francois Dockes
2014-01-09DetachedSong: fork of struct SongMax Kellermann
2014-01-09test/DumpDatabase: fix nullptr dereferenceMax Kellermann
2014-01-08Merge branch 'v0.18.x'Max Kellermann
2014-01-07test: add missing includesMax Kellermann
2014-01-06pcm/Format: change parameters/return values to ConstBufferMax Kellermann
2013-12-29InputStream: add static method OpenReady()Max Kellermann
2013-12-29util/UriUtil: uri_get_suffix() fails if name begins with dotMax Kellermann
2013-12-28pcm/PcmMix: improved ditheringMax Kellermann
2013-12-28pcm/Volume: improved ditheringMax Kellermann
2013-12-28pcm/PcmDither: inline Dither24To16() and Dither32To16()Max Kellermann
2013-12-24test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann
2013-12-24test/*: remove GLib logging setupMax Kellermann
2013-12-23pcm/Volume: convert to classMax Kellermann
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann
2013-12-15test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann
2013-12-15configure.ac: add option "--disable-glib"Max Kellermann
2013-12-14DecoderAPI: add function decoder_read_full()Max Kellermann
2013-12-14DecoderAPI: add function decoder_skip()Max Kellermann
2013-12-14test: merge duplicate code to FakeDecoderAPI.cxxMax Kellermann
2013-12-05test/run_encoder: destruct the Encoder before exitingMax Kellermann
2013-12-04system/Resolver: sockaddr_to_string() returns std::string()Max Kellermann
2013-12-03Tag: remove method AddItem()Max Kellermann
2013-12-02pcm/PcmChannels: use struct ConstBufferMax Kellermann
2013-11-13PcmConvert: add methods Open(), Close()Max Kellermann
2013-11-11filter/route, ...: add missing stdlib.h includesMax Kellermann
2013-11-05test/*: add more missing stdlib.h includesMax Kellermann
2013-11-04test/test_mixramp: add threshold to floating point comparisonsMax Kellermann
2013-10-30CrossFade: use negative value for invalid MixRamp overlapMax Kellermann