aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_dsound.c
Commit message (Expand)AuthorAge
* ao_dsound: fix volume controlsGravatar wm42012-03-17
* ao_dsound: don't repeat parts of the audio buffer when playback endsGravatar wm42012-03-17
* Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-16
|\
| * cleanup: Silence compilation warnings on MinGW-w64Gravatar wm42012-03-01
* | libao2: try to identify some audio outputs that have persistent volumeGravatar wm42012-01-18
|/
* Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
* Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
* More uses of AF_FORMAT_IS_AC3Gravatar reimar2010-01-11
* Add support for 8 channel audio.Gravatar tack2009-11-10
* The suboption parser now takes a const options list, so mark them all const.Gravatar reimar2009-09-02
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Make ao_info_t structs const.Gravatar reimar2009-03-06
* The 8 bit per sample formats are unsigned on Windows, fixes playback withGravatar reimar2009-03-06
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out.Gravatar reimar2006-10-15
* The FSF changed postal address.Gravatar diego2006-09-01
* modifies function declarations without parameters from ()Gravatar reynaldo2006-07-06
* DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -...Gravatar joey2005-11-11
* get_space fix by Florian Dietrich <flodt8 at yahoo.de>Gravatar faust32005-03-15
* support immed flag, always initialize write_offset, min_free_space doesn't se...Gravatar faust32005-01-21
* af_format.h needs config.h to be included first.Gravatar reimar2005-01-12
* device selection supportGravatar faust32005-01-06
* af_fmt2str_shortGravatar alex2004-12-28
* hopefully final fixGravatar alex2004-12-27
* removing AFMT_ dependancyGravatar alex2004-12-27
* disable all unknown formats in the windows aosGravatar faust32004-12-08
* Make include paths consistent.Gravatar diego2004-12-07
* channel reorder patch by Florian Dietrich <flodt8 at yahoo.de>Gravatar faust32004-10-18
* ao dsound improvements patch by Florian Dietrich <flodt8 at yahoo.de>Gravatar faust32004-10-14
* directsound audio output plugin, patch by Gabor Szecsi <deje at miki.hu> some...Gravatar faust32004-09-25