summaryrefslogtreecommitdiffstats
path: root/libao2/ao_sun.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-13/+12
* Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-4/+4
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-4/+4
* Make ao_info_t structs const.reimar2009-03-061-1/+1
* Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), av...reimar2009-02-211-8/+9
* Add standard license headers.diego2009-01-261-0/+20
* reset() should not senselessly close and reopenreimar2008-04-071-23/+1
* AUDIO_DRAIN makes no sense directly after openingreimar2008-04-071-2/+2
* Fix r23353, it broke ao_sun on non-BSD due to accidentially removingreimar2007-06-231-0/+1
* Move common ioctl outside of ifdefreimar2007-05-201-2/+1
* Clean up some unused code and #ifdef mess in ao_sun.creimar2007-05-201-5/+1
* Implement flushing of audio data. Fixes bug #754.reimar2007-05-201-7/+9
* Remove unused code, if it is ever needed it can be recovered from historyreimar2007-05-201-36/+0
* modifies function declarations without parameters from ()reynaldo2006-07-061-6/+6
* printf --> mp_msgdiego2006-03-241-4/+4
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-8/+7
* Cleanup, removing internal conversions. Testing welcome.reimar2005-01-061-35/+15
* af_fmt2str_shortalex2004-12-281-2/+2
* 100l, buf etc. in af_fmt2str call are already pointers...reimar2004-12-271-1/+1
* hopefully final fixalex2004-12-271-3/+4
* 10lalex2004-12-271-30/+16
* Make include paths consistent.diego2004-12-071-4/+4
* fixing authorsalex2004-10-041-1/+1
* mp_msg transition of unmaintained audio output drivers.ivo2004-09-181-7/+8
* 10l, patch by Bjoern Sandellfaust32004-04-061-1/+1
* uninit immed flagalex2004-04-061-2/+3
* 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