aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/NullOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+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-2/+4
2014-01-28AudioOutput: add constructor and destructorMax Kellermann1-5/+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-23output/*: move to output/plugins/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-09-04util/Error: new error passing libraryMax Kellermann1-6/+6
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-11/+11
2013-04-17output/oss,null: use new/deleteMax Kellermann1-12/+19
2013-02-02output/null: convert to C++Max Kellermann1-18/+25
2011-12-13output/null: implement output_plugin method delay()Max Kellermann1-3/+11
2011-12-13output/null: don't initialize the "timer" attribute in _init()Max Kellermann1-6/+1
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-15/+21
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-09-17output: rename plugin source filesMax Kellermann1-0/+0
2011-08-27rename 'Timer' to 'struct timer'Jonathan Neuschäfer1-2/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-2/+3
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-3/+6
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-2/+1
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-1/+1
2009-02-23output_api: play() returns a lengthMax Kellermann1-3/+3
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-22null: added option to disable timer synchronizationMax Kellermann1-1/+11
2009-01-22null: implemented finish() methodMax Kellermann1-0/+13
2009-01-22null: no CamelCaseMax Kellermann1-13/+18
2009-01-17conf: no CamelCase, part IMax Kellermann1-1/+1
2009-01-03null, fifo: use GLib instead of utils.hMax Kellermann1-2/+1
2009-01-01null: don't include gcc.hMax Kellermann1-4/+7
2008-10-29output: use bool for return values and flagsMax Kellermann1-6/+6
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-0/+0
2008-09-29use C99 struct initializersMax Kellermann1-9/+6
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-15/+28
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann1-3/+0
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann1-2/+4
2008-09-08output: const plugin structuresMax Kellermann1-1/+1
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-6/+6
2008-09-07output: added output_api.hMax Kellermann1-1/+1
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-2/+3
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-1/+2
2007-05-30Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman1-74/+19