summaryrefslogtreecommitdiffstats
path: root/libao2/ao_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* Do not call waveOutReset in uninit if you should wait till playing finishes,reimar2009-03-091-1/+2
* Make ao_info_t structs const.reimar2009-03-061-1/+1
* Use code that is actually thread-safe to calculate delay, free space etc. in ...reimar2009-03-061-10/+13
* Cosmetics: get rid of trailing whitespace.reimar2009-03-061-23/+23
* get rid of full_buffers variable, if the check it is used for is triggeredreimar2009-03-061-9/+0
* Remove now unused buf_write_pos variable from ao_win32reimar2009-03-061-4/+1
* Always write full buffers in ao_win32, except for the last block.reimar2009-03-061-8/+5
* Use calloc instead of malloc+memsetreimar2009-03-061-3/+1
* The 8 bit per sample formats are unsigned on Windows, fixes playback withreimar2009-03-061-1/+1
* Sleep based on get_delay in ao_win32 uninit instead of a loop.reimar2009-03-051-1/+2
* full_buffers and buffered_bytes must be volatile because they are used fromreimar2009-03-051-2/+2
* Use standard license headers with standard formatting.diego2008-05-141-10/+12
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out.reimar2006-10-151-0/+1
* disable multichannel mode, it never worked reliablefaust32006-09-151-0/+5
* The FSF changed postal address.diego2006-09-011-1/+1
* modifies function declarations without parameters from ()reynaldo2006-07-061-5/+5
* WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver combination...faust32005-01-171-1/+1
* print why waveOutOpen failedfaust32005-01-151-1/+1
* af_format.h needs config.h to be included first.reimar2005-01-121-0/+1
* af_fmt2str_shortalex2004-12-281-6/+5
* hopefully final fixalex2004-12-271-1/+2
* removing AFMT_ dependancyalex2004-12-271-9/+9
* disable all unknown formats in the windows aosfaust32004-12-081-0/+10
* Make include paths consistent.diego2004-12-071-2/+2
* ringbuffer variable intialization fix for multifile playback patch by Rune Pe...faust32004-10-221-1/+5
* untested multichannel supportfaust32004-08-141-24/+74
* 10lfaust32004-07-111-1/+0
* 10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi...faust32004-06-271-0/+2
* ac3 passthrough, initial patch by Gianluigi Tiesi <sherpya at netfarm.it>faust32004-06-261-3/+12
* restore original ringbuffer constants as the current values are causing heavy...faust32004-04-071-2/+2
* round len to outburst and increment full_buffers at the correct time, patch b...faust32004-04-071-2/+3
* support immed flagfaust32004-04-061-2/+2
* uninit immed flagalex2004-04-061-1/+1
* let uninit wait until sound is completely played, don't restore volume at exi...faust32004-04-011-12/+14
* original config:joey2003-11-231-1/+1
* 10l remove unused globalfaust32003-05-161-1/+1
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>alex2003-03-211-1/+1
* fix -loop problemfaust32003-03-151-0/+1
* 10l fixes sync?faust32002-12-301-1/+1
* new windows waveout audio driverfaust32002-10-251-0/+249