aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-08encoder/Plugin: move struct Encoder to EncoderInterface.hxxMax Kellermann3-0/+3
2015-01-08output/recorder: convert struct to classMax Kellermann1-1/+3
2015-01-08output/recorder: move encoder_finish() call to destructorMax Kellermann1-10/+7
2015-01-07output/wrapper: add method SendTag()Max Kellermann2-9/+7
2015-01-07output/recorder: remove unused variable "recorder_output_domain"Max Kellermann1-3/+0
2015-01-07output/recorder: use FileOutputStreamMax Kellermann1-49/+15
2015-01-07output/recorder: log commit errorsMax Kellermann1-1/+3
2015-01-07output/recorder: move code to method Commit()Max Kellermann1-4/+18
2015-01-07output/recorder: move more functions into the structMax Kellermann1-12/+13
2015-01-07output/oss: use nullptr instead of NULLMax Kellermann1-6/+6
2015-01-07output/oss: add "const" attributesMax Kellermann1-0/+2
2015-01-07output/oss: eliminate unnecessary tail code after "switch"Max Kellermann1-1/+2
2015-01-07output/oss: convert struct to classMax Kellermann1-1/+4
2015-01-07output/oss: add "device" parameter to constructorMax Kellermann1-4/+3
2015-01-06output/oss: move functions into the structMax Kellermann1-107/+97
2015-01-05output/recorder: use config_param::GetBlockPath()Max Kellermann1-12/+17
Supports "~/" expansion. Forces us to switch from "const char *" to AllocatedPath, which is a good thing.
2015-01-04output/alsa: move functions into the structMax Kellermann1-137/+136
2015-01-04output/pulse: add wrapper for pa_threaded_mainloop_signal()Max Kellermann1-7/+11
2015-01-04output/pulse: convert to classMax Kellermann2-2/+4
2015-01-04output/pulse: move more code into the structMax Kellermann1-75/+148
2015-01-04output/pulse: use AudioOutputWrapper::Init()Max Kellermann1-9/+7
2015-01-03output/openal: convert macro to constexprMax Kellermann1-3/+3
2015-01-03output/openal: convert struct to classMax Kellermann1-1/+1
2015-01-02output/openal: move functions into the classMax Kellermann1-121/+116
2015-01-01Copyright year 2015Max Kellermann65-65/+65
2014-12-31output/osx: use nullptr instead of NULLMax Kellermann1-8/+8
2014-12-30output/pulse: move code into the structMax Kellermann3-286/+299
2014-12-29output/Wrapper: new helper classMax Kellermann6-256/+159
2014-12-29output/pulse: move initialization to constructorMax Kellermann1-5/+3
2014-12-29output/pulse: remove unnecessary initializationMax Kellermann1-2/+0
2014-12-29{mixer,output}/pulse: move code to LogPulseError()Max Kellermann1-6/+4
2014-12-29output/pulse: move SetError() to lib/pulse/Error.cxxMax Kellermann1-21/+17
2014-12-29{mixer,output}/pulse: use a common Domain instanceMax Kellermann1-12/+10
2014-12-28output/fifo: make variables more localMax Kellermann1-2/+1
2014-12-27output/pipe: convert to classMax Kellermann1-1/+2
2014-12-27output/pipe: add static method Create()Max Kellermann1-6/+14
2014-12-27output/pipe: merge Initialize() and Configure()Max Kellermann1-9/+4
2014-12-27output/pipe: move functions into the structMax Kellermann1-18/+35
2014-12-26EncoderPlugin: pass Tag reference to method tag()Max Kellermann3-3/+3
2014-12-26OutputPlugin: pass Tag reference to _send_tag()Max Kellermann8-19/+17
2014-12-26output/recorder: implement send_tag()Max Kellermann1-1/+22
2014-12-26output/recorder: move functions into the structMax Kellermann1-25/+40
2014-12-26output/jack: fix implicit nullptr/bool conversionMax Kellermann1-2/+2
Return false on error, not nullptr.
2014-12-26db/proxy, output/shout: fix implicit nullptr/bool conversionMax Kellermann1-1/+1
Return false on error, not nullptr.
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
Reduce number of libjack calls.
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