| Commit message (Expand) | Author | Age |
* | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 |
* | More uses of AF_FORMAT_IS_AC3 | reimar | 2010-01-11 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Do not call waveOutReset in uninit if you should wait till playing finishes, | reimar | 2009-03-09 |
* | Make ao_info_t structs const. | reimar | 2009-03-06 |
* | Use code that is actually thread-safe to calculate delay, free space etc. in ... | reimar | 2009-03-06 |
* | Cosmetics: get rid of trailing whitespace. | reimar | 2009-03-06 |
* | get rid of full_buffers variable, if the check it is used for is triggered | reimar | 2009-03-06 |
* | Remove now unused buf_write_pos variable from ao_win32 | reimar | 2009-03-06 |
* | Always write full buffers in ao_win32, except for the last block. | reimar | 2009-03-06 |
* | Use calloc instead of malloc+memset | reimar | 2009-03-06 |
* | The 8 bit per sample formats are unsigned on Windows, fixes playback with | reimar | 2009-03-06 |
* | Sleep based on get_delay in ao_win32 uninit instead of a loop. | reimar | 2009-03-05 |
* | full_buffers and buffered_bytes must be volatile because they are used from | reimar | 2009-03-05 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out. | reimar | 2006-10-15 |
* | disable multichannel mode, it never worked reliable | faust3 | 2006-09-15 |
* | The FSF changed postal address. | diego | 2006-09-01 |
* | modifies function declarations without parameters from () | reynaldo | 2006-07-06 |
* | WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver combination... | faust3 | 2005-01-17 |
* | print why waveOutOpen failed | faust3 | 2005-01-15 |
* | af_format.h needs config.h to be included first. | reimar | 2005-01-12 |
* | af_fmt2str_short | alex | 2004-12-28 |
* | hopefully final fix | alex | 2004-12-27 |
* | removing AFMT_ dependancy | alex | 2004-12-27 |
* | disable all unknown formats in the windows aos | faust3 | 2004-12-08 |
* | Make include paths consistent. | diego | 2004-12-07 |
* | ringbuffer variable intialization fix for multifile playback patch by Rune Pe... | faust3 | 2004-10-22 |
* | untested multichannel support | faust3 | 2004-08-14 |
* | 10l | faust3 | 2004-07-11 |
* | 10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi... | faust3 | 2004-06-27 |
* | ac3 passthrough, initial patch by Gianluigi Tiesi <sherpya at netfarm.it> | faust3 | 2004-06-26 |
* | restore original ringbuffer constants as the current values are causing heavy... | faust3 | 2004-04-07 |
* | round len to outburst and increment full_buffers at the correct time, patch b... | faust3 | 2004-04-07 |
* | support immed flag | faust3 | 2004-04-06 |
* | uninit immed flag | alex | 2004-04-06 |
* | let uninit wait until sound is completely played, don't restore volume at exi... | faust3 | 2004-04-01 |
* | original config: | joey | 2003-11-23 |
* | 10l remove unused global | faust3 | 2003-05-16 |
* | 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> | alex | 2003-03-21 |
* | fix -loop problem | faust3 | 2003-03-15 |
* | 10l fixes sync? | faust3 | 2002-12-30 |
* | new windows waveout audio driver | faust3 | 2002-10-25 |