log libao2/ao_dsound.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 02 Dec 2012 22:02:51 +0000 reimar Remove unused defines that cause redefinition warnings.
Sun, 02 Dec 2012 21:58:33 +0000 reimar Make lookup table static.
Sun, 02 Dec 2012 21:44:49 +0000 reimar Move declarations to the top of the function.
Sun, 02 Dec 2012 21:40:37 +0000 reimar Reduce sleep time now that we will spend much less time in this loop.
Sun, 02 Dec 2012 21:39:29 +0000 reimar ao_dsound: Add a hack that avoid cutting of audio,
Fri, 19 Feb 2010 10:22:29 +0000 diego Remove pointless '#if 1' preprocessor directives.
Mon, 11 Jan 2010 20:27:52 +0000 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
Mon, 11 Jan 2010 20:02:46 +0000 reimar More uses of AF_FORMAT_IS_AC3
Tue, 10 Nov 2009 00:45:19 +0000 tack Add support for 8 channel audio.
Wed, 02 Sep 2009 11:33:37 +0000 reimar The suboption parser now takes a const options list, so mark them all const.
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.
Fri, 06 Mar 2009 13:22:48 +0000 reimar The 8 bit per sample formats are unsigned on Windows, fixes playback with
Wed, 14 May 2008 18:02:27 +0000 diego Use standard license headers with standard formatting.
Tue, 05 Jun 2007 15:09:49 +0000 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant