aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_alsa.c
Commit message (Expand)AuthorAge
* ao_alsa: Fix get_space() return values larger than buffersizeGravatar uau2007-09-24
* When setting the non-audio bit for hwac3 output, just try to set theGravatar cladisch2007-02-09
* MSGTRs for ao_alsa.cGravatar kraymer2006-11-08
* typoGravatar diego2006-11-07
* slight overall verbosity reductionGravatar diego2006-10-12
* Remove bogus #ifndef WORDS_BIGENDIAN.Gravatar diego2006-10-04
* When the hardware sample format is AC3, do not force using an hardcodedGravatar cladisch2006-09-18
* When one of the PCM configuration function in init() fails, abortGravatar cladisch2006-09-18
* Add workarounds for old prerelease versions of alsa-lib 0.9.0 that didGravatar cladisch2006-03-31
* To avoid a bug in ALSA's rate plugin that causes spurious overruns, tryGravatar cladisch2006-03-13
* Do not try to count hardware sound cards because there might be noneGravatar cladisch2006-03-13
* Output error messages from the ALSA library through mp_msg() instead ofGravatar cladisch2006-02-27
* Show the actual ALSA version instead of the version mplayer was compiledGravatar cladisch2006-02-27
* Fix the error handling in the play() function: add a handler for EINTR,Gravatar cladisch2006-02-13
* This changes the software parameters to be more compatible with theGravatar cladisch2006-02-13
* Using non-blocking writes makes sense when the program wants to do otherGravatar cladisch2006-02-13
* Remove the now superfluous mmap suboption.Gravatar cladisch2006-02-13
* After removing play_mmap(), the play() function just unconditionallyGravatar cladisch2006-02-13
* This patch removes mmap support because it doesn't have any benefit.Gravatar cladisch2006-02-13
* Small fixes: make all global variables static, remove some unusedGravatar cladisch2006-02-10
* Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does itGravatar cladisch2006-02-10
* Simplify get_delay(): we don't need to get the complete PCM status butGravatar cladisch2006-02-10
* Fix get_space(): we don't need to differentiate between the various PCMGravatar cladisch2006-02-10
* This adds support for more sample formats (U32, float BE, mu/A-law).Gravatar cladisch2006-02-10
* This replaces the hardcoded numbers for the sample format widths with aGravatar cladisch2006-02-10
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias L...Gravatar wanderer2005-12-15
* fixGravatar rathann2005-12-05
* reordered bps calculationGravatar henry2005-08-25
* set the nearest number of channels, return(0) upon errorsGravatar henry2005-08-25
* aos should respect the immed uninit flag (quit immediatly vs waiting till fileGravatar reimar2005-02-27
* Typo in hwac3 stringGravatar reimar2005-01-30
* Fixed the syntax of the spdif device string.Gravatar reimar2005-01-28
* Use the subopt-helper for parsing suboptions.Gravatar reimar2005-01-03
* af_fmt2str_shortGravatar alex2004-12-28
* maybe now..Gravatar alex2004-12-27
* hopefully final fixGravatar alex2004-12-27
* removing AFMT_ dependancyGravatar alex2004-12-27
* Make include paths consistent.Gravatar diego2004-12-07
* Only use S/PDIF output when no other alsa device is set, allows to useGravatar reimar2004-10-17
* allow to select an alsa mixer channel index.Gravatar reimar2004-09-22
* Use = instead if # in ALSA device name, as # irritates our config-parser.Gravatar reimar2004-07-30
* removed status in debug_msg as it is nonsens anyway.Gravatar joyping2004-07-14
* volume calc fixes for mixer, by reimar döffinger, 10l reverse by meGravatar joyping2004-07-14
* fixes provided by reimar dörfinger. mixer, subdevice parsing, alsa#help,Gravatar joyping2004-07-13
* string, alloca etc. fixesGravatar joyping2004-07-02
* additional formats - 8bit & floatGravatar henry2004-06-11
* alsa9/1.x merge, now with api_compat-definitionGravatar joyping2004-05-12