log libao2/ao_dsound.c @ 37182:1c64016edce3

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
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Sun, 15 Oct 2006 20:48:26 +0000 reimar Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out.
Fri, 01 Sep 2006 12:11:11 +0000 diego The FSF changed postal address.
Thu, 06 Jul 2006 04:30:19 +0000 reynaldo modifies function declarations without parameters from ()
Fri, 11 Nov 2005 03:07:01 +0000 joey DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -10,000 to 0.
Tue, 15 Mar 2005 16:29:18 +0000 faust3 get_space fix by Florian Dietrich <flodt8 at yahoo.de>
Fri, 21 Jan 2005 13:22:59 +0000 faust3 support immed flag, always initialize write_offset, min_free_space doesn't seem to be required anymore after Florian Dietrichs patches
Wed, 12 Jan 2005 22:00:02 +0000 reimar af_format.h needs config.h to be included first.
Thu, 06 Jan 2005 13:31:02 +0000 faust3 device selection support
Tue, 28 Dec 2004 19:11:14 +0000 alex af_fmt2str_short
Mon, 27 Dec 2004 18:10:30 +0000 alex hopefully final fix
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy
Wed, 08 Dec 2004 09:52:55 +0000 faust3 disable all unknown formats in the windows aos
Tue, 07 Dec 2004 02:24:15 +0000 diego Make include paths consistent.
Mon, 18 Oct 2004 19:23:13 +0000 faust3 channel reorder patch by Florian Dietrich <flodt8 at yahoo.de>
Thu, 14 Oct 2004 13:03:03 +0000 faust3 ao dsound improvements patch by Florian Dietrich <flodt8 at yahoo.de>
Sat, 25 Sep 2004 15:34:42 +0000 faust3 directsound audio output plugin, patch by Gabor Szecsi <deje at miki.hu> some minor modifications by me