aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/WinmmOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-06mixer/Plugin: pass AudioOutput reference to init()Max Kellermann1-2/+2
2014-01-29output: move functions into the AudioOutput structMax Kellermann1-2/+2
2014-01-29AudioOutput: pass plugin to constructorMax Kellermann1-1/+4
2014-01-28AudioOutput: add constructor and destructorMax Kellermann1-2/+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-24Mixer*: move to mixer/Max Kellermann1-1/+1
2014-01-23output/*: move to output/plugins/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-15Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann1-5/+6
2013-10-15output/winmm: use delete instead of g_free()Max Kellermann1-2/+2
2013-10-02Log: new logging library APIMax Kellermann1-3/+0
2013-09-27DecoderControl: use GLib forward declarationsMax Kellermann1-0/+2
2013-09-04util/Error: new error passing libraryMax Kellermann1-34/+27
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-2/+2
2013-08-03audio_format: convert to C++Max Kellermann1-14/+16
2013-07-31output/winmm: adapt to PcmBuffer API changesMax Kellermann1-5/+4
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-1/+1
2013-02-22mixer_plugin: convert to C++Max Kellermann1-1/+1
2013-02-22{output,mixer}/winmm: convert to C++Max Kellermann1-40/+44
2013-01-11configure.ac: enable WIN32_LEAN_AND_MEAN on WindowsMax Kellermann1-1/+0
2012-03-22audio_format: remove the packed S24 formatMax Kellermann1-1/+0
2012-02-13output/winmm: remove pointless NULL checkMax Kellermann1-5/+1
2011-12-13winmm_output_plugin: fail if wrong device specified instead of using fallback.Denis Krjuchkov1-12/+29
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-17/+23
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-11-04winmm_output: handle empty string case when parsing device idDenis Krjuchkov1-1/+1
2010-11-04winmm_output: added "device" configuration optionDenis Krjuchkov1-2/+35
2010-11-03winmm_output: improved test_default_deviceDenis Krjuchkov1-2/+1
2010-10-09mixer: winmm_mixer implementedDenis Krjuchkov1-0/+9
2010-10-08win32_output: renamed win32 output plugin to winmmDenis Krjuchkov1-50/+50
2010-05-20output/win32: new output plugin for Windows WaveMax Kellermann1-0/+296