log libao2/ao_win32.c @ 37136:36638a3ccfe2

age author description
Sun, 10 Mar 2013 12:17:19 +0000 reimar Remove useless casts.
Fri, 09 Nov 2012 21:33:05 +0000 reimar Re-enable multi-channel output for -ao win32.
Fri, 09 Nov 2012 21:31:07 +0000 reimar Fix 24 bit audio with -ao win32.
Fri, 09 Nov 2012 21:20:11 +0000 reimar Simplify some ao_win32 code.
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
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 09 Mar 2009 19:15:20 +0000 reimar Do not call waveOutReset in uninit if you should wait till playing finishes,
Fri, 06 Mar 2009 19:43:12 +0000 reimar Make ao_info_t structs const.
Fri, 06 Mar 2009 19:23:24 +0000 reimar Use code that is actually thread-safe to calculate delay, free space etc. in ao_win32
Fri, 06 Mar 2009 19:10:54 +0000 reimar Cosmetics: get rid of trailing whitespace.
Fri, 06 Mar 2009 19:07:50 +0000 reimar get rid of full_buffers variable, if the check it is used for is triggered
Fri, 06 Mar 2009 18:53:29 +0000 reimar Remove now unused buf_write_pos variable from ao_win32
Fri, 06 Mar 2009 18:50:50 +0000 reimar Always write full buffers in ao_win32, except for the last block.
Fri, 06 Mar 2009 16:27:31 +0000 reimar Use calloc instead of malloc+memset
Fri, 06 Mar 2009 13:22:48 +0000 reimar The 8 bit per sample formats are unsigned on Windows, fixes playback with
Thu, 05 Mar 2009 22:07:06 +0000 reimar Sleep based on get_delay in ao_win32 uninit instead of a loop.
Thu, 05 Mar 2009 12:25:10 +0000 reimar full_buffers and buffered_bytes must be volatile because they are used from
Wed, 14 May 2008 18:02:27 +0000 diego Use standard license headers with standard formatting.
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, 15 Sep 2006 16:26:25 +0000 faust3 disable multichannel mode, it never worked reliable
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 ()
Mon, 17 Jan 2005 21:19:59 +0000 faust3 WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver combinations and seems to be useless anyway
Sat, 15 Jan 2005 19:27:00 +0000 faust3 print why waveOutOpen failed
Wed, 12 Jan 2005 22:00:02 +0000 reimar af_format.h needs config.h to be included first.
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