aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/recorder_output_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output/{recorder,shout}: call encoder_read() in a loopMax Kellermann2012-10-021-8/+11
* output/recorder: move code to _write_to_file()Max Kellermann2012-10-021-19/+31
* output/recorder: fix write() error checkMax Kellermann2012-10-021-3/+3
* output/recorder: make variables more localMax Kellermann2012-10-021-16/+12
* output/recorder, test/*: invoke encoder_read() after _open()Max Kellermann2012-10-021-0/+7
* Merge branch 'v0.16.x'Max Kellermann2012-04-051-1/+1
|\
| * encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann2012-04-051-1/+1
* | output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-191-12/+22
* | output: per-plugin headerMax Kellermann2011-09-171-0/+1
* | Merge branch 'v0.16.x'Max Kellermann2011-07-191-3/+7
|\|
| * output/recorder: fix a memory leakJonathan Neuschäfer2011-07-181-3/+7
* | copyright year 2011Max Kellermann2011-01-291-1/+1
|/
* input/file, output/{fifo,recorder}: add O_BINARY to open() flagsMax Kellermann2010-05-201-2/+3
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* fd_util: removed creat_cloexec()Max Kellermann2009-11-101-1/+2
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-071-1/+2
* output/recorder: new output plugin for recording radio streamsMax Kellermann2009-08-241-0/+214