log libao2/ao_dsound.c @ 32311:4486cf062cc2

age author description
2010-02-19 diego Remove pointless '#if 1' preprocessor directives.
2010-01-11 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
2010-01-11 reimar More uses of AF_FORMAT_IS_AC3
2009-11-10 tack Add support for 8 channel audio.
2009-09-02 reimar The suboption parser now takes a const options list, so mark them all const.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-06 reimar Make ao_info_t structs const.
2009-03-06 reimar The 8 bit per sample formats are unsigned on Windows, fixes playback with
2008-05-14 diego Use standard license headers with standard formatting.
2007-06-05 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2006-10-15 reimar Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out.
2006-09-01 diego The FSF changed postal address.
2006-07-06 reynaldo modifies function declarations without parameters from ()
2005-11-11 joey DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -10,000 to 0.
2005-03-15 faust3 get_space fix by Florian Dietrich <flodt8 at yahoo.de>
2005-01-21 faust3 support immed flag, always initialize write_offset, min_free_space doesn't seem to be required anymore after Florian Dietrichs patches
2005-01-12 reimar af_format.h needs config.h to be included first.
2005-01-06 faust3 device selection support
2004-12-28 alex af_fmt2str_short
2004-12-27 alex hopefully final fix
2004-12-27 alex removing AFMT_ dependancy
2004-12-08 faust3 disable all unknown formats in the windows aos
2004-12-07 diego Make include paths consistent.
2004-10-18 faust3 channel reorder patch by Florian Dietrich <flodt8 at yahoo.de>
2004-10-14 faust3 ao dsound improvements patch by Florian Dietrich <flodt8 at yahoo.de>
2004-09-25 faust3 directsound audio output plugin, patch by Gabor Szecsi <deje at miki.hu> some minor modifications by me