summaryrefslogtreecommitdiffstats
path: root/libao2/ao_openal.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-280/+0
* Rename to "mpv"wm42012-10-121-1/+1
* libaf: rename af_format.h to format.hwm42012-08-291-1/+1
* ao_openal: fix crash when no device parameter is passedwm42012-04-251-1/+1
* ao_openal: allow setting the OpenAL sub-devicewm42012-03-171-2/+28
* libao2: try to identify some audio outputs that have persistent volumewm42012-01-181-0/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r29644Uoti Urpala2009-09-041-1/+1
|\
| * The suboption parser now takes a const options list, so mark them all const.reimar2009-09-021-1/+1
* | Merge svn changes up to r29544Uoti Urpala2009-08-221-2/+3
|\|
| * OpenAL: untested support for 8-channel audio.reimar2009-08-191-2/+3
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+1
|/
* Make ao_info_t structs const.reimar2009-03-061-1/+1
* Replace casual GPL notices by proper license headers.diego2008-09-071-5/+18
* Remove unused variable.reimar2008-01-301-1/+1
* Fix get_space calculation to always leave some space, esp. for the currently ...reimar2008-01-301-1/+3
* Change code to also work with different outburst sizesreimar2008-01-301-2/+2
* Reduce number of UnqueueBuffer callsreimar2008-01-301-3/+9
* alSourceRewindv seems to be broken in particular in Creatives Windows-Impleme...reimar2008-01-301-1/+1
* ISO8859-1 --> UTF-8diego2007-07-091-2/+2
* OpenAL volume controlreimar2006-12-101-0/+14
* Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in gene...reimar2006-12-101-1/+7
* Fix a compiler warningreimar2006-12-101-1/+1
* Set frequency and correct frequency gettingreimar2006-12-101-4/+7
* Improve OpenAL speaker positions a bit.reimar2006-12-091-5/+6
* Half-properly set up OpenAL position stuffreimar2006-12-091-2/+13
* rm unnecesary casts from void* - part 4reynaldo2006-07-031-1/+1
* include stdlib.h and stdio.h, they tend to be useful :-)reimar2006-02-181-0/+2
* OpenAL audio support, actual output is mono-only (no positioning yet).reimar2006-02-161-0/+196