aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/JackOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-14/+14
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-29output/Wrapper: new helper classMax Kellermann1-74/+27
2014-12-26output/jack: fix implicit nullptr/bool conversionMax Kellermann1-2/+2
2014-12-25output/jack: move code to separate functionsMax Kellermann1-40/+73
2014-12-24output/jack: cache AudioFormat::channelsMax Kellermann1-4/+6
2014-12-24output/jack: fix typoMax Kellermann1-1/+1
2014-12-24output/jack: use jack_ringbuffer_get_write_vector()Max Kellermann1-10/+20
2014-12-24output/jack: move jack_ringbuffer_write_space() call to WriteSamples()Max Kellermann1-19/+21
2014-12-24output/jack: cache AudioFormat::channelsMax Kellermann1-4/+3
2014-12-24output/jack: pass float* to WriteSamples()Max Kellermann1-5/+3
2014-12-24output/jack: WriteSamples() returns size_tMax Kellermann1-4/+11
2014-12-24output/jack: pass size_t to WriteSamples()Max Kellermann1-3/+3
2014-12-24output/jack: use SampleFormat::FLOATMax Kellermann1-55/+9
2014-12-24output/jack: use std::fill()Max Kellermann1-9/+6
2014-12-24output/jack: move functions into the structMax Kellermann1-208/+246
2014-12-24output/jack: merge two mpd_jack_available() callsMax Kellermann1-2/+2
2014-12-24output/jack: make variables more localMax Kellermann1-21/+15
2014-12-24output/jack: convert const to constexprMax Kellermann1-1/+1
2014-12-24output/jack: convert enum to constexprMax Kellermann1-3/+1
2014-12-04util/SplitString: new utility classMax Kellermann1-20/+10
2014-12-04output/jack: use usleep() instead of g_usleep()Max Kellermann1-1/+2
2014-01-29output: move functions into the AudioOutput structMax Kellermann1-1/+1
2014-01-29AudioOutput: pass plugin to constructorMax Kellermann1-2/+4
2014-01-28AudioOutput: add constructor and destructorMax Kellermann1-5/+0
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann1-10/+10
2014-01-28OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann1-1/+1
2014-01-24Config*: move to config/Max Kellermann1-1/+1
2014-01-23output/*: move to output/plugins/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-4/+0
2013-11-04Log: add level "DEFAULT"Max Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-14/+15
2013-09-26*Plugin: remove redundant "line %i" from error messagesMax Kellermann1-8/+6
2013-09-04util/Error: new error passing libraryMax Kellermann1-47/+41
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+1
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-14/+13
2013-08-03audio_format: convert to C++Max Kellermann1-14/+14
2013-08-03gcc.h: add macro gcc_unreachable()Max Kellermann1-0/+1
2013-07-30tag: convert to C++Max Kellermann1-0/+1
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-04-17output/jack: convert to C++Max Kellermann1-90/+110
2012-08-14output/jack: implement method delay()Max Kellermann1-4/+11
2012-04-04output/jack: check for connection failure before starting playbackMax Kellermann1-0/+3
2012-04-04output/jack: workaround for libjack1 crash bugMax Kellermann1-0/+13
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-20/+29
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-03-10output/jack: drain the ring buffers during pauseMax Kellermann1-0/+7
2010-03-10output/jack: synchronize all channelsMax Kellermann1-9/+26