aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputAll.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* 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
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* 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
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* util/Error: new error passing libraryMax Kellermann2013-09-041-11/+10
| | | | Replaces GLib's GError.
* 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
| | | | | Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode().
* 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