aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputAll.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* OutputAll: use new[]/delete[] instead of g_new()/g_free()Max Kellermann2013-12-031-4/+2
* Volume, Output: use new class PeriodClock instead of GTimerMax Kellermann2013-11-251-4/+1
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
* player_control: rename to PlayerControlMax Kellermann2013-10-281-2/+2
* ReplayGainInfo: use CamelCase for struct nameMax Kellermann2013-10-251-1/+1
* *: use references instead of pointersMax Kellermann2013-10-191-6/+6
* *: use nullptr instead of NULLMax Kellermann2013-10-191-33/+33
* Thread/Thread: replacement library for GThreadMax Kellermann2013-10-171-0/+2
* Log: new logging library APIMax Kellermann2013-10-021-3/+0
* OutputAll: add pure/const attributesMax Kellermann2013-09-271-0/+1
* MusicBuffer: expose the C++ APIMax Kellermann2013-09-261-10/+9
* MusicPipe: expose the C++ APIMax Kellermann2013-09-261-19/+18
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+3
* util/Error: new error passing libraryMax Kellermann2013-09-041-11/+10
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-1/+1
* FatalError: new library to replace mpd_error.hMax Kellermann2013-08-071-6/+6
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+1
* OutputPlugin: pass config_param referenceMax Kellermann2013-08-041-3/+10
* audio_format: convert to C++Max Kellermann2013-08-031-10/+8
* OutputInternal: use Mutex instead of GMutexMax Kellermann2013-04-171-22/+12
* output: convert to C++Max Kellermann2013-04-171-5/+1
* PlayerControl: move functions into the classMax Kellermann2013-01-201-4/+4
* notify: convert to C++Max Kellermann2013-01-101-9/+2
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-1/+1
* mixer_all: convert to C++Max Kellermann2013-01-071-1/+1
* filter/ReplayGain: add method _set_mode()Max Kellermann2013-01-051-0/+7
* player_control.h: convert header to C++Max Kellermann2013-01-041-1/+1
* MusicChunk: move functions to methodsMax Kellermann2013-01-041-1/+1
* buffer, pipe: convert to C++Max Kellermann2013-01-041-7/+3
* output_*: convert to C++Max Kellermann2013-01-041-0/+608