Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 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. | ||||
* | output/openal: use audio_format_to_string() | Max Kellermann | 2009-11-15 | 1 | -3/+3 |
| | |||||
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 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. | ||||
* | output/openal: support OpenAL plugin on Mac OS X | Serge Ziryukin | 2009-09-07 | 1 | -0/+6 |
| | |||||
* | output/openal: fix default device name | Serge Ziryukin | 2009-09-06 | 1 | -3/+3 |
| | |||||
* | openal output plugin | Serge Ziryukin | 2009-09-06 | 1 | -0/+267 |