log libao2/ao_alsa.c @ 29507:fc8416cffdcd

age author description
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.
Fri, 30 Jan 2009 23:21:23 +0000 diego 1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined/undefined,
Mon, 26 Jan 2009 15:06:44 +0000 diego Add standard license headers.
Mon, 15 Dec 2008 20:19:27 +0000 reimar 100l, reorder check for AC3 format to avoid a possible memleak
Thu, 09 Oct 2008 17:08:47 +0000 cehoyos Replace numeric constants by their defines.
Sat, 04 Oct 2008 15:11:39 +0000 ranma Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.
Sat, 04 Oct 2008 15:03:10 +0000 ranma Make alsa resume after suspend to disk (would say 'file descriptor is in bad state' before this change)
Thu, 17 Jul 2008 17:11:30 +0000 reimar Our ALSA code needs alloca, so check for it in configure and include alloca.h
Fri, 16 May 2008 09:31:55 +0000 diego cosmetics: Remove pointless parentheses from return statements.