log libao2/ao_alsa.c @ 35461:b7696c82c72d

age author description
Fri, 30 Nov 2012 20:10:40 +0000 reimar Make AF_FORMAT_IS_IEC61937 include AF_FORMAT_IS_AC3.
Tue, 30 Oct 2012 17:28:34 +0000 reimar Try to make code a bit clearer.
Tue, 10 Apr 2012 13:17:49 +0000 ib Clarify the used opening modes by improving the verbose status messages.
Thu, 05 Apr 2012 22:29:37 +0000 reimar Use approach used by ao_oss to avoid audio desync
Thu, 05 Apr 2012 21:59:09 +0000 reimar vsnprintf always 0-terminates the string, so remove
Mon, 14 Nov 2011 09:58:26 +0000 diego ao_alsa: drop check for sys/asoundlib.h and ALSA version
Wed, 12 Oct 2011 17:23:08 +0000 diego S/PDIF passthrough decoder
Sat, 07 May 2011 21:23:22 +0000 reimar Simplify code and avoid an incorrect "may be used initialized"
Tue, 03 Aug 2010 15:55:17 +0000 siretart various spelling fixes, found by the Debian QA tool 'lintian'
Thu, 28 Jan 2010 18:26:12 +0000 reimar Explain why we still disable the ALSA resampler even though it is probably
Wed, 27 Jan 2010 18:23:19 +0000 reimar Declare variable closer to where it is used.
Wed, 27 Jan 2010 18:21:27 +0000 reimar Remove a useless global variable.
Wed, 27 Jan 2010 18:16:41 +0000 reimar Do not needlessly make local variable static.
Wed, 27 Jan 2010 18:11:15 +0000 reimar Remove useless initializers.
Wed, 27 Jan 2010 18:10:07 +0000 reimar Do not needlessly use (file-)global variables.
Mon, 11 Jan 2010 20:27:52 +0000 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
Mon, 11 Jan 2010 19:40:58 +0000 reimar Use af_fmt2bits, it should give more sensible values than snd_pcm_format_physical_width,
Mon, 11 Jan 2010 19:23:18 +0000 reimar Add and use AF_FORMAT_IS_AC3 macro.
Fri, 01 Jan 2010 13:23:16 +0000 reimar Simplify range-checking functions for subopt parsing.
Fri, 01 Jan 2010 13:18:49 +0000 reimar Fix function declarations to avoid casting function pointers.
Tue, 10 Nov 2009 00:45:19 +0000 tack Add support for 8 channel audio.
Fri, 02 Oct 2009 16:49:41 +0000 reimar Make the ao_alsa play function always process a multiple of ao_data.outburst
Wed, 02 Sep 2009 11:33:37 +0000 reimar The suboption parser now takes a const options list, so mark them all const.
Mon, 24 Aug 2009 07:32:25 +0000 cladisch Use a buffer of about half a second, instead of sizing it to have
Thu, 06 Aug 2009 09:43:10 +0000 cladisch Do not leak the mixer handle if setting of a volume fails.
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Tue, 21 Jul 2009 08:20:22 +0000 cladisch Use correct ALSA sample format for 24-bit samples packed in three bytes.
Sun, 19 Jul 2009 10:26:48 +0000 iive Handle 24bit audio formats natively by ALSA.
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.