log libao2/ao_openal.c @ 27509:d97a607821f1

age author description
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).