aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* mixer_plugin: convert to C++Max Kellermann2013-02-22
|
* FilterInternal: convert struct filter to a OO interfaceMax Kellermann2013-02-02
|
* filter: convert to C++Max Kellermann2013-02-01
|
* test/test_pcm: add unit test for pcm_mix()Max Kellermann2013-02-01
|
* test/test_pcm: add unit tests for the PcmFormat libraryMax Kellermann2013-02-01
|
* test/test_pcm: merge source buffer generatorMax Kellermann2013-01-31
|
* PcmDither: convert struct to a classMax Kellermann2013-01-31
|
* pcm_*: convert to C++Max Kellermann2013-01-31
|
* test/test_pcm: convert to C++Max Kellermann2013-01-31
|
* pcm_convert: convert to C++Max Kellermann2013-01-31
|
* TagPool, ...: include cleanupMax Kellermann2013-01-30
|
* ConfigData: move functions into the classMax Kellermann2013-01-30
|
* ConfigData: add constructors/destructorsMax Kellermann2013-01-30
|
* test/test_vorbis_encoder: convert to C++Max Kellermann2013-01-30
|
* audio_{parser,config}: convert to C++Max Kellermann2013-01-30
|
* filter/chain, encoder: GLib include cleanupMax Kellermann2013-01-30
|
* test/run_encoder, ...: convert to C++Max Kellermann2013-01-30
|
* ConfigFile: add enum ConfigOptionMax Kellermann2013-01-30
| | | | | Look up top-level config options by enum (= integer), not by name string.
* decoder_list: convert to C++Max Kellermann2013-01-30
|
* ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann2013-01-30
|
* ArchiveFile: convert to a classMax Kellermann2013-01-29
|
* test/visit_archive: new debug programMax Kellermann2013-01-29
|
* ConfigFile, CommandLine: use the Path classMax Kellermann2013-01-29
|
* test/{read_conf,run_filter}: convert to C++Max Kellermann2013-01-29
|
* InputStream: use std::stringMax Kellermann2013-01-28
|
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-27
|
* playlist/*: convert to C++Max Kellermann2013-01-27
|
* input_stream: forward-declare the structMax Kellermann2013-01-26
| | | | Hide the definition from C code, to prepare the transition to C++.
* playlist/*: convert to C++Max Kellermann2013-01-26
|
* archive/*: convert to C++Max Kellermann2013-01-24
|
* test/run_tcp_connect: delete obsolete source fileMax Kellermann2013-01-21
|
* output/roar: convert to C++Max Kellermann2013-01-16
|
* InotifySource: use the SocketMonitor classMax Kellermann2013-01-15
|
* mixer/Alsa: use MultiSocketMonitorMax Kellermann2013-01-15
|
* fifo_buffer: move to util/Max Kellermann2013-01-15
|
* InotifySource: convert to a classMax Kellermann2013-01-14
|
* Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann2013-01-14
|
* io_thread: convert to C++Max Kellermann2013-01-10
|
* input_stream: convert to C++ (internally)Max Kellermann2013-01-10
|
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-09
|
* event_pipe.h: convert to C++Max Kellermann2013-01-09
|
* idle: convert to C++Max Kellermann2013-01-09
|
* test/FakeReplayGainConfig: move fake symbols from a few debug programsMax Kellermann2013-01-09
|
* test/run_decoder,read_tags: remove obsolete dummy functionsMax Kellermann2013-01-09
|
* test: rename debug programs back to old namesMax Kellermann2013-01-08
|
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-07
|
* queue: convert all functions to methodsMax Kellermann2013-01-06
|
* Queue: add constructor and destructorMax Kellermann2013-01-06
|
* filter/ReplayGain: add method _set_mode()Max Kellermann2013-01-05
| | | | | Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode().
* DecoderAPI: _replay_gain() returns voidMax Kellermann2013-01-05
| | | | | | Let the function decoder_replay_gain() update decoder_control::replay_gain_db instead of letting each decoder plugin take care for that.