Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v0.16.x' | Max Kellermann | 2012-02-13 | 1 | -5/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/decoder/ffmpeg_decoder_plugin.c test/read_tags.c | ||||
| * | output/winmm: remove pointless NULL check | Max Kellermann | 2012-02-13 | 1 | -5/+1 |
| | | | | | | | | pcm_buffer_get() cannot ever return NULL. | ||||
* | | winmm_output_plugin: fail if wrong device specified instead of using fallback. | Denis Krjuchkov | 2011-12-13 | 1 | -12/+29 |
| | | | | | | | | | | Silently choosing default is misleading and can cause hours of investigation. It's better to fail immediately telling user what is wrong with config. | ||||
* | | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 2011-09-19 | 1 | -17/+23 |
| | | | | | | | | | | | | Pass audio_output objects around instead of void pointers. This will give some more control to the plugin, and prepares for non-blocking audio outputs. | ||||
* | | output: per-plugin header | Max Kellermann | 2011-09-17 | 1 | -0/+1 |
| | | | | | | | | | | Move the "extern" declarations from output_list.c, for more type safety. | ||||
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
|/ | |||||
* | winmm_output: handle empty string case when parsing device id | Denis Krjuchkov | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | winmm_output: added "device" configuration option | Denis Krjuchkov | 2010-11-04 | 1 | -2/+35 |
| | | | | | Device can be specified either by magic index (starting with 0) or by device name. | ||||
* | winmm_output: improved test_default_device | Denis Krjuchkov | 2010-11-03 | 1 | -2/+1 |
| | | | | If no device is available test_default_device returns false. | ||||
* | mixer: winmm_mixer implemented | Denis Krjuchkov | 2010-10-09 | 1 | -0/+9 |
| | |||||
* | win32_output: renamed win32 output plugin to winmm | Denis Krjuchkov | 2010-10-08 | 1 | -0/+296 |
Win32 has many audio APIs. New name is slightly more correct. |