log libao2/ao_sun.c @ 36671:55f218d04dd3

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