aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_alsa.c
Commit message (Expand)AuthorAge
* spelling fixesGravatar siretart2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Explain why we still disable the ALSA resampler even though it is probablyGravatar reimar2010-01-28
* | Merge svn changes up to r30448Gravatar Uoti Urpala2010-01-28
|\|
| * Declare variable closer to where it is used.Gravatar reimar2010-01-27
| * Remove a useless global variable.Gravatar reimar2010-01-27
| * Do not needlessly make local variable static.Gravatar reimar2010-01-27
| * Remove useless initializers.Gravatar reimar2010-01-27
| * Do not needlessly use (file-)global variables.Gravatar reimar2010-01-27
* | Merge svn changes up to r30301Gravatar Uoti Urpala2010-01-25
|\|
| * Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
| * Use af_fmt2bits, it should give more sensible values than snd_pcm_format_phys...Gravatar reimar2010-01-11
| * Add and use AF_FORMAT_IS_AC3 macro.Gravatar reimar2010-01-11
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\|
| * Simplify range-checking functions for subopt parsing.Gravatar reimar2010-01-01
| * Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
* | ao_alsa: Reinitialize parameters properly when reopeningGravatar Uoti Urpala2009-12-29
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Add support for 8 channel audio.Gravatar tack2009-11-10
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Make the ao_alsa play function always process a multiple of ao_data.outburstGravatar reimar2009-10-02
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * The suboption parser now takes a const options list, so mark them all const.Gravatar reimar2009-09-02
| * Use a buffer of about half a second, instead of sizing it to haveGravatar cladisch2009-08-24
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * Do not leak the mixer handle if setting of a volume fails.Gravatar cladisch2009-08-06
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
| * Use correct ALSA sample format for 24-bit samples packed in three bytes.Gravatar cladisch2009-07-21
| * Handle 24bit audio formats natively by ALSA.Gravatar iive2009-07-19
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28862Gravatar Uoti Urpala2009-03-07
|\|
| * Make ao_info_t structs const.Gravatar reimar2009-03-06
* | Merge svn changes up to r28403Gravatar Uoti Urpala2009-01-31
|\|
| * 1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined to 0/1,Gravatar diego2009-01-30
| * Add standard license headers.Gravatar diego2009-01-26
* | Merge svn changes up to r28162Gravatar Uoti Urpala2008-12-19
|\|
| * 100l, reorder check for AC3 format to avoid a possible memleakGravatar reimar2008-12-15
* | ao_alsa: Sanity check get_space() return values betterGravatar Uoti Urpala2008-12-10
* | ao_alsa: If pause loses samples replace them with silenceGravatar Uoti Urpala2008-12-08
|/
* Replace numeric constants by their defines.Gravatar cehoyos2008-10-09
* Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.Gravatar ranma2008-10-04
* Make alsa resume after suspend to disk (would say 'file descriptor is in bad ...Gravatar ranma2008-10-04
* Our ALSA code needs alloca, so check for it in configure and include alloca.hGravatar reimar2008-07-17
* cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* ao_alsa: Fix get_space() return values larger than buffersizeGravatar uau2007-09-24