aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/recorder_output_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
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