log libao2/ao_openal.c @ 37174:6c941fe7fc3e

age author description
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Wed, 02 Sep 2009 11:33:37 +0000 reimar The suboption parser now takes a const options list, so mark them all const.
Wed, 19 Aug 2009 16:03:05 +0000 reimar OpenAL: untested support for 8-channel audio.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 06 Mar 2009 19:43:12 +0000 reimar Make ao_info_t structs const.
Sun, 07 Sep 2008 14:09:51 +0000 diego Replace casual GPL notices by proper license headers.
Wed, 30 Jan 2008 23:49:36 +0000 reimar Remove unused variable.
Wed, 30 Jan 2008 23:48:48 +0000 reimar Fix get_space calculation to always leave some space, esp. for the currently playing buffer.
Wed, 30 Jan 2008 23:39:01 +0000 reimar Change code to also work with different outburst sizes
Wed, 30 Jan 2008 23:37:30 +0000 reimar Reduce number of UnqueueBuffer calls
Wed, 30 Jan 2008 22:28:41 +0000 reimar alSourceRewindv seems to be broken in particular in Creatives Windows-Implementation,
Mon, 09 Jul 2007 19:50:36 +0000 diego ISO8859-1 --> UTF-8
Sun, 10 Dec 2006 22:45:32 +0000 reimar OpenAL volume control
Sun, 10 Dec 2006 14:07:08 +0000 reimar Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.
Sun, 10 Dec 2006 01:10:53 +0000 reimar Fix a compiler warning
Sun, 10 Dec 2006 01:08:32 +0000 reimar Set frequency and correct frequency getting
Sat, 09 Dec 2006 12:14:14 +0000 reimar Improve OpenAL speaker positions a bit.
Sat, 09 Dec 2006 11:45:41 +0000 reimar Half-properly set up OpenAL position stuff
Mon, 03 Jul 2006 13:21:54 +0000 reynaldo rm unnecesary casts from void* - part 4
Sat, 18 Feb 2006 12:45:00 +0000 reimar include stdlib.h and stdio.h, they tend to be useful :-)
Thu, 16 Feb 2006 20:45:25 +0000 reimar OpenAL audio support, actual output is mono-only (no positioning yet).