summaryrefslogtreecommitdiffstats
path: root/libao2/ao_dsound.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-648/+0
* Replace fast_memcpy() useswm42012-11-111-3/+2
* Rename to "mpv"wm42012-10-121-1/+1
* libaf: rename af_format.h to format.hwm42012-08-291-1/+1
* ao_dsound: fix volume controlswm42012-03-171-5/+7
* ao_dsound: don't repeat parts of the audio buffer when playback endswm42012-03-171-24/+34
* Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-161-2/+4
|\
| * cleanup: Silence compilation warnings on MinGW-w64wm42012-03-011-2/+4
* | libao2: try to identify some audio outputs that have persistent volumewm42012-01-181-0/+2
|/
* Remove pointless '#if 1' preprocessor directives.diego2010-02-191-3/+0
* Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-111-1/+4
* More uses of AF_FORMAT_IS_AC3reimar2010-01-111-2/+2
* Add support for 8 channel audio.tack2009-11-101-1/+6
* The suboption parser now takes a const options list, so mark them all const.reimar2009-09-021-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-37/+37
* Make ao_info_t structs const.reimar2009-03-061-1/+1
* The 8 bit per sample formats are unsigned on Windows, fixes playback withreimar2009-03-061-1/+1
* Use standard license headers with standard formatting.diego2008-05-141-9/+12
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-051-3/+3
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-5/+5
* Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out.reimar2006-10-151-0/+1
* The FSF changed postal address.diego2006-09-011-1/+1
* modifies function declarations without parameters from ()reynaldo2006-07-061-6/+6
* DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -...joey2005-11-111-2/+3
* get_space fix by Florian Dietrich <flodt8 at yahoo.de>faust32005-03-151-1/+5
* support immed flag, always initialize write_offset, min_free_space doesn't se...faust32005-01-211-3/+10
* af_format.h needs config.h to be included first.reimar2005-01-121-0/+1
* device selection supportfaust32005-01-061-2/+56
* af_fmt2str_shortalex2004-12-281-2/+2
* hopefully final fixalex2004-12-271-5/+5
* removing AFMT_ dependancyalex2004-12-271-8/+8
* disable all unknown formats in the windows aosfaust32004-12-081-0/+11
* Make include paths consistent.diego2004-12-071-2/+2
* channel reorder patch by Florian Dietrich <flodt8 at yahoo.de>faust32004-10-181-10/+40
* ao dsound improvements patch by Florian Dietrich <flodt8 at yahoo.de>faust32004-10-141-20/+47
* directsound audio output plugin, patch by Gabor Szecsi <deje at miki.hu> some...faust32004-09-251-0/+489