Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 2013-10-15 | 2 | -10/+12 | |
| | ||||||
* | output/winmm: use delete instead of g_free() | Max Kellermann | 2013-10-15 | 1 | -2/+2 | |
| | ||||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 2 | -2/+2 | |
| | ||||||
* | Mapper, ...: use memcmp() instead of strncmp() where appropriate | Max Kellermann | 2013-10-14 | 1 | -2/+2 | |
| | | | | Micro-optimization. | |||||
* | output/httpd: don't include glib.h in header | Max Kellermann | 2013-10-02 | 3 | -4/+6 | |
| | ||||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 16 | -124/+131 | |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
* | DecoderControl: use GLib forward declarations | Max Kellermann | 2013-09-27 | 3 | -0/+6 | |
| | ||||||
* | *Plugin: remove redundant "line %i" from error messages | Max Kellermann | 2013-09-26 | 2 | -10/+8 | |
| | | | | The MPD core will add this as a prefeix. | |||||
* | mpd_error.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -3/+3 | |
| | | | | Migrate the remaining callers to FatalError(). | |||||
* | use standard snprintf() instead of GLib g_snprintf() | Max Kellermann | 2013-09-05 | 1 | -20/+20 | |
| | ||||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 20 | -661/+528 | |
| | | | | Replaces GLib's GError. | |||||
* | system/resolver: convert to C++ | Max Kellermann | 2013-09-04 | 1 | -1/+1 | |
| | ||||||
* | output/pulse: require libpulse 0.9.16 | Max Kellermann | 2013-09-04 | 1 | -51/+3 | |
| | | | | | Remove all #ifdefs. Old versions of libpulse are not being tested, and thus I'm removing support. | |||||
* | output/httpd: use "unsigned" instead of "guint" | Max Kellermann | 2013-08-08 | 1 | -2/+2 | |
| | ||||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -27/+29 | |
| | | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller. | |||||
* | *: remove remaining __cplusplus checks | Max Kellermann | 2013-08-07 | 1 | -8/+0 | |
| | ||||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 6 | -7/+7 | |
| | ||||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 9 | -20/+21 | |
| | ||||||
* | EncoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 3 | -3/+3 | |
| | ||||||
* | OutputPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 17 | -120/+112 | |
| | ||||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 17 | -189/+191 | |
| | ||||||
* | gcc.h: add macro gcc_unreachable() | Max Kellermann | 2013-08-03 | 2 | -1/+2 | |
| | ||||||
* | output/winmm: adapt to PcmBuffer API changes | Max Kellermann | 2013-07-31 | 1 | -5/+4 | |
| | ||||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 6 | -7/+13 | |
| | ||||||
* | encoder_api: convert to C++ | Max Kellermann | 2013-07-30 | 4 | -19/+17 | |
| | ||||||
* | include cleanup | Max Kellermann | 2013-07-30 | 1 | -2/+0 | |
| | ||||||
* | output_api: convert to C++ | Max Kellermann | 2013-07-30 | 16 | -16/+16 | |
| | ||||||
* | timer: convert to class | Denis Krjuchkov | 2013-05-12 | 4 | -32/+32 | |
| | ||||||
* | encoder_list: convert to C++ | Max Kellermann | 2013-04-17 | 3 | -3/+3 | |
| | ||||||
* | output/oss,null: use new/delete | Max Kellermann | 2013-04-17 | 2 | -51/+50 | |
| | ||||||
* | output: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -1/+1 | |
| | ||||||
* | output/solaris: convert to C++ | Max Kellermann | 2013-04-17 | 2 | -27/+42 | |
| | ||||||
* | output/openal: convert to C++ | Max Kellermann | 2013-04-17 | 2 | -38/+53 | |
| | ||||||
* | output/ao: convert to C++ | Max Kellermann | 2013-04-17 | 2 | -61/+86 | |
| | ||||||
* | output/shout: convert to C++ | Max Kellermann | 2013-04-17 | 2 | -138/+141 | |
| | ||||||
* | output/ffado: remove broken plugin | Max Kellermann | 2013-04-17 | 2 | -384/+0 | |
| | | | | | This plugin has been in MPD for three years, and it has never worked. Enough! | |||||
* | output/mvp: remove obsolete plugin | Max Kellermann | 2013-04-17 | 2 | -369/+0 | |
| | | | | | | The hardware is obsolete, and the product does not exist anymore on the Hauppauge web site. Let's see if anybody complains about the removal. | |||||
* | output/jack: convert to C++ | Max Kellermann | 2013-04-17 | 2 | -93/+113 | |
| | ||||||
* | output/fifo: convert to C++ | Max Kellermann | 2013-04-17 | 2 | -101/+113 | |
| | ||||||
* | output/pipe: convert to C++ | Max Kellermann | 2013-04-17 | 2 | -30/+61 | |
| | ||||||
* | output/recorder: convert to C++ | Max Kellermann | 2013-04-17 | 2 | -62/+86 | |
| | ||||||
* | mixer/Pulse: convert to a class | Max Kellermann | 2013-04-16 | 2 | -7/+6 | |
| | ||||||
* | output/Pulse: convert to C++ | Max Kellermann | 2013-04-16 | 2 | -156/+158 | |
| | ||||||
* | output/roar: work around libroar's use of "new" | Max Kellermann | 2013-04-16 | 1 | -0/+4 | |
| | ||||||
* | pcm_export: convert to C++ | Max Kellermann | 2013-04-09 | 2 | -23/+22 | |
| | ||||||
* | pcm_*: move to src/pcm/ | Max Kellermann | 2013-04-09 | 3 | -3/+3 | |
| | ||||||
* | mixer_plugin: convert to C++ | Max Kellermann | 2013-02-22 | 5 | -5/+5 | |
| | ||||||
* | {output,mixer}/winmm: convert to C++ | Max Kellermann | 2013-02-22 | 2 | -45/+53 | |
| | ||||||
* | output/alsa: workaround for noise after manual song change | Max Kellermann | 2013-02-04 | 1 | -0/+20 | |
| | | | | | Workaround for driver bug observed on the Raspberry Pi, see code comment for details. | |||||
* | output/alsa: pre-allocate the silence buffer | Max Kellermann | 2013-02-04 | 1 | -14/+15 | |
| |