Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OutputThread: use real-time priority | Max Kellermann | 2014-01-14 | 1 | -0/+3 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | pcm/PcmMix: improved dithering | Max Kellermann | 2013-12-28 | 1 | -1/+1 |
| | | | | Use the existing PcmDither library. | ||||
* | OutputThread: handle failing ReplayGainFilter::Open() | Max Kellermann | 2013-12-24 | 1 | -4/+10 |
| | | | | | Since opening the PcmVolume object can now fail, this case must be handled. | ||||
* | Volume, Output: use new class PeriodClock instead of GTimer | Max Kellermann | 2013-11-25 | 1 | -17/+8 |
| | |||||
* | PcmConvert: add methods Open(), Close() | Max Kellermann | 2013-11-13 | 1 | -4/+12 |
| | | | | | Replaces Reset() and eliminates the AudioFormat parameters from the Convert() method. | ||||
* | OutputControl: reduce the number of OutputThread wakeups | Max Kellermann | 2013-11-06 | 1 | -1/+9 |
| | | | | | Wake up the OutputThread only if it hasn't already been woken up and if it isn't already in the playback loop. | ||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -41/+41 |
| | |||||
* | Thread/Thread: replacement library for GThread | Max Kellermann | 2013-10-17 | 1 | -9/+6 |
| | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -30/+30 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | MusicPipe: expose the C++ API | Max Kellermann | 2013-09-26 | 1 | -3/+3 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -30/+24 |
| | | | | Replaces GLib's GError. | ||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | FatalError: new library to replace mpd_error.h | Max Kellermann | 2013-08-07 | 1 | -3/+2 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -28/+24 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -0/+1 |
| | |||||
* | output_api: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | pcm_buffer: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+1 |
| | |||||
* | use g_thread_new() if GLib is recent enough | Max Kellermann | 2013-04-17 | 1 | -2/+5 |
| | | | | Fixes deprecation warnings. | ||||
* | OutputInternal: use Mutex instead of GMutex | Max Kellermann | 2013-04-17 | 1 | -33/+30 |
| | |||||
* | output: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -5/+1 |
| | |||||
* | pcm_*: move to src/pcm/ | Max Kellermann | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | FilterInternal: convert struct filter to a OO interface | Max Kellermann | 2013-02-02 | 1 | -22/+20 |
| | |||||
* | filter: convert to C++ | Max Kellermann | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | pcm_*: convert to C++ | Max Kellermann | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | filter/convert: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | {encoder,output}_api.h: allow compiling as C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | PlayerControl: move functions into the class | Max Kellermann | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | notify: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -2/+2 |
| | |||||
* | filter/replay_gain: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | player_control.h: convert header to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | MusicChunk: move functions to methods | Max Kellermann | 2013-01-04 | 1 | -2/+2 |
| | |||||
* | buffer, pipe: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -2/+3 |
| | |||||
* | output_*: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+690 |