aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_alsa.c
Commit message (Expand)AuthorAge
* Rename to "mpv"Gravatar wm42012-10-12
* libaf: rename af_format.h to format.hGravatar wm42012-08-29
* ao_alsa: cleanup use of vsnprintfGravatar mplayer-svn2012-08-03
* libmpcodecs: add ad_spdif.c, S/PDIF passthrough decoderGravatar mplayer-svn2012-08-03
* ao_alsa: support native mute controlGravatar wm42012-04-11
* libao2: change control() types to enum, remove unused onesGravatar Uoti Urpala2012-04-08
* ao_alsa: use "Master" mixer channel instead of "PCM" by defaultGravatar wm42012-04-08
* configure, ao_alsa: drop support for obsolete ALSA versionsGravatar Uoti Urpala2012-02-27
* ao_alsa: remove warning by simplifying error handling caseGravatar Clément Bœsch2011-04-20
* 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
|\|