aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/RecorderOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-23output/*: move to output/plugins/Max Kellermann1-262/+0
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
2010-05-20input/file, output/{fifo,recorder}: add O_BINARY to open() flagsMax Kellermann1-2/+3
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-10fd_util: removed creat_cloexec()Max Kellermann1-1/+2
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-1/+2
2009-08-24output/recorder: new output plugin for recording radio streamsMax Kellermann1-0/+214