| Commit message (Expand) | Author | Age |
* | Add forgotten "static" to new data_length variable in ao_pcm | reimar | 2009-03-22 |
* | Whitespace-only cosmetics: use consistent indentation in ao_pcm.c | reimar | 2009-03-22 |
* | Print a warning if ao_pcm wrote more data than what can be specified in the | reimar | 2009-03-22 |
* | Do not call waveOutReset in uninit if you should wait till playing finishes, | reimar | 2009-03-09 |
* | Reuse libavutil fifo code instead of reimplementing it over and over. | reimar | 2009-03-09 |
* | Make audio_out_* structs const so they end up in .rodata | reimar | 2009-03-06 |
* | 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 |
* | DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net | diego | 2009-03-01 |
* | Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), av... | reimar | 2009-02-21 |
* | Work around a PulseAudio bug that causes MPlayer to hang after unpausing. | reimar | 2009-02-19 |
* | Set samplerate in reset also for AC3, and set it before the format in that | reimar | 2009-02-17 |
* | 100l, do 0-filling on resume (to avoid desync after pause) in ao_oss only when | reimar | 2009-02-16 |
* | 1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined to 0/1, | diego | 2009-01-30 |
* | Add standard license headers. | diego | 2009-01-26 |
* | Replace deprecated jack_client_new with jack_client_open. | reimar | 2009-01-04 |
* | Move several of the ao_nas int-to-string maps into .rodata | reimar | 2009-01-01 |
* | 100l, reorder check for AC3 format to avoid a possible memleak | reimar | 2008-12-15 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 |
* | Replace numeric constants by their defines. | cehoyos | 2008-10-09 |
* | Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning. | ranma | 2008-10-04 |
* | Make alsa resume after suspend to disk (would say 'file descriptor is in bad ... | ranma | 2008-10-04 |
* | Replace casual GPL notices by proper license headers. | diego | 2008-09-07 |
* | Replace casual GPL notice by proper license header. | diego | 2008-09-06 |
* | Fix 'cast from pointer to integer of different size' on 64bit architectures. ... | ranma | 2008-08-24 |
* | Handle AOPLAY_FINAL_CHUNK | ranma | 2008-08-24 |
* | fix compiler warnings | ranma | 2008-08-23 |
* | Work correctly with very small files where less than outburst is to be played. | diego | 2008-08-15 |
* | Use '#include <poll.h>' instead of '#include <sys/poll.h>'. | diego | 2008-08-14 |
* | 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_. | diego | 2008-08-14 |
* | Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x. | diego | 2008-08-06 |
* | Rename all preprocessor directives related to Apple / Mac OS X. | diego | 2008-08-06 |
* | Rename some audio-output-related preprocessor directives. | diego | 2008-08-05 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 |
* | Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined | diego | 2008-08-02 |
* | cosmetics: typo fixes | diego | 2008-08-02 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | Our ALSA code needs alloca, so check for it in configure and include alloca.h | reimar | 2008-07-17 |
* | Add verbose messages about trying and searching for audio output drivers. | corey | 2008-06-22 |
* | Use standard license header, merge changelog into license header and TODO. | diego | 2008-06-06 |
* | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 |