log libao2/ao_alsa.c @ 35709:dad89f022a1a

age author description
Sun, 02 Dec 2012 23:25:20 +0000 reimar Do not use strrchr when strchr works just as well.
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.