| Commit message (Expand) | Author | Files | Lines |
2013-12-28 | pcm/PcmMix: improved dithering | Max Kellermann | 1 | -0/+6 |
2013-11-25 | Volume, Output: use new class PeriodClock instead of GTimer | Max Kellermann | 1 | -4/+2 |
2013-11-06 | OutputControl: reduce the number of OutputThread wakeups | Max Kellermann | 1 | -0/+15 |
2013-10-28 | player_control: rename to PlayerControl | Max Kellermann | 1 | -3/+4 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -3/+3 |
2013-10-17 | Thread/Thread: replacement library for GThread | Max Kellermann | 1 | -2/+2 |
2013-09-27 | DecoderControl: use GLib forward declarations | Max Kellermann | 1 | -2/+2 |
2013-09-26 | MusicPipe: expose the C++ API | Max Kellermann | 1 | -1/+2 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -2/+3 |
2013-08-04 | OutputPlugin: pass config_param reference | Max Kellermann | 1 | -2/+2 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -4/+4 |
2013-07-30 | pcm_buffer: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-04-17 | OutputInternal: use Mutex instead of GMutex | Max Kellermann | 1 | -2/+4 |
2013-04-17 | output: convert to C++ | Max Kellermann | 1 | -20/+3 |
2013-04-16 | MixerInternal: convert to class | Max Kellermann | 1 | -0/+4 |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -1/+1 |
2013-02-02 | FilterInternal: convert struct filter to a OO interface | Max Kellermann | 1 | -4/+10 |
2013-01-15 | output_internal, ...: add extern "C" | Max Kellermann | 1 | -0/+8 |
2012-09-25 | output: new option "tags" may be used to disable sending tags | Max Kellermann | 1 | -0/+7 |
2011-09-19 | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 1 | -7/+16 |
2011-09-01 | output_thread: reimplement CANCEL synchronization | Max Kellermann | 1 | -0/+9 |
2011-08-30 | output_control: move code to audio_output_destruct() | Max Kellermann | 1 | -0/+3 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -0/+6 |
2010-11-04 | output_internal: protect attribute "fail_timer" with mutex | Max Kellermann | 1 | -1/+2 |
2010-05-02 | output_thread: call replay gain filter manually | Max Kellermann | 1 | -0/+13 |
2010-05-02 | player_thread: move cross-fading to output thread | Max Kellermann | 1 | -0/+6 |
2010-03-10 | output: added option "always_on" for radio stations | Max Kellermann | 1 | -0/+6 |
2010-02-17 | replay_gain: reimplement as a filter plugin | Max Kellermann | 1 | -0/+12 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-09 | output_thread: added command DRAIN | Max Kellermann | 1 | -0/+7 |
2009-10-29 | output: consistently lock audio output objects | Max Kellermann | 1 | -6/+8 |
2009-10-23 | output_plugin: added methods enable() and disable() | Max Kellermann | 1 | -0/+8 |
2009-10-21 | output: convert config_audio_format to an audio_format struct | Max Kellermann | 1 | -6/+5 |
2009-08-14 | output: fixed shout stuck pause bug | Max Kellermann | 1 | -0/+6 |
2009-07-06 | output: attach a filter chain to each audio_output | Max Kellermann | 1 | -2/+13 |
2009-07-06 | output: added command REOPEN | Max Kellermann | 1 | -0/+7 |
2009-03-26 | output_plugin: replaced output_plugin.get_mixer() with mixer_plugin | Max Kellermann | 1 | -0/+7 |
2009-03-25 | output: protect audio_output.open with the mutex | Max Kellermann | 1 | -1/+6 |
2009-03-20 | output: convert audio_output.config_audio_format to boolean | Max Kellermann | 1 | -6/+6 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+7 |
2009-03-09 | output: play from a music_pipe object | Max Kellermann | 1 | -10/+19 |
2009-02-28 | output: use GTimer instead of time_t for reopen after failure | Max Kellermann | 1 | -3/+4 |
2009-02-23 | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 1 | -1/+1 |
2009-02-16 | output: include cleanup | Max Kellermann | 1 | -1/+1 |
2009-02-16 | output_api: moved "enum output_command" to output_internal.h | Max Kellermann | 1 | -0/+11 |
2009-02-10 | output_api: no CamelCase in struct audio_output | Max Kellermann | 1 | -6/+6 |
2009-02-10 | output_internal: added missing output_api.h include | Max Kellermann | 1 | -0/+1 |
2009-01-17 | pcm_convert: return PCM buffer from pcm_convert() | Max Kellermann | 1 | -2/+0 |