aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_output.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+1
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-3/+2
2013-08-03audio_format: convert to C++Max Kellermann1-8/+7
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann1-0/+2
2013-04-17output: convert to C++Max Kellermann1-6/+2
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-1/+1
2013-02-01filter: convert to C++Max Kellermann1-1/+1
2013-01-31pcm_convert: convert to C++Max Kellermann1-14/+8
2013-01-30audio_{parser,config}: convert to C++Max Kellermann1-1/+1
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann1-2/+2
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann1-2/+4
2013-01-15mixer/Alsa: use MultiSocketMonitorMax Kellermann1-0/+8
2013-01-10io_thread: convert to C++Max Kellermann1-1/+1
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann1-2/+2
2013-01-09event_pipe.h: convert to C++Max Kellermann1-1/+1
2013-01-09idle: convert to C++Max Kellermann1-1/+1
2013-01-09test/FakeReplayGainConfig: move fake symbols from a few debug programsMax Kellermann1-5/+0
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-1/+1
2013-01-05filter/ReplayGain: add method _set_mode()Max Kellermann1-3/+0
2013-01-04PlayerControl: add constructor and destructorMax Kellermann1-1/+5
2013-01-04player_control.h: convert header to C++Max Kellermann1-1/+1
2013-01-04playlist: convert to C++Max Kellermann1-1/+1
2013-01-04output_*: convert to C++Max Kellermann1-4/+8
2011-12-24test/run_output: enable and disable the outputMax Kellermann1-0/+10
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-14/+14
2011-08-30output_control: move code to audio_output_destruct()Max Kellermann1-2/+1
2011-08-30test/run_output: clean up after open failureMax Kellermann1-50/+61
2011-08-29ntp_server: use the I/O threadMax Kellermann1-0/+11
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-1/+4
2010-05-20test: enable binary mode on stdin/stdoutMax Kellermann1-0/+1
2010-04-25replay_gain: added mode "auto"Daniel Seuthe1-0/+3
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann1-0/+6
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-1/+1
2009-11-14audio_format: added function audio_format_to_string()Max Kellermann1-2/+3
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-29output: consistently lock audio output objectsMax Kellermann1-4/+0
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann1-1/+2
2009-10-21pulse: code rewrite using the asynchronous libpulse APIMax Kellermann1-0/+6
2009-09-24conf: handle fatal errors with GErrorMax Kellermann1-1/+6
2009-07-23pcm_convert: use GError for error handlingMax Kellermann1-1/+4
2009-07-19Add audio_format_init() functionDavid Woodhouse1-5/+3
2009-07-06output: attach a filter chain to each audio_outputMax Kellermann1-0/+23
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-10test: added program "run_output"Max Kellermann1-0/+174