| Commit message (Expand) | Author | Age |
* | Explain why we still disable the ALSA resampler even though it is probably | reimar | 2010-01-28 |
* | Declare variable closer to where it is used. | reimar | 2010-01-27 |
* | Remove a useless global variable. | reimar | 2010-01-27 |
* | Do not needlessly make local variable static. | reimar | 2010-01-27 |
* | Remove useless initializers. | reimar | 2010-01-27 |
* | Do not needlessly use (file-)global variables. | reimar | 2010-01-27 |
* | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 |
* | Use af_fmt2bits, it should give more sensible values than snd_pcm_format_phys... | reimar | 2010-01-11 |
* | Add and use AF_FORMAT_IS_AC3 macro. | reimar | 2010-01-11 |
* | Simplify range-checking functions for subopt parsing. | reimar | 2010-01-01 |
* | Fix function declarations to avoid casting function pointers. | reimar | 2010-01-01 |
* | Add support for 8 channel audio. | tack | 2009-11-10 |
* | Make the ao_alsa play function always process a multiple of ao_data.outburst | reimar | 2009-10-02 |
* | The suboption parser now takes a const options list, so mark them all const. | reimar | 2009-09-02 |
* | Use a buffer of about half a second, instead of sizing it to have | cladisch | 2009-08-24 |
* | Do not leak the mixer handle if setting of a volume fails. | cladisch | 2009-08-06 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 |
* | Use correct ALSA sample format for 24-bit samples packed in three bytes. | cladisch | 2009-07-21 |
* | Handle 24bit audio formats natively by ALSA. | iive | 2009-07-19 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Make ao_info_t structs const. | reimar | 2009-03-06 |
* | 1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined to 0/1, | diego | 2009-01-30 |
* | Add standard license headers. | diego | 2009-01-26 |
* | 100l, reorder check for AC3 format to avoid a possible memleak | reimar | 2008-12-15 |
* | Replace numeric constants by their defines. | cehoyos | 2008-10-09 |
* | Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning. | ranma | 2008-10-04 |
* | Make alsa resume after suspend to disk (would say 'file descriptor is in bad ... | ranma | 2008-10-04 |
* | Our ALSA code needs alloca, so check for it in configure and include alloca.h | reimar | 2008-07-17 |
* | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 |
* | ao_alsa: Fix get_space() return values larger than buffersize | uau | 2007-09-24 |
* | When setting the non-audio bit for hwac3 output, just try to set the | cladisch | 2007-02-09 |
* | MSGTRs for ao_alsa.c | kraymer | 2006-11-08 |
* | typo | diego | 2006-11-07 |
* | slight overall verbosity reduction | diego | 2006-10-12 |
* | Remove bogus #ifndef WORDS_BIGENDIAN. | diego | 2006-10-04 |
* | When the hardware sample format is AC3, do not force using an hardcoded | cladisch | 2006-09-18 |
* | When one of the PCM configuration function in init() fails, abort | cladisch | 2006-09-18 |
* | Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did | cladisch | 2006-03-31 |
* | To avoid a bug in ALSA's rate plugin that causes spurious overruns, try | cladisch | 2006-03-13 |
* | Do not try to count hardware sound cards because there might be none | cladisch | 2006-03-13 |
* | Output error messages from the ALSA library through mp_msg() instead of | cladisch | 2006-02-27 |
* | Show the actual ALSA version instead of the version mplayer was compiled | cladisch | 2006-02-27 |
* | Fix the error handling in the play() function: add a handler for EINTR, | cladisch | 2006-02-13 |
* | This changes the software parameters to be more compatible with the | cladisch | 2006-02-13 |
* | Using non-blocking writes makes sense when the program wants to do other | cladisch | 2006-02-13 |
* | Remove the now superfluous mmap suboption. | cladisch | 2006-02-13 |
* | After removing play_mmap(), the play() function just unconditionally | cladisch | 2006-02-13 |
* | This patch removes mmap support because it doesn't have any benefit. | cladisch | 2006-02-13 |
* | Small fixes: make all global variables static, remove some unused | cladisch | 2006-02-10 |
* | Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it | cladisch | 2006-02-10 |