log libao2/ao_win32.c @ 29251:cada7608488b

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