aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputThread.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Volume, Output: use new class PeriodClock instead of GTimerMax Kellermann2013-11-251-17/+8
* PcmConvert: add methods Open(), Close()Max Kellermann2013-11-131-4/+12
* OutputControl: reduce the number of OutputThread wakeupsMax Kellermann2013-11-061-1/+9
* *: use nullptr instead of NULLMax Kellermann2013-10-191-41/+41
* Thread/Thread: replacement library for GThreadMax Kellermann2013-10-171-9/+6
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
* Log: new logging library APIMax Kellermann2013-10-021-30/+30
* MusicPipe: expose the C++ APIMax Kellermann2013-09-261-3/+3
* util/Error: new error passing libraryMax Kellermann2013-09-041-30/+24
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-1/+1
* FatalError: new library to replace mpd_error.hMax Kellermann2013-08-071-3/+2
* audio_format: convert to C++Max Kellermann2013-08-031-28/+24
* tag: convert to C++Max Kellermann2013-07-301-0/+1
* output_api: convert to C++Max Kellermann2013-07-301-1/+1
* pcm_buffer: convert to C++Max Kellermann2013-07-301-2/+1
* use g_thread_new() if GLib is recent enoughMax Kellermann2013-04-171-2/+5
* OutputInternal: use Mutex instead of GMutexMax Kellermann2013-04-171-33/+30
* output: convert to C++Max Kellermann2013-04-171-5/+1
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-1/+1
* FilterInternal: convert struct filter to a OO interfaceMax Kellermann2013-02-021-22/+20
* filter: convert to C++Max Kellermann2013-02-011-1/+1
* pcm_*: convert to C++Max Kellermann2013-01-311-1/+1
* filter/convert: convert to C++Max Kellermann2013-01-301-1/+1
* {encoder,output}_api.h: allow compiling as C++Max Kellermann2013-01-301-1/+1
* PlayerControl: move functions into the classMax Kellermann2013-01-201-1/+1
* notify: convert to C++Max Kellermann2013-01-101-2/+2
* filter/replay_gain: convert to C++Max Kellermann2013-01-071-1/+1
* player_control.h: convert header to C++Max Kellermann2013-01-041-1/+1
* MusicChunk: move functions to methodsMax Kellermann2013-01-041-2/+2
* buffer, pipe: convert to C++Max Kellermann2013-01-041-2/+3
* output_*: convert to C++Max Kellermann2013-01-041-0/+690