summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-03-16test/run_decoder: use InputStream::OpenReady() instead of InputStream::Open()Max Kellermann
2014-03-16test/{run_decoder,dump_playlist}: fix accidental search/replace hiccupsMax Kellermann
2014-03-16util/CircularBuffer: add method GetSpace()Max Kellermann
2014-03-16util/CircularBuffer: add method GetSize()Max Kellermann
2014-03-15util/CircularBuffer: rename GetSize() to GetCapacity()Max Kellermann
2014-03-15util/CircularBuffer: new buffer classMax Kellermann
2014-03-15test/test_pcm: replace 256 with prime numberMax Kellermann
2014-03-15test/test_pcm_format: add unit test for float clampingMax Kellermann
2014-03-15test/test_pcm_all: move CPPUNIT_TEST_SUITE_REGISTRATION() to test_pcm_main.cxxMax Kellermann
2014-03-01util/{Const,Writable}Buffer: add operator[]Max Kellermann
2014-02-24UriUtil: support ftp:// URLs in uri_remove_auth()Max Kellermann
2014-02-21PlayerListener: new interface to replace GlobalEvents accessMax Kellermann
2014-02-20test/run_{filter,output}: use config_find_block()Max Kellermann
2014-02-19DatabasePlugin: split headerMax Kellermann
2014-02-19Mixer: add class MixerListenerMax Kellermann
2014-02-18test: various fixups for building without GLibMax Kellermann
2014-02-08ArchivePlugin: pass Path to open()Max Kellermann
2014-02-08ArchivePlugin: rename struct archive_plugin to ArchivePluginMax Kellermann
2014-02-07storage/local: remove utf8 path from constructorMax Kellermann
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann
2014-02-06mixer/Plugin: pass AudioOutput reference to init()Max Kellermann
2014-02-05Mixer: use reference instead of pointer for MixerPluginMax Kellermann
2014-02-05MixerPlugin: add EventLoop& init() parameterMax Kellermann
2014-02-05event/Loop: remove the dummy constructor argumentMax Kellermann
2014-02-05test/ShutdownHandler: make the constructor "explicit"Max Kellermann
2014-02-04db/DatabaseListener: add method OnDatabaseSongRemoved()Max Kellermann
2014-02-04Instance: add Database attributeMax Kellermann
2014-02-04db/DatabasePlaylist: pass Database reference aroundMax Kellermann
2014-02-03SongLoader: new class that merges duplicate codeMax Kellermann
2014-01-29output: move functions into the AudioOutput structMax Kellermann
2014-01-28output: rename source filesMax Kellermann
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann
2014-01-28OutputAll: convert to class, move instance to class PartitionMax Kellermann
2014-01-27Playlist{Info,Vector}: move to db/Max Kellermann
2014-01-27Merge branch 'v0.18.x'Max Kellermann
2014-01-27IcyMetadataParser: more robust tag parserMax Kellermann
2014-01-27test/test_icy_parser: unit test for IcyMetaDataParser.cxxMax Kellermann
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann
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