aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/JackOutputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* output/Wrapper: new helper classMax Kellermann2014-12-291-74/+27
|
* output/jack: fix implicit nullptr/bool conversionMax Kellermann2014-12-261-2/+2
| | | | Return false on error, not nullptr.
* output/jack: move code to separate functionsMax Kellermann2014-12-251-40/+73
|
* output/jack: cache AudioFormat::channelsMax Kellermann2014-12-241-4/+6
|
* output/jack: fix typoMax Kellermann2014-12-241-1/+1
|
* output/jack: use jack_ringbuffer_get_write_vector()Max Kellermann2014-12-241-10/+20
| | | | Reduce number of libjack calls.
* output/jack: move jack_ringbuffer_write_space() call to WriteSamples()Max Kellermann2014-12-241-19/+21
|
* output/jack: cache AudioFormat::channelsMax Kellermann2014-12-241-4/+3
|
* output/jack: pass float* to WriteSamples()Max Kellermann2014-12-241-5/+3
|
* output/jack: WriteSamples() returns size_tMax Kellermann2014-12-241-4/+11
|
* output/jack: pass size_t to WriteSamples()Max Kellermann2014-12-241-3/+3
|
* output/jack: use SampleFormat::FLOATMax Kellermann2014-12-241-55/+9
| | | | | | What JACK expects is already implemented in MPD, just not used. The sample format conversion code in the JACK plugin was redundant and could reduce sound quality.
* output/jack: use std::fill()Max Kellermann2014-12-241-9/+6
|
* output/jack: move functions into the structMax Kellermann2014-12-241-208/+246
|
* output/jack: merge two mpd_jack_available() callsMax Kellermann2014-12-241-2/+2
|
* output/jack: make variables more localMax Kellermann2014-12-241-21/+15
|
* output/jack: convert const to constexprMax Kellermann2014-12-241-1/+1
|
* output/jack: convert enum to constexprMax Kellermann2014-12-241-3/+1
|
* util/SplitString: new utility classMax Kellermann2014-12-041-20/+10
| | | | Replaces GLib's g_strsplit().
* output/jack: use usleep() instead of g_usleep()Max Kellermann2014-12-041-1/+2
|
* output: move functions into the AudioOutput structMax Kellermann2014-01-291-1/+1
|
* AudioOutput: pass plugin to constructorMax Kellermann2014-01-291-2/+4
| | | | Make it "const".
* AudioOutput: add constructor and destructorMax Kellermann2014-01-281-5/+0
|
* output: rename struct audio_output to AudioOutputMax Kellermann2014-01-281-10/+10
|
* OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann2014-01-281-1/+1
|
* Config*: move to config/Max Kellermann2014-01-241-1/+1
|
* output/*: move to output/plugins/Max Kellermann2014-01-231-0/+765