aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_openal.c
Commit message (Expand)AuthorAge
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* Rename to "mpv"Gravatar wm42012-10-12
* libaf: rename af_format.h to format.hGravatar wm42012-08-29
* ao_openal: fix crash when no device parameter is passedGravatar wm42012-04-25
* ao_openal: allow setting the OpenAL sub-deviceGravatar wm42012-03-17
* libao2: try to identify some audio outputs that have persistent volumeGravatar wm42012-01-18
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\
| * The suboption parser now takes a const options list, so mark them all const.Gravatar reimar2009-09-02
* | Merge svn changes up to r29544Gravatar Uoti Urpala2009-08-22
|\|
| * OpenAL: untested support for 8-channel audio.Gravatar reimar2009-08-19
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Make ao_info_t structs const.Gravatar reimar2009-03-06
* Replace casual GPL notices by proper license headers.Gravatar diego2008-09-07
* Remove unused variable.Gravatar reimar2008-01-30
* Fix get_space calculation to always leave some space, esp. for the currently ...Gravatar reimar2008-01-30
* Change code to also work with different outburst sizesGravatar reimar2008-01-30
* Reduce number of UnqueueBuffer callsGravatar reimar2008-01-30
* alSourceRewindv seems to be broken in particular in Creatives Windows-Impleme...Gravatar reimar2008-01-30
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* OpenAL volume controlGravatar reimar2006-12-10
* Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in gene...Gravatar reimar2006-12-10
* Fix a compiler warningGravatar reimar2006-12-10
* Set frequency and correct frequency gettingGravatar reimar2006-12-10
* Improve OpenAL speaker positions a bit.Gravatar reimar2006-12-09
* Half-properly set up OpenAL position stuffGravatar reimar2006-12-09
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* include stdlib.h and stdio.h, they tend to be useful :-)Gravatar reimar2006-02-18
* OpenAL audio support, actual output is mono-only (no positioning yet).Gravatar reimar2006-02-16