log libao2/ao_sun.c @ 37182:1c64016edce3

age author description
Sun, 24 Jul 2011 23:55:39 +0000 diego Do not employ verbosity level MSGL_V for fatal errors.
Sun, 24 Jul 2011 23:55:38 +0000 diego ao_sun: print fatal error messages not only in verbose mode
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sun, 17 Oct 2010 17:41:05 +0000 reimar Reindent.
Sun, 17 Oct 2010 17:39:53 +0000 reimar Add support for AOPLAY_FINAL_CHUNK, reportedly also fixes a possible
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 06 Mar 2009 19:43:12 +0000 reimar Make ao_info_t structs const.
Sat, 21 Feb 2009 13:37:47 +0000 reimar Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), avoids
Mon, 26 Jan 2009 15:06:44 +0000 diego Add standard license headers.
Mon, 07 Apr 2008 17:39:41 +0000 reimar reset() should not senselessly close and reopen
Mon, 07 Apr 2008 17:32:44 +0000 reimar AUDIO_DRAIN makes no sense directly after opening
Sat, 23 Jun 2007 18:16:14 +0000 reimar Fix r23353, it broke ao_sun on non-BSD due to accidentially removing
Sun, 20 May 2007 12:20:03 +0000 reimar Move common ioctl outside of ifdef
Sun, 20 May 2007 12:15:16 +0000 reimar Clean up some unused code and #ifdef mess in ao_sun.c
Sun, 20 May 2007 12:05:16 +0000 reimar Implement flushing of audio data. Fixes bug #754.
Sun, 20 May 2007 08:15:27 +0000 reimar Remove unused code, if it is ever needed it can be recovered from history
Thu, 06 Jul 2006 04:30:19 +0000 reynaldo modifies function declarations without parameters from ()
Fri, 24 Mar 2006 08:21:40 +0000 diego printf --> mp_msg
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Thu, 06 Jan 2005 22:56:54 +0000 reimar Cleanup, removing internal conversions. Testing welcome.
Tue, 28 Dec 2004 19:11:14 +0000 alex af_fmt2str_short
Mon, 27 Dec 2004 19:43:13 +0000 reimar 100l, buf etc. in af_fmt2str call are already pointers...
Mon, 27 Dec 2004 18:10:30 +0000 alex hopefully final fix
Mon, 27 Dec 2004 17:49:52 +0000 alex 10l
Tue, 07 Dec 2004 02:24:15 +0000 diego Make include paths consistent.
Mon, 04 Oct 2004 19:07:09 +0000 alex fixing authors
Sat, 18 Sep 2004 20:31:28 +0000 ivo mp_msg transition of unmaintained audio output drivers.
Tue, 06 Apr 2004 20:06:57 +0000 faust3 10l, patch by Bjoern Sandell
Tue, 06 Apr 2004 17:55:36 +0000 alex uninit immed flag
Sun, 22 Jun 2003 21:29:15 +0000 attila fix bps calculation when resampling,
Fri, 21 Mar 2003 16:42:50 +0000 alex 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>
Fri, 01 Nov 2002 17:46:45 +0000 arpi verbose can be negative
Fri, 11 Oct 2002 21:22:55 +0000 jkeil - ao_data.bps not set, confuses the A-V sync computation when the audio filters
Mon, 07 Oct 2002 18:42:31 +0000 jkeil Handle playback of sample rates not supported by the sun audio hardware.
Mon, 16 Sep 2002 19:46:02 +0000 arpi *bsd doesn't have info.output_muted - patch by Bj¸«Órn Sandell <biorn@dce.chalmers.se>
Thu, 12 Sep 2002 16:59:11 +0000 jkeil Reconstruct the muting state for the playback from a l/r volume of 0.0.
Thu, 12 Sep 2002 12:56:05 +0000 jkeil - gui version of mplayer is using the audio 'control' function before(!) the
Wed, 03 Jul 2002 21:17:31 +0000 atmos4 Patch to improve bufferhandling on OpenBSD and NetBSD, by Bj¸«Órn Sandell and Bernd Ernesti <mplayer at lists.veego.de>
Mon, 29 Apr 2002 08:47:30 +0000 jkeil Default to the mixer device matching the audio device used for audio output.
Sat, 27 Apr 2002 22:42:27 +0000 arpi OpenBSD, NetBSD portability patches by
Fri, 01 Mar 2002 14:54:05 +0000 jkeil Fix a few syntax errors compiling ao_sun.c
Thu, 21 Feb 2002 16:02:26 +0000 anders Moved HW dependent mixer stuff to libao and removed master switch
Fri, 14 Dec 2001 20:13:17 +0000 jkeil Use $AUDIODEV environment variable as the default audio device on solaris, if
Mon, 26 Nov 2001 11:30:35 +0000 anders Audio delay bugfix
Sat, 24 Nov 2001 05:21:22 +0000 anders interface to libao2 changed ao_plugin added
Fri, 31 Aug 2001 20:34:17 +0000 jkeil Sun audiocs HW does not support AFMT_U8, try to use AFMT_S8 instead. If AFMT_S8
Mon, 06 Aug 2001 23:59:50 +0000 arpi printfs cleanup - moved to higher -v level or moved to stderr
Thu, 19 Jul 2001 20:04:54 +0000 jkeil AUDIO_ENCODING_LINEAR8 format is not available on sunos 5.5. Format is
Sat, 14 Jul 2001 16:58:55 +0000 jkeil On big-endian architectures, all audio decoders default to big-endian 16-bit
Thu, 12 Jul 2001 15:30:15 +0000 jkeil Support playback of AFMT_S16_LE audio data on a big endian machine
Sat, 23 Jun 2001 19:40:04 +0000 arpi_esp ao_subdevice support
Fri, 22 Jun 2001 21:37:13 +0000 atmosfear Applied patch by J¸«ärgen Keil (jk@tools.de), improves smoothness of video playback.
Fri, 08 Jun 2001 23:31:06 +0000 arpi_esp fixed AFMT_ stuff (inclue afmt.h)
Wed, 06 Jun 2001 19:10:47 +0000 arpi_esp SUN-Solaris audio out