aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_win32.c
Commit message (Expand)AuthorAge
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Do not call waveOutReset in uninit if you should wait till playing finishes,Gravatar reimar2009-03-09
* Make ao_info_t structs const.Gravatar reimar2009-03-06
* Use code that is actually thread-safe to calculate delay, free space etc. in ...Gravatar reimar2009-03-06
* Cosmetics: get rid of trailing whitespace.Gravatar reimar2009-03-06
* get rid of full_buffers variable, if the check it is used for is triggeredGravatar reimar2009-03-06
* Remove now unused buf_write_pos variable from ao_win32Gravatar reimar2009-03-06
* Always write full buffers in ao_win32, except for the last block.Gravatar reimar2009-03-06
* Use calloc instead of malloc+memsetGravatar reimar2009-03-06
* The 8 bit per sample formats are unsigned on Windows, fixes playback withGravatar reimar2009-03-06
* Sleep based on get_delay in ao_win32 uninit instead of a loop.Gravatar reimar2009-03-05
* full_buffers and buffered_bytes must be volatile because they are used fromGravatar reimar2009-03-05
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* 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
* disable multichannel mode, it never worked reliableGravatar faust32006-09-15
* The FSF changed postal address.Gravatar diego2006-09-01
* modifies function declarations without parameters from ()Gravatar reynaldo2006-07-06
* WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver combination...Gravatar faust32005-01-17
* print why waveOutOpen failedGravatar faust32005-01-15
* af_format.h needs config.h to be included first.Gravatar reimar2005-01-12
* 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
* ringbuffer variable intialization fix for multifile playback patch by Rune Pe...Gravatar faust32004-10-22
* untested multichannel supportGravatar faust32004-08-14
* 10lGravatar faust32004-07-11
* 10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi...Gravatar faust32004-06-27
* ac3 passthrough, initial patch by Gianluigi Tiesi <sherpya at netfarm.it>Gravatar faust32004-06-26
* restore original ringbuffer constants as the current values are causing heavy...Gravatar faust32004-04-07
* round len to outburst and increment full_buffers at the correct time, patch b...Gravatar faust32004-04-07
* support immed flagGravatar faust32004-04-06
* uninit immed flagGravatar alex2004-04-06
* let uninit wait until sound is completely played, don't restore volume at exi...Gravatar faust32004-04-01
* original config:Gravatar joey2003-11-23
* 10l remove unused globalGravatar faust32003-05-16
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>Gravatar alex2003-03-21
* fix -loop problemGravatar faust32003-03-15
* 10l fixes sync?Gravatar faust32002-12-30
* new windows waveout audio driverGravatar faust32002-10-25