aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputInternal.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-25Volume, Output: use new class PeriodClock instead of GTimerMax Kellermann1-4/+2
2013-11-06OutputControl: reduce the number of OutputThread wakeupsMax Kellermann1-0/+15
2013-10-28player_control: rename to PlayerControlMax Kellermann1-3/+4
2013-10-19*: use references instead of pointersMax Kellermann1-1/+1
2013-10-19*: use nullptr instead of NULLMax Kellermann1-3/+3
2013-10-17Thread/Thread: replacement library for GThreadMax Kellermann1-2/+2
2013-09-27DecoderControl: use GLib forward declarationsMax Kellermann1-2/+2
2013-09-26MusicPipe: expose the C++ APIMax Kellermann1-1/+2
2013-09-04util/Error: new error passing libraryMax Kellermann1-2/+3
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-2/+2
2013-08-03audio_format: convert to C++Max Kellermann1-4/+4
2013-07-30pcm_buffer: convert to C++Max Kellermann1-2/+2
2013-04-17OutputInternal: use Mutex instead of GMutexMax Kellermann1-2/+4
2013-04-17output: convert to C++Max Kellermann1-20/+3
2013-04-16MixerInternal: convert to classMax Kellermann1-0/+4
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-1/+1
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann1-4/+10
2013-01-15output_internal, ...: add extern "C"Max Kellermann1-0/+8
2012-09-25output: new option "tags" may be used to disable sending tagsMax Kellermann1-0/+7
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-7/+16
2011-09-01output_thread: reimplement CANCEL synchronizationMax Kellermann1-0/+9
2011-08-30output_control: move code to audio_output_destruct()Max Kellermann1-0/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-0/+6
2010-11-04output_internal: protect attribute "fail_timer" with mutexMax Kellermann1-1/+2
2010-05-02output_thread: call replay gain filter manuallyMax Kellermann1-0/+13
2010-05-02player_thread: move cross-fading to output threadMax Kellermann1-0/+6
2010-03-10output: added option "always_on" for radio stationsMax Kellermann1-0/+6
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann1-0/+12
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-09output_thread: added command DRAINMax Kellermann1-0/+7
2009-10-29output: consistently lock audio output objectsMax Kellermann1-6/+8
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann1-0/+8
2009-10-21output: convert config_audio_format to an audio_format structMax Kellermann1-6/+5
2009-08-14output: fixed shout stuck pause bugMax Kellermann1-0/+6
2009-07-06output: attach a filter chain to each audio_outputMax Kellermann1-2/+13
2009-07-06output: added command REOPENMax Kellermann1-0/+7
2009-03-26output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann1-0/+7
2009-03-25output: protect audio_output.open with the mutexMax Kellermann1-1/+6
2009-03-20output: convert audio_output.config_audio_format to booleanMax Kellermann1-6/+6
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-03-09output: play from a music_pipe objectMax Kellermann1-10/+19
2009-02-28output: use GTimer instead of time_t for reopen after failureMax Kellermann1-3/+4
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-1/+1
2009-02-16output: include cleanupMax Kellermann1-1/+1
2009-02-16output_api: moved "enum output_command" to output_internal.hMax Kellermann1-0/+11
2009-02-10output_api: no CamelCase in struct audio_outputMax Kellermann1-6/+6
2009-02-10output_internal: added missing output_api.h includeMax Kellermann1-0/+1
2009-01-17pcm_convert: return PCM buffer from pcm_convert()Max Kellermann1-2/+0
2009-01-07pcm_utils: moved conversion code to pcm_convert.cMax Kellermann1-1/+1