aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/RecorderOutputPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* output/recorder: convert path to UTF-8 for loggingMax Kellermann2015-03-051-1/+2
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-12/+12
* output/recorder: dynamic file nameMax Kellermann2015-01-141-9/+169
* output/recorder: move code to encoder/ToOutputStream.cxxMax Kellermann2015-01-141-17/+2
* fs/io/FileOutputStream: add static method Create()Max Kellermann2015-01-141-4/+2
* encoder/Interface: move functions into the structMax Kellermann2015-01-081-4/+4
* encoder/Plugin: move struct Encoder to EncoderInterface.hxxMax Kellermann2015-01-081-0/+1
* output/recorder: convert struct to classMax Kellermann2015-01-081-1/+3
* output/recorder: move encoder_finish() call to destructorMax Kellermann2015-01-081-10/+7
* output/wrapper: add method SendTag()Max Kellermann2015-01-071-9/+1
* output/recorder: remove unused variable "recorder_output_domain"Max Kellermann2015-01-071-3/+0
* output/recorder: use FileOutputStreamMax Kellermann2015-01-071-49/+15
* output/recorder: log commit errorsMax Kellermann2015-01-071-1/+3
* output/recorder: move code to method Commit()Max Kellermann2015-01-071-4/+18
* output/recorder: move more functions into the structMax Kellermann2015-01-071-12/+13
* output/recorder: use config_param::GetBlockPath()Max Kellermann2015-01-051-12/+17
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* output/Wrapper: new helper classMax Kellermann2014-12-291-20/+5
* EncoderPlugin: pass Tag reference to method tag()Max Kellermann2014-12-261-1/+1
* OutputPlugin: pass Tag reference to _send_tag()Max Kellermann2014-12-261-2/+2
* output/recorder: implement send_tag()Max Kellermann2014-12-261-1/+22
* output/recorder: move functions into the structMax Kellermann2014-12-261-25/+40
* output: move functions into the AudioOutput structMax Kellermann2014-01-291-1/+1
* AudioOutput: pass plugin to constructorMax Kellermann2014-01-291-2/+4
* AudioOutput: add constructor and destructorMax Kellermann2014-01-281-6/+0
* output: rename struct audio_output to AudioOutputMax Kellermann2014-01-281-6/+6
* 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/+262