aboutsummaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann18-108/+108
2013-08-04DatabasePlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-04MixerPlugin: pass config_param referenceMax Kellermann1-1/+3
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann1-3/+2
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann2-2/+2
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-3/+2
2013-08-03audio_format: convert to C++Max Kellermann14-79/+71
2013-07-31DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann3-3/+3
2013-07-30tag: convert to C++Max Kellermann8-31/+19
2013-07-30encoder_api: convert to C++Max Kellermann2-20/+18
2013-07-30pcm_buffer: convert to C++Max Kellermann2-37/+17
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-29ape: convert to C++Max Kellermann1-3/+1
2013-07-28tag_id3: convert to C++Max Kellermann2-4/+2
2013-07-28song: convert header to C++Max Kellermann4-14/+14
2013-07-28decoder_api: convert to C++Max Kellermann3-3/+3
2013-07-26tag_rva2: convert to C++Max Kellermann1-2/+4
2013-05-12text_input_stream: convert to classDenis Krjuchkov1-13/+9
2013-04-17encoder_list: convert to C++Max Kellermann2-2/+2
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann10-0/+28
2013-04-17output: convert to C++Max Kellermann1-6/+2
2013-04-16MixerInternal: convert to classMax Kellermann2-3/+2
2013-04-16mixer/Pulse: convert to a classMax Kellermann1-2/+2
2013-04-16output/Pulse: convert to C++Max Kellermann1-6/+6
2013-04-09pcm_*: move to src/pcm/Max Kellermann11-15/+15
2013-02-22mixer_plugin: convert to C++Max Kellermann2-7/+3
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann1-15/+14
2013-02-01filter: convert to C++Max Kellermann3-3/+3
2013-02-01test/test_pcm: add unit test for pcm_mix()Max Kellermann4-0/+118
2013-02-01test/test_pcm: add unit tests for the PcmFormat libraryMax Kellermann3-0/+147
2013-01-31test/test_pcm: merge source buffer generatorMax Kellermann5-109/+117
2013-01-31PcmDither: convert struct to a classMax Kellermann1-8/+4
2013-01-31pcm_*: convert to C++Max Kellermann6-11/+6
2013-01-31test/test_pcm: convert to C++Max Kellermann6-43/+51
2013-01-31pcm_convert: convert to C++Max Kellermann2-20/+13
2013-01-30TagPool, ...: include cleanupMax Kellermann1-3/+5
2013-01-30ConfigData: move functions into the classMax Kellermann3-4/+3
2013-01-30ConfigData: add constructors/destructorsMax Kellermann3-12/+10
2013-01-30test/test_vorbis_encoder: convert to C++Max Kellermann1-1/+1
2013-01-30audio_{parser,config}: convert to C++Max Kellermann6-11/+7
2013-01-30filter/chain, encoder: GLib include cleanupMax Kellermann1-2/+4
2013-01-30test/run_encoder, ...: convert to C++Max Kellermann3-5/+6
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann5-8/+13
2013-01-30decoder_list: convert to C++Max Kellermann3-10/+3
2013-01-30ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann1-2/+2
2013-01-29ArchiveFile: convert to a classMax Kellermann1-1/+3
2013-01-29test/visit_archive: new debug programMax Kellermann1-0/+121
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann5-12/+17
2013-01-29test/{read_conf,run_filter}: convert to C++Max Kellermann2-2/+6
2013-01-28InputStream: use std::stringMax Kellermann1-2/+2