| Commit message (Expand) | Author | Age |
* | Merge svn changes up to r29544 | Uoti Urpala | 2009-08-22 |
|\ |
|
| * | OpenAL: untested support for 8-channel audio. | reimar | 2009-08-19 |
| * | Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too. | reimar | 2009-08-19 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 |
|\| |
|
| * | 100l, av_fifo_generic_read does not return anything useful, so ignore its | reimar | 2009-08-08 |
| * | Do not leak the mixer handle if setting of a volume fails. | cladisch | 2009-08-06 |
* | | Merge svn changes up to r29455 | Uoti Urpala | 2009-07-29 |
|\| |
|
| * | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 |
| * | Use the correct OSS format, where possible, for mplayer's packed 24-bit | cladisch | 2009-07-24 |
| * | Use correct ALSA sample format for 24-bit samples packed in three bytes. | cladisch | 2009-07-21 |
| * | Handle 24bit audio formats natively by ALSA. | iive | 2009-07-19 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 |
|\| |
|
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 |
* | | Add OSS4 vmix volume control to ao_oss | Grigori Goronzy | 2009-06-24 |
| * | Add a hack to detect when we are writing into a Windows pipe since the fseek | reimar | 2009-05-16 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | | Merge svn changes up to r29277 | Uoti Urpala | 2009-05-08 |
|\| |
|
| * | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 |
| * | Rename macosx audio output driver to coreaudio. | diego | 2009-05-04 |
| * | Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation. | reimar | 2009-05-03 |
| * | Simplify: use av_fifo_space | reimar | 2009-04-10 |
| * | Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed. | reimar | 2009-04-09 |
| * | Split oversized of "argument" onto a separate line. | reimar | 2009-04-09 |
| * | Also lock the mainloop when doing adjusting the volume for PulseAudio. | reimar | 2009-04-09 |
| * | Make sure waitop always unlocks the mainloop even if the operation could not | reimar | 2009-04-09 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r28862 | Uoti Urpala | 2009-03-07 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r28690 | Uoti Urpala | 2009-02-21 |
|\| |
|
| * | 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 |