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.
|
Mon, 24 Sep 2007 21:49:58 +0000 |
uau |
ao_alsa: Fix get_space() return values larger than buffersize
|
Fri, 09 Feb 2007 19:49:31 +0000 |
cladisch |
When setting the non-audio bit for hwac3 output, just try to set the
|
Wed, 08 Nov 2006 14:52:33 +0000 |
kraymer |
MSGTRs for ao_alsa.c
|
Tue, 07 Nov 2006 21:09:10 +0000 |
diego |
typo
|
Thu, 12 Oct 2006 22:24:19 +0000 |
diego |
slight overall verbosity reduction
|
Wed, 04 Oct 2006 08:46:32 +0000 |
diego |
Remove bogus #ifndef WORDS_BIGENDIAN.
|
Mon, 18 Sep 2006 16:58:21 +0000 |
cladisch |
When the hardware sample format is AC3, do not force using an hardcoded
|
Mon, 18 Sep 2006 16:29:27 +0000 |
cladisch |
When one of the PCM configuration function in init() fails, abort
|
Fri, 31 Mar 2006 09:28:37 +0000 |
cladisch |
Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did
|
Mon, 13 Mar 2006 10:50:37 +0000 |
cladisch |
To avoid a bug in ALSA's rate plugin that causes spurious overruns, try
|
Mon, 13 Mar 2006 10:49:12 +0000 |
cladisch |
Do not try to count hardware sound cards because there might be none
|
Mon, 27 Feb 2006 10:09:05 +0000 |
cladisch |
Output error messages from the ALSA library through mp_msg() instead of
|
Mon, 27 Feb 2006 10:06:27 +0000 |
cladisch |
Show the actual ALSA version instead of the version mplayer was compiled
|
Mon, 13 Feb 2006 11:48:29 +0000 |
cladisch |
Fix the error handling in the play() function: add a handler for EINTR,
|
Mon, 13 Feb 2006 11:43:25 +0000 |
cladisch |
This changes the software parameters to be more compatible with the
|