summaryrefslogtreecommitdiffstats
path: root/libao2/ao_sun.c
Commit message (Expand)AuthorAgeFilesLines
* fix bps calculation when resampling,attila2003-06-221-1/+1
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>alex2003-03-211-1/+1
* verbose can be negativearpi2002-11-011-7/+7
* - ao_data.bps not set, confuses the A-V sync computation when the audio filtersjkeil2002-10-111-2/+16
* Handle playback of sample rates not supported by the sun audio hardware.jkeil2002-10-071-18/+215
* *bsd doesn't have info.output_muted - patch by Björn Sandell <biorn@dce.chal...arpi2002-09-161-2/+4
* Reconstruct the muting state for the playback from a l/r volume of 0.0.jkeil2002-09-121-5/+8
* - gui version of mplayer is using the audio 'control' function before(!) thejkeil2002-09-121-17/+44
* Patch to improve bufferhandling on OpenBSD and NetBSD, by Björn Sandell and ...atmos42002-07-031-2/+8
* Default to the mixer device matching the audio device used for audio output.jkeil2002-04-291-4/+9
* OpenBSD, NetBSD portability patches byarpi2002-04-271-0/+6
* Fix a few syntax errors compiling ao_sun.cjkeil2002-03-011-3/+6
* Moved HW dependent mixer stuff to libao and removed master switchanders2002-02-211-0/+36
* Use $AUDIODEV environment variable as the default audio device on solaris, ifjkeil2001-12-141-1/+6
* Audio delay bugfixanders2001-11-261-1/+1
* interface to libao2 changed ao_plugin addedanders2001-11-241-39/+31
* Sun audiocs HW does not support AFMT_U8, try to use AFMT_S8 instead. If AFMT_S8jkeil2001-08-311-1/+23
* printfs cleanup - moved to higher -v level or moved to stderrarpi2001-08-061-2/+2
* AUDIO_ENCODING_LINEAR8 format is not available on sunos 5.5. Format isjkeil2001-07-191-0/+2
* On big-endian architectures, all audio decoders default to big-endian 16-bitjkeil2001-07-141-6/+18
* Support playback of AFMT_S16_LE audio data on a big endian machinejkeil2001-07-121-86/+127
* ao_subdevice supportarpi_esp2001-06-231-0/+2
* Applied patch by Jürgen Keil (jk@tools.de), improves smoothness of video pla...atmosfear2001-06-221-57/+204
* fixed AFMT_ stuff (inclue afmt.h)arpi_esp2001-06-081-8/+31
* SUN-Solaris audio outarpi_esp2001-06-061-0/+223