log libao2/ao_alsa.c @ 32856:559e0f6d9d8b

age author description
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.