| Commit message (Expand) | Author | Age | Files | Lines |
* | Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), av... | reimar | 2009-02-21 | 1 | -8/+9 |
* | Add standard license headers. | diego | 2009-01-26 | 1 | -0/+20 |
* | reset() should not senselessly close and reopen | reimar | 2008-04-07 | 1 | -23/+1 |
* | AUDIO_DRAIN makes no sense directly after opening | reimar | 2008-04-07 | 1 | -2/+2 |
* | Fix r23353, it broke ao_sun on non-BSD due to accidentially removing | reimar | 2007-06-23 | 1 | -0/+1 |
* | Move common ioctl outside of ifdef | reimar | 2007-05-20 | 1 | -2/+1 |
* | Clean up some unused code and #ifdef mess in ao_sun.c | reimar | 2007-05-20 | 1 | -5/+1 |
* | Implement flushing of audio data. Fixes bug #754. | reimar | 2007-05-20 | 1 | -7/+9 |
* | Remove unused code, if it is ever needed it can be recovered from history | reimar | 2007-05-20 | 1 | -36/+0 |
* | modifies function declarations without parameters from () | reynaldo | 2006-07-06 | 1 | -6/+6 |
* | printf --> mp_msg | diego | 2006-03-24 | 1 | -4/+4 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -8/+7 |
* | Cleanup, removing internal conversions. Testing welcome. | reimar | 2005-01-06 | 1 | -35/+15 |
* | af_fmt2str_short | alex | 2004-12-28 | 1 | -2/+2 |
* | 100l, buf etc. in af_fmt2str call are already pointers... | reimar | 2004-12-27 | 1 | -1/+1 |
* | hopefully final fix | alex | 2004-12-27 | 1 | -3/+4 |
* | 10l | alex | 2004-12-27 | 1 | -30/+16 |
* | Make include paths consistent. | diego | 2004-12-07 | 1 | -4/+4 |
* | fixing authors | alex | 2004-10-04 | 1 | -1/+1 |
* | mp_msg transition of unmaintained audio output drivers. | ivo | 2004-09-18 | 1 | -7/+8 |
* | 10l, patch by Bjoern Sandell | faust3 | 2004-04-06 | 1 | -1/+1 |
* | uninit immed flag | alex | 2004-04-06 | 1 | -2/+3 |
* | fix bps calculation when resampling, | attila | 2003-06-22 | 1 | -1/+1 |
* | 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> | alex | 2003-03-21 | 1 | -1/+1 |
* | verbose can be negative | arpi | 2002-11-01 | 1 | -7/+7 |
* | - ao_data.bps not set, confuses the A-V sync computation when the audio filters | jkeil | 2002-10-11 | 1 | -2/+16 |
* | Handle playback of sample rates not supported by the sun audio hardware. | jkeil | 2002-10-07 | 1 | -18/+215 |
* | *bsd doesn't have info.output_muted - patch by Björn Sandell <biorn@dce.chal... | arpi | 2002-09-16 | 1 | -2/+4 |
* | Reconstruct the muting state for the playback from a l/r volume of 0.0. | jkeil | 2002-09-12 | 1 | -5/+8 |
* | - gui version of mplayer is using the audio 'control' function before(!) the | jkeil | 2002-09-12 | 1 | -17/+44 |
* | Patch to improve bufferhandling on OpenBSD and NetBSD, by Björn Sandell and ... | atmos4 | 2002-07-03 | 1 | -2/+8 |
* | Default to the mixer device matching the audio device used for audio output. | jkeil | 2002-04-29 | 1 | -4/+9 |
* | OpenBSD, NetBSD portability patches by | arpi | 2002-04-27 | 1 | -0/+6 |
* | Fix a few syntax errors compiling ao_sun.c | jkeil | 2002-03-01 | 1 | -3/+6 |
* | Moved HW dependent mixer stuff to libao and removed master switch | anders | 2002-02-21 | 1 | -0/+36 |
* | Use $AUDIODEV environment variable as the default audio device on solaris, if | jkeil | 2001-12-14 | 1 | -1/+6 |
* | Audio delay bugfix | anders | 2001-11-26 | 1 | -1/+1 |
* | interface to libao2 changed ao_plugin added | anders | 2001-11-24 | 1 | -39/+31 |
* | Sun audiocs HW does not support AFMT_U8, try to use AFMT_S8 instead. If AFMT_S8 | jkeil | 2001-08-31 | 1 | -1/+23 |
* | printfs cleanup - moved to higher -v level or moved to stderr | arpi | 2001-08-06 | 1 | -2/+2 |
* | AUDIO_ENCODING_LINEAR8 format is not available on sunos 5.5. Format is | jkeil | 2001-07-19 | 1 | -0/+2 |
* | On big-endian architectures, all audio decoders default to big-endian 16-bit | jkeil | 2001-07-14 | 1 | -6/+18 |
* | Support playback of AFMT_S16_LE audio data on a big endian machine | jkeil | 2001-07-12 | 1 | -86/+127 |
* | ao_subdevice support | arpi_esp | 2001-06-23 | 1 | -0/+2 |
* | Applied patch by Jürgen Keil (jk@tools.de), improves smoothness of video pla... | atmosfear | 2001-06-22 | 1 | -57/+204 |
* | fixed AFMT_ stuff (inclue afmt.h) | arpi_esp | 2001-06-08 | 1 | -8/+31 |
* | SUN-Solaris audio out | arpi_esp | 2001-06-06 | 1 | -0/+223 |