log libao2/ao_win32.c @ 37174:6c941fe7fc3e

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
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.
Fri, 22 Oct 2004 12:43:34 +0000 faust3 ringbuffer variable intialization fix for multifile playback patch by Rune Petersen <rune.mail-list at mail.tele.dk>
Sat, 14 Aug 2004 10:03:26 +0000 faust3 untested multichannel support
Sun, 11 Jul 2004 13:43:43 +0000 faust3 10l
Sun, 27 Jun 2004 11:19:11 +0000 faust3 10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi Tiesi <sherpya at netfarm.it>
Sat, 26 Jun 2004 11:20:20 +0000 faust3 ac3 passthrough, initial patch by Gianluigi Tiesi <sherpya at netfarm.it>
Wed, 07 Apr 2004 22:27:33 +0000 faust3 restore original ringbuffer constants as the current values are causing heavy stutter here, especially noticable after moving the video window
Wed, 07 Apr 2004 17:53:42 +0000 faust3 round len to outburst and increment full_buffers at the correct time, patch by Nehal <nehalmistry at gmx.net>
Tue, 06 Apr 2004 18:06:20 +0000 faust3 support immed flag
Tue, 06 Apr 2004 17:55:36 +0000 alex uninit immed flag
Thu, 01 Apr 2004 19:33:58 +0000 faust3 let uninit wait until sound is completely played, don't restore volume at exit, fixed ringbuffer bug, patch by Nehal <nehalmistry at gmx.net>\n
Sun, 23 Nov 2003 17:04:19 +0000 joey original config:
Fri, 16 May 2003 13:06:37 +0000 faust3 10l remove unused global
Fri, 21 Mar 2003 16:42:50 +0000 alex 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>
Sat, 15 Mar 2003 10:11:36 +0000 faust3 fix -loop problem
Mon, 30 Dec 2002 13:52:29 +0000 faust3 10l fixes sync?
Fri, 25 Oct 2002 16:18:33 +0000 faust3 new windows waveout audio driver