aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/RecorderOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-12/+12
2015-01-14output/recorder: dynamic file nameMax Kellermann1-9/+169
2015-01-14output/recorder: move code to encoder/ToOutputStream.cxxMax Kellermann1-17/+2
2015-01-14fs/io/FileOutputStream: add static method Create()Max Kellermann1-4/+2
2015-01-08encoder/Interface: move functions into the structMax Kellermann1-4/+4
2015-01-08encoder/Plugin: move struct Encoder to EncoderInterface.hxxMax Kellermann1-0/+1
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 Kellermann1-9/+1
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-05output/recorder: use config_param::GetBlockPath()Max Kellermann1-12/+17
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-29output/Wrapper: new helper classMax Kellermann1-20/+5
2014-12-26EncoderPlugin: pass Tag reference to method tag()Max Kellermann1-1/+1
2014-12-26OutputPlugin: pass Tag reference to _send_tag()Max Kellermann1-2/+2
2014-12-26output/recorder: implement send_tag()Max Kellermann1-1/+22
2014-12-26output/recorder: move functions into the structMax Kellermann1-25/+40
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-6/+0
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann1-6/+6
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-23Encoder*: move to src/encoderMax Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-3/+0
2013-09-04util/Error: new error passing libraryMax Kellermann1-40/+31
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-1/+1
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-7/+7
2013-08-03audio_format: convert to C++Max Kellermann1-1/+1
2013-07-30encoder_api: convert to C++Max Kellermann1-5/+4
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-04-17encoder_list: convert to C++Max Kellermann1-1/+1
2013-04-17output/recorder: convert to C++Max Kellermann1-59/+83
2012-10-02output/{recorder,shout}: call encoder_read() in a loopMax Kellermann1-8/+11
2012-10-02output/recorder: move code to _write_to_file()Max Kellermann1-19/+31
2012-10-02output/recorder: fix write() error checkMax Kellermann1-3/+3
2012-10-02output/recorder: make variables more localMax Kellermann1-16/+12
2012-10-02output/recorder, test/*: invoke encoder_read() after _open()Max Kellermann1-0/+7
2012-04-05encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann1-1/+1
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-12/+22
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-07-18output/recorder: fix a memory leakJonathan Neuschäfer1-3/+7
2011-01-29copyright year 2011Max Kellermann1-1/+1