Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
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 | |
Avoid GLib. | |||||
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 | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -42/+18 | |
Replaces GLib's GError. | |||||
2013-09-03 | IOThread: use FatalError() on g_thread_create() error | Max Kellermann | 1 | -5/+1 | |
New GLib versions don't fail. | |||||
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 | |
Deprecated. | |||||
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 | |
Look up top-level config options by enum (= integer), not by name string. | |||||
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 | |
Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode(). | |||||
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 | |
Pass audio_output objects around instead of void pointers. This will give some more control to the plugin, and prepares for non-blocking audio outputs. | |||||
2011-08-30 | output_control: move code to audio_output_destruct() | Max Kellermann | 1 | -2/+1 | |
.. and destruct the output object properly in test/run_output. | |||||
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 | |
Allocate a player_control object where needed, and pass it around. Each "client" object is associated with a "player_control" instance. This prepares multi-player support. | |||||
2010-05-20 | test: enable binary mode on stdin/stdout | Max Kellermann | 1 | -0/+1 | |
Declaring the global variable _CRT_fmode is a documented hack. What an ugly platform! | |||||
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 | |
Apply the replay gain in the output thread. This means a new setting will be active instantly, without going through the whole music pipe. And we might have different replay gain settings for each audio output device. | |||||
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 | |
This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value. | |||||
2009-11-14 | audio_format: added function audio_format_to_string() | Max Kellermann | 1 | -2/+3 | |
Unified function for converting an audio_format object to a string, for log messages and for the "status" command. | |||||
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-10-29 | output: consistently lock audio output objects | Max Kellermann | 1 | -4/+0 | |
Always keep the audio_output object locked within the output thread, unless a plugin method is called. This fixes several race conditions. | |||||
2009-10-21 | audio_format: wildcards allowed in audio_format configuration | Max Kellermann | 1 | -1/+2 | |
An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks. | |||||
2009-10-21 | pulse: code rewrite using the asynchronous libpulse API | Max Kellermann | 1 | -0/+6 | |
This is a complete rewrite of the PulseAudio output plugin. It uses the asynchronous API, which gives us more control over everything. Additionally, it connects to the PulseAudio server on startup, and keeps this connection up while MPD runs. During pause, instead of closing the stream, it enables "cork". | |||||
2009-09-24 | conf: handle fatal errors with GError | Max Kellermann | 1 | -1/+6 | |
Don't call g_error(), which will abort the process and dump core. This patch does not affect all the config_get_X() functions. These need some more refactoring. | |||||
2009-07-23 | pcm_convert: use GError for error handling | Max Kellermann | 1 | -1/+4 | |
Don't abort the whole MPD process when the conversion fails. This has been a denial-of-service attack vector for years. |