| Commit message (Expand) | Author | Age | Files | Lines |
* | ao_alsa: remove warning by simplifying error handling case | Clément Bœsch | 2011-04-20 | 1 | -4/+4 |
* | spelling fixes | siretart | 2010-11-02 | 1 | -1/+1 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 1 | -1/+2 |
|\ |
|
| * | Explain why we still disable the ALSA resampler even though it is probably | reimar | 2010-01-28 | 1 | -1/+2 |
* | | Merge svn changes up to r30448 | Uoti Urpala | 2010-01-28 | 1 | -17/+6 |
|\| |
|
| * | Declare variable closer to where it is used. | reimar | 2010-01-27 | 1 | -9/+1 |
| * | Remove a useless global variable. | reimar | 2010-01-27 | 1 | -5/+2 |
| * | Do not needlessly make local variable static. | reimar | 2010-01-27 | 1 | -3/+3 |
| * | Remove useless initializers. | reimar | 2010-01-27 | 1 | -2/+2 |
| * | Do not needlessly use (file-)global variables. | reimar | 2010-01-27 | 1 | -4/+3 |
* | | Merge svn changes up to r30301 | Uoti Urpala | 2010-01-25 | 1 | -11/+11 |
|\| |
|
| * | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 | 1 | -6/+5 |
| * | Use af_fmt2bits, it should give more sensible values than snd_pcm_format_phys... | reimar | 2010-01-11 | 1 | -1/+1 |
| * | Add and use AF_FORMAT_IS_AC3 macro. | reimar | 2010-01-11 | 1 | -4/+5 |
* | | Merge svn changes up to r30165 | Uoti Urpala | 2010-01-08 | 1 | -5/+4 |
|\| |
|
| * | Simplify range-checking functions for subopt parsing. | reimar | 2010-01-01 | 1 | -3/+1 |
| * | Fix function declarations to avoid casting function pointers. | reimar | 2010-01-01 | 1 | -2/+3 |
* | | ao_alsa: Reinitialize parameters properly when reopening | Uoti Urpala | 2009-12-29 | 1 | -4/+4 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -0/+7 |
|\| |
|
| * | Add support for 8 channel audio. | tack | 2009-11-10 | 1 | -0/+7 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 1 | -1/+4 |
|\| |
|
| * | Make the ao_alsa play function always process a multiple of ao_data.outburst | reimar | 2009-10-02 | 1 | -1/+4 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 1 | -81/+4 |
|\| |
|
| * | The suboption parser now takes a const options list, so mark them all const. | reimar | 2009-09-02 | 1 | -1/+1 |
| * | Use a buffer of about half a second, instead of sizing it to have | cladisch | 2009-08-24 | 1 | -80/+3 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 | 1 | -0/+2 |
|\| |
|
| * | Do not leak the mixer handle if setting of a volume fails. | cladisch | 2009-08-06 | 1 | -0/+2 |
* | | Merge svn changes up to r29455 | Uoti Urpala | 2009-07-29 | 1 | -2/+14 |
|\| |
|
| * | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 1 | -2/+2 |
| * | Use correct ALSA sample format for 24-bit samples packed in three bytes. | cladisch | 2009-07-21 | 1 | -4/+4 |
| * | Handle 24bit audio formats natively by ALSA. | iive | 2009-07-19 | 1 | -0/+12 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -24/+24 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -24/+24 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -50/+57 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -50/+50 |
* | | Merge svn changes up to r28862 | Uoti Urpala | 2009-03-07 | 1 | -1/+1 |
|\| |
|
| * | Make ao_info_t structs const. | reimar | 2009-03-06 | 1 | -1/+1 |
* | | Merge svn changes up to r28403 | Uoti Urpala | 2009-01-31 | 1 | -14/+28 |
|\| |
|
| * | 1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined to 0/1, | diego | 2009-01-30 | 1 | -2/+2 |
| * | Add standard license headers. | diego | 2009-01-26 | 1 | -12/+26 |
* | | Merge svn changes up to r28162 | Uoti Urpala | 2008-12-19 | 1 | -3/+3 |
|\| |
|
| * | 100l, reorder check for AC3 format to avoid a possible memleak | reimar | 2008-12-15 | 1 | -3/+3 |
* | | ao_alsa: Sanity check get_space() return values better | Uoti Urpala | 2008-12-10 | 1 | -4/+4 |
* | | ao_alsa: If pause loses samples replace them with silence | Uoti Urpala | 2008-12-08 | 1 | -0/+13 |
|/ |
|
* | Replace numeric constants by their defines. | cehoyos | 2008-10-09 | 1 | -4/+4 |
* | Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning. | ranma | 2008-10-04 | 1 | -1/+1 |
* | Make alsa resume after suspend to disk (would say 'file descriptor is in bad ... | ranma | 2008-10-04 | 1 | -0/+4 |
* | Our ALSA code needs alloca, so check for it in configure and include alloca.h | reimar | 2008-07-17 | 1 | -0/+1 |
* | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 | 1 | -15/+15 |
* | ao_alsa: Fix get_space() return values larger than buffersize | uau | 2007-09-24 | 1 | -2/+2 |
* | When setting the non-audio bit for hwac3 output, just try to set the | cladisch | 2007-02-09 | 1 | -54/+42 |
* | MSGTRs for ao_alsa.c | kraymer | 2006-11-08 | 1 | -60/+54 |
* | typo | diego | 2006-11-07 | 1 | -1/+1 |
* | slight overall verbosity reduction | diego | 2006-10-12 | 1 | -3/+3 |
* | Remove bogus #ifndef WORDS_BIGENDIAN. | diego | 2006-10-04 | 1 | -2/+0 |
* | When the hardware sample format is AC3, do not force using an hardcoded | cladisch | 2006-09-18 | 1 | -16/+61 |
* | When one of the PCM configuration function in init() fails, abort | cladisch | 2006-09-18 | 1 | -0/+6 |
* | Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did | cladisch | 2006-03-31 | 1 | -0/+6 |
* | To avoid a bug in ALSA's rate plugin that causes spurious overruns, try | cladisch | 2006-03-13 | 1 | -0/+12 |
* | Do not try to count hardware sound cards because there might be none | cladisch | 2006-03-13 | 1 | -8/+1 |
* | Output error messages from the ALSA library through mp_msg() instead of | cladisch | 2006-02-27 | 1 | -0/+22 |
* | Show the actual ALSA version instead of the version mplayer was compiled | cladisch | 2006-02-27 | 1 | -0/+4 |
* | Fix the error handling in the play() function: add a handler for EINTR, | cladisch | 2006-02-13 | 1 | -24/+15 |
* | This changes the software parameters to be more compatible with the | cladisch | 2006-02-13 | 1 | -51/+45 |
* | Using non-blocking writes makes sense when the program wants to do other | cladisch | 2006-02-13 | 1 | -49/+5 |
* | Remove the now superfluous mmap suboption. | cladisch | 2006-02-13 | 1 | -5/+0 |
* | After removing play_mmap(), the play() function just unconditionally | cladisch | 2006-02-13 | 1 | -11/+1 |
* | This patch removes mmap support because it doesn't have any benefit. | cladisch | 2006-02-13 | 1 | -151/+8 |
* | Small fixes: make all global variables static, remove some unused | cladisch | 2006-02-10 | 1 | -15/+9 |
* | Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it | cladisch | 2006-02-10 | 1 | -13/+0 |
* | Simplify get_delay(): we don't need to get the complete PCM status but | cladisch | 2006-02-10 | 1 | -25/+10 |
* | Fix get_space(): we don't need to differentiate between the various PCM | cladisch | 2006-02-10 | 1 | -55/+3 |
* | This adds support for more sample formats (U32, float BE, mu/A-law). | cladisch | 2006-02-10 | 1 | -0/+15 |
* | This replaces the hardcoded numbers for the sample format widths with a | cladisch | 2006-02-10 | 1 | -31/+3 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -6/+6 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -2/+2 |
* | use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias L... | wanderer | 2005-12-15 | 1 | -0/+11 |
* | fix | rathann | 2005-12-05 | 1 | -1/+1 |
* | reordered bps calculation | henry | 2005-08-25 | 1 | -34/+33 |
* | set the nearest number of channels, return(0) upon errors | henry | 2005-08-25 | 1 | -2/+4 |
* | aos should respect the immed uninit flag (quit immediatly vs waiting till file | reimar | 2005-02-27 | 1 | -0/+3 |
* | Typo in hwac3 string | reimar | 2005-01-30 | 1 | -1/+1 |
* | Fixed the syntax of the spdif device string. | reimar | 2005-01-28 | 1 | -1/+1 |
* | Use the subopt-helper for parsing suboptions. | reimar | 2005-01-03 | 1 | -109/+57 |
* | af_fmt2str_short | alex | 2004-12-28 | 1 | -2/+2 |
* | maybe now.. | alex | 2004-12-27 | 1 | -1/+1 |
* | hopefully final fix | alex | 2004-12-27 | 1 | -6/+4 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 1 | -16/+16 |
* | Make include paths consistent. | diego | 2004-12-07 | 1 | -3/+3 |
* | Only use S/PDIF output when no other alsa device is set, allows to use | reimar | 2004-10-17 | 1 | -4/+3 |
* | allow to select an alsa mixer channel index. | reimar | 2004-09-22 | 1 | -2/+23 |
* | Use = instead if # in ALSA device name, as # irritates our config-parser. | reimar | 2004-07-30 | 1 | -3/+3 |
* | removed status in debug_msg as it is nonsens anyway. | joyping | 2004-07-14 | 1 | -1/+1 |
* | volume calc fixes for mixer, by reimar döffinger, 10l reverse by me | joyping | 2004-07-14 | 1 | -6/+6 |
* | fixes provided by reimar dörfinger. mixer, subdevice parsing, alsa#help, | joyping | 2004-07-13 | 1 | -78/+74 |
* | string, alloca etc. fixes | joyping | 2004-07-02 | 1 | -66/+34 |
* | additional formats - 8bit & float | henry | 2004-06-11 | 1 | -2/+17 |
* | alsa9/1.x merge, now with api_compat-definition | joyping | 2004-05-12 | 1 | -0/+1177 |