| Commit message (Expand) | Author | Files | Lines |
2014-01-07 | test: add missing includes | Max Kellermann | 1 | -0/+1 |
2013-12-24 | test/*: use fprintf(stderr,...) and Log() instead of g_printerr() | Max Kellermann | 1 | -17/+14 |
2013-10-28 | player_control: rename to PlayerControl | Max Kellermann | 1 | -3/+3 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -1/+1 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+3 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -42/+18 |
2013-09-03 | IOThread: use FatalError() on g_thread_create() error | Max Kellermann | 1 | -5/+1 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -1/+1 |
2013-08-04 | OutputPlugin: pass config_param reference | Max Kellermann | 1 | -3/+2 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -8/+7 |
2013-04-17 | don't use g_thread_init() with GLib 2.32 | Max Kellermann | 1 | -0/+2 |
2013-04-17 | output: convert to C++ | Max Kellermann | 1 | -6/+2 |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -1/+1 |
2013-02-01 | filter: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-31 | pcm_convert: convert to C++ | Max Kellermann | 1 | -14/+8 |
2013-01-30 | audio_{parser,config}: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-30 | ConfigFile: add enum ConfigOption | Max Kellermann | 1 | -2/+2 |
2013-01-29 | ConfigFile, CommandLine: use the Path class | Max Kellermann | 1 | -2/+4 |
2013-01-15 | mixer/Alsa: use MultiSocketMonitor | Max Kellermann | 1 | -0/+8 |
2013-01-10 | io_thread: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-09 | EventPipe: rename to GlobalEvents | Max Kellermann | 1 | -2/+2 |
2013-01-09 | event_pipe.h: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-09 | idle: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-09 | test/FakeReplayGainConfig: move fake symbols from a few debug programs | Max Kellermann | 1 | -5/+0 |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -1/+1 |
2013-01-05 | filter/ReplayGain: add method _set_mode() | Max Kellermann | 1 | -3/+0 |
2013-01-04 | PlayerControl: add constructor and destructor | Max Kellermann | 1 | -1/+5 |
2013-01-04 | player_control.h: convert header to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-04 | output_*: convert to C++ | Max Kellermann | 1 | -4/+8 |
2011-12-24 | test/run_output: enable and disable the output | Max Kellermann | 1 | -0/+10 |
2011-09-19 | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 1 | -14/+14 |
2011-08-30 | output_control: move code to audio_output_destruct() | Max Kellermann | 1 | -2/+1 |
2011-08-30 | test/run_output: clean up after open failure | Max Kellermann | 1 | -50/+61 |
2011-08-29 | ntp_server: use the I/O thread | Max Kellermann | 1 | -0/+11 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -1/+4 |
2010-05-20 | test: enable binary mode on stdin/stdout | Max Kellermann | 1 | -0/+1 |
2010-04-25 | replay_gain: added mode "auto" | Daniel Seuthe | 1 | -0/+3 |
2010-02-17 | replay_gain: reimplement as a filter plugin | Max Kellermann | 1 | -0/+6 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -1/+1 |
2009-11-14 | audio_format: added function audio_format_to_string() | Max Kellermann | 1 | -2/+3 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-29 | output: consistently lock audio output objects | Max Kellermann | 1 | -4/+0 |
2009-10-21 | audio_format: wildcards allowed in audio_format configuration | Max Kellermann | 1 | -1/+2 |
2009-10-21 | pulse: code rewrite using the asynchronous libpulse API | Max Kellermann | 1 | -0/+6 |
2009-09-24 | conf: handle fatal errors with GError | Max Kellermann | 1 | -1/+6 |
2009-07-23 | pcm_convert: use GError for error handling | Max Kellermann | 1 | -1/+4 |
2009-07-19 | Add audio_format_init() function | David Woodhouse | 1 | -5/+3 |