aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/FifoOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann1-2/+3
2015-01-28output/fifo: use template AudioOutputWrapperMax Kellermann1-47/+39
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-5/+5
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-28output/fifo: make variables more localMax Kellermann1-2/+1
2014-02-19Timer: move to output/Max Kellermann1-1/+1
2014-01-29output: move functions into the AudioOutput structMax Kellermann1-1/+1
2014-01-29AudioOutput: pass plugin to constructorMax Kellermann1-3/+3
2014-01-28AudioOutput: add constructor and destructorMax Kellermann1-6/+0
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann1-8/+8
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-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