Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-09-19 | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 1 | -15/+21 | |
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. | |||||
2011-09-17 | output: per-plugin header | Max Kellermann | 1 | -0/+1 | |
Move the "extern" declarations from output_list.c, for more type safety. | |||||
2011-09-17 | output: rename plugin source files | Max Kellermann | 1 | -0/+0 | |
2011-08-27 | rename 'Timer' to 'struct timer' | Jonathan Neuschäfer | 1 | -1/+1 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -8/+12 | |
This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value. | |||||
2009-11-15 | output/openal: use audio_format_to_string() | Max Kellermann | 1 | -3/+3 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -2/+2 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-09-07 | output/openal: support OpenAL plugin on Mac OS X | Serge Ziryukin | 1 | -0/+6 | |
2009-09-06 | output/openal: fix default device name | Serge Ziryukin | 1 | -3/+3 | |
2009-09-06 | openal output plugin | Serge Ziryukin | 1 | -0/+267 | |