log libao2/ao_win32.c @ 34307:f2f80a26f8b7

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