aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_sun.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* ao_sun: Add support for AOPLAY_FINAL_CHUNKGravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
* Make ao_info_t structs const.Gravatar reimar2009-03-06
* Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), av...Gravatar reimar2009-02-21
* Add standard license headers.Gravatar diego2009-01-26
* reset() should not senselessly close and reopenGravatar reimar2008-04-07
* AUDIO_DRAIN makes no sense directly after openingGravatar reimar2008-04-07
* Fix r23353, it broke ao_sun on non-BSD due to accidentially removingGravatar reimar2007-06-23
* Move common ioctl outside of ifdefGravatar reimar2007-05-20
* Clean up some unused code and #ifdef mess in ao_sun.cGravatar reimar2007-05-20
* Implement flushing of audio data. Fixes bug #754.Gravatar reimar2007-05-20
* Remove unused code, if it is ever needed it can be recovered from historyGravatar reimar2007-05-20
* modifies function declarations without parameters from ()Gravatar reynaldo2006-07-06
* printf --> mp_msgGravatar diego2006-03-24
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Cleanup, removing internal conversions. Testing welcome.Gravatar reimar2005-01-06
* af_fmt2str_shortGravatar alex2004-12-28
* 100l, buf etc. in af_fmt2str call are already pointers...Gravatar reimar2004-12-27
* hopefully final fixGravatar alex2004-12-27
* 10lGravatar alex2004-12-27
* Make include paths consistent.Gravatar diego2004-12-07
* fixing authorsGravatar alex2004-10-04
* mp_msg transition of unmaintained audio output drivers.Gravatar ivo2004-09-18
* 10l, patch by Bjoern SandellGravatar faust32004-04-06
* uninit immed flagGravatar alex2004-04-06
* fix bps calculation when resampling,Gravatar attila2003-06-22
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>Gravatar alex2003-03-21
* verbose can be negativeGravatar arpi2002-11-01
* - ao_data.bps not set, confuses the A-V sync computation when the audio filtersGravatar jkeil2002-10-11
* Handle playback of sample rates not supported by the sun audio hardware.Gravatar jkeil2002-10-07
* *bsd doesn't have info.output_muted - patch by Björn Sandell <biorn@dce.chal...Gravatar arpi2002-09-16
* Reconstruct the muting state for the playback from a l/r volume of 0.0.Gravatar jkeil2002-09-12
* - gui version of mplayer is using the audio 'control' function before(!) theGravatar jkeil2002-09-12
* Patch to improve bufferhandling on OpenBSD and NetBSD, by Björn Sandell and ...Gravatar atmos42002-07-03
* Default to the mixer device matching the audio device used for audio output.Gravatar jkeil2002-04-29
* OpenBSD, NetBSD portability patches byGravatar arpi2002-04-27
* Fix a few syntax errors compiling ao_sun.cGravatar jkeil2002-03-01
* Moved HW dependent mixer stuff to libao and removed master switchGravatar anders2002-02-21
* Use $AUDIODEV environment variable as the default audio device on solaris, ifGravatar jkeil2001-12-14
* Audio delay bugfixGravatar anders2001-11-26
* interface to libao2 changed ao_plugin addedGravatar anders2001-11-24
* Sun audiocs HW does not support AFMT_U8, try to use AFMT_S8 instead. If AFMT_S8Gravatar jkeil2001-08-31
* printfs cleanup - moved to higher -v level or moved to stderrGravatar arpi2001-08-06
* AUDIO_ENCODING_LINEAR8 format is not available on sunos 5.5. Format isGravatar jkeil2001-07-19
* On big-endian architectures, all audio decoders default to big-endian 16-bitGravatar jkeil2001-07-14