aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/FifoOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-23output/*: move to output/plugins/Max Kellermann1-313/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-3/+0
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-3/+4
2013-10-02Log: new logging library APIMax Kellermann1-10/+9
2013-09-04util/Error: new error passing libraryMax Kellermann1-51/+39
2013-08-07ConfigPath: return a Path objectMax Kellermann1-27/+29
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-1/+1
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+1
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-3/+3
2013-08-03audio_format: convert to C++Max Kellermann1-2/+2
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-05-12timer: convert to classDenis Krjuchkov1-10/+10
2013-04-17output/fifo: convert to C++Max Kellermann1-98/+110
2013-01-10Log, ...: include cleanupMax Kellermann1-1/+0
2012-03-06use g_strerror() instead of strerror()Max Kellermann1-6/+6
2011-12-13output/fifo: implement output_plugin method delay()Max Kellermann1-3/+11
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-15/+23
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-09-09conf: add config_dup_block_path()Max Kellermann1-14/+9
2011-09-09utils: parsePath() returns GError on failureMax Kellermann1-3/+3
2011-08-27rename 'Timer' to 'struct timer'Jonathan Neuschäfer1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-05-20input/file, output/{fifo,recorder}: add O_BINARY to open() flagsMax Kellermann1-3/+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-2/+2
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-2/+3
2009-10-22output/fifo: renamed source to fifo_output_plugin.cMax Kellermann1-3/+3
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-26/+47
2009-02-25fifo: return bool valuesMax Kellermann1-12/+12
2009-02-25fifo: no CamelCaseMax Kellermann1-43/+50
2009-02-25fifo: removed timer!=NULL checksMax Kellermann1-12/+1
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-3/+3
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-2/+2
2009-02-23output_api: play() returns a lengthMax Kellermann1-10/+7
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-18conf: added config_get_block_string()Max Kellermann1-7/+6
2009-01-17conf: no CamelCase, part IMax Kellermann1-2/+2
2009-01-03null, fifo: use GLib instead of utils.hMax Kellermann1-5/+7
2009-01-01output plugins: don't include gcc.hMax Kellermann1-2/+4
2008-12-29fifo: use GLib loggingMax Kellermann1-21/+24
2008-10-29output: close device on play errorMax Kellermann1-1/+0
2008-10-29output: use bool for return values and flagsMax Kellermann1-12/+12
2008-10-26output: don't compile plugins which are disabledMax Kellermann1-9/+0
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-0/+0
2008-10-08don't include os_compat.hMax Kellermann1-0/+4
2008-09-29use C99 struct initializersMax Kellermann1-9/+7
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-18/+17