2006-11-08 |
kraymer |
MSGTRs for ao_alsa.c
|
2006-11-07 |
diego |
typo
|
2006-10-12 |
diego |
slight overall verbosity reduction
|
2006-10-04 |
diego |
Remove bogus #ifndef WORDS_BIGENDIAN.
|
2006-09-18 |
cladisch |
When the hardware sample format is AC3, do not force using an hardcoded
|
2006-09-18 |
cladisch |
When one of the PCM configuration function in init() fails, abort
|
2006-03-31 |
cladisch |
Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did
|
2006-03-13 |
cladisch |
To avoid a bug in ALSA's rate plugin that causes spurious overruns, try
|
2006-03-13 |
cladisch |
Do not try to count hardware sound cards because there might be none
|
2006-02-27 |
cladisch |
Output error messages from the ALSA library through mp_msg() instead of
|
2006-02-27 |
cladisch |
Show the actual ALSA version instead of the version mplayer was compiled
|
2006-02-13 |
cladisch |
Fix the error handling in the play() function: add a handler for EINTR,
|
2006-02-13 |
cladisch |
This changes the software parameters to be more compatible with the
|
2006-02-13 |
cladisch |
Using non-blocking writes makes sense when the program wants to do other
|
2006-02-13 |
cladisch |
Remove the now superfluous mmap suboption.
|
2006-02-13 |
cladisch |
After removing play_mmap(), the play() function just unconditionally
|
2006-02-13 |
cladisch |
This patch removes mmap support because it doesn't have any benefit.
|
2006-02-10 |
cladisch |
Small fixes: make all global variables static, remove some unused
|
2006-02-10 |
cladisch |
Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it
|
2006-02-10 |
cladisch |
Simplify get_delay(): we don't need to get the complete PCM status but
|
2006-02-10 |
cladisch |
Fix get_space(): we don't need to differentiate between the various PCM
|
2006-02-10 |
cladisch |
This adds support for more sample formats (U32, float BE, mu/A-law).
|
2006-02-10 |
cladisch |
This replaces the hardcoded numbers for the sample format widths with a
|
2006-02-09 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
2006-01-12 |
rathann |
massive attack: mp_msg printf format fixes
|
2005-12-15 |
wanderer |
use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias Lederhofer <matled -at- gmx dot net>
|
2005-12-05 |
rathann |
fix
|
2005-08-25 |
henry |
reordered bps calculation
|
2005-08-25 |
henry |
set the nearest number of channels, return(0) upon errors
|
2005-02-27 |
reimar |
aos should respect the immed uninit flag (quit immediatly vs waiting till file
|
2005-01-30 |
reimar |
Typo in hwac3 string
|
2005-01-28 |
reimar |
Fixed the syntax of the spdif device string.
|
2005-01-03 |
reimar |
Use the subopt-helper for parsing suboptions.
|
2004-12-28 |
alex |
af_fmt2str_short
|
2004-12-27 |
alex |
maybe now..
|
2004-12-27 |
alex |
hopefully final fix
|
2004-12-27 |
alex |
removing AFMT_ dependancy
|
2004-12-07 |
diego |
Make include paths consistent.
|
2004-10-17 |
reimar |
Only use S/PDIF output when no other alsa device is set, allows to use
|
2004-09-22 |
reimar |
allow to select an alsa mixer channel index.
|
2004-07-30 |
reimar |
Use = instead if # in ALSA device name, as # irritates our config-parser.
|
2004-07-14 |
joyping |
removed status in debug_msg as it is nonsens anyway.
|
2004-07-14 |
joyping |
volume calc fixes for mixer, by reimar döffinger, 10l reverse by me
|
2004-07-13 |
joyping |
fixes provided by reimar dörfinger. mixer, subdevice parsing, alsa#help,
|
2004-07-02 |
joyping |
string, alloca etc. fixes
|
2004-06-11 |
henry |
additional formats - 8bit & float
|
2004-05-12 |
joyping |
alsa9/1.x merge, now with api_compat-definition
|