log libao2/ao_alsa.c @ 18092:96fdfbad5b1a

age author description
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
Mon, 13 Feb 2006 11:38:12 +0000 cladisch Using non-blocking writes makes sense when the program wants to do other
Mon, 13 Feb 2006 11:17:43 +0000 cladisch Remove the now superfluous mmap suboption.
Mon, 13 Feb 2006 11:16:29 +0000 cladisch After removing play_mmap(), the play() function just unconditionally
Mon, 13 Feb 2006 11:15:25 +0000 cladisch This patch removes mmap support because it doesn't have any benefit.
Fri, 10 Feb 2006 09:28:08 +0000 cladisch Small fixes: make all global variables static, remove some unused
Fri, 10 Feb 2006 09:26:11 +0000 cladisch Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it
Fri, 10 Feb 2006 09:24:48 +0000 cladisch Simplify get_delay(): we don't need to get the complete PCM status but
Fri, 10 Feb 2006 09:21:17 +0000 cladisch Fix get_space(): we don't need to differentiate between the various PCM
Fri, 10 Feb 2006 09:20:08 +0000 cladisch This adds support for more sample formats (U32, float BE, mu/A-law).
Fri, 10 Feb 2006 09:18:27 +0000 cladisch This replaces the hardcoded numbers for the sample format widths with a
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Thu, 15 Dec 2005 17:50:29 +0000 wanderer use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias Lederhofer <matled -at- gmx dot net>
Mon, 05 Dec 2005 01:31:03 +0000 rathann fix
Thu, 25 Aug 2005 21:46:32 +0000 henry reordered bps calculation
Thu, 25 Aug 2005 19:57:32 +0000 henry set the nearest number of channels, return(0) upon errors
Sun, 27 Feb 2005 23:06:32 +0000 reimar aos should respect the immed uninit flag (quit immediatly vs waiting till file
Sun, 30 Jan 2005 09:16:41 +0000 reimar Typo in hwac3 string
Fri, 28 Jan 2005 10:12:28 +0000 reimar Fixed the syntax of the spdif device string.
Mon, 03 Jan 2005 14:23:18 +0000 reimar Use the subopt-helper for parsing suboptions.
Tue, 28 Dec 2004 19:11:14 +0000 alex af_fmt2str_short
Mon, 27 Dec 2004 18:14:03 +0000 alex maybe now..
Mon, 27 Dec 2004 18:10:30 +0000 alex hopefully final fix