summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2013-09-04system/resolver: convert to C++Max Kellermann
2013-09-03IOThread: use FatalError() on g_thread_create() errorMax Kellermann
New GLib versions don't fail.
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann
2013-08-07test/signals: remove obsolete libraryMax Kellermann
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-08-04DatabasePlugin: pass config_param referenceMax Kellermann
2013-08-04MixerPlugin: pass config_param referenceMax Kellermann
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-07-31DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann
Avoid duplicating the tag.
2013-07-30tag: convert to C++Max Kellermann
2013-07-30encoder_api: convert to C++Max Kellermann
2013-07-30pcm_buffer: convert to C++Max Kellermann
2013-07-29tag_handler: convert to C++Max Kellermann
2013-07-29ape: convert to C++Max Kellermann
2013-07-28tag_id3: convert to C++Max Kellermann
2013-07-28song: convert header to C++Max Kellermann
2013-07-28decoder_api: convert to C++Max Kellermann
2013-07-26tag_rva2: convert to C++Max Kellermann
2013-05-12text_input_stream: convert to classDenis Krjuchkov
2013-04-17encoder_list: convert to C++Max Kellermann
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann
Deprecated.
2013-04-17output: convert to C++Max Kellermann
2013-04-16MixerInternal: convert to classMax Kellermann
2013-04-16mixer/Pulse: convert to a classMax Kellermann
2013-04-16output/Pulse: convert to C++Max Kellermann
2013-04-09pcm_*: move to src/pcm/Max Kellermann
2013-02-22mixer_plugin: convert to C++Max Kellermann
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann
2013-02-01filter: convert to C++Max Kellermann
2013-02-01test/test_pcm: add unit test for pcm_mix()Max Kellermann
2013-02-01test/test_pcm: add unit tests for the PcmFormat libraryMax Kellermann
2013-01-31test/test_pcm: merge source buffer generatorMax Kellermann
2013-01-31PcmDither: convert struct to a classMax Kellermann
2013-01-31pcm_*: convert to C++Max Kellermann
2013-01-31test/test_pcm: convert to C++Max Kellermann
2013-01-31pcm_convert: convert to C++Max Kellermann
2013-01-30TagPool, ...: include cleanupMax Kellermann
2013-01-30ConfigData: move functions into the classMax Kellermann
2013-01-30ConfigData: add constructors/destructorsMax Kellermann
2013-01-30test/test_vorbis_encoder: convert to C++Max Kellermann
2013-01-30audio_{parser,config}: convert to C++Max Kellermann
2013-01-30filter/chain, encoder: GLib include cleanupMax Kellermann
2013-01-30test/run_encoder, ...: convert to C++Max Kellermann
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann
Look up top-level config options by enum (= integer), not by name string.
2013-01-30decoder_list: convert to C++Max Kellermann
2013-01-30ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann