aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_alsa.c
Commit message (Expand)AuthorAge
* ao_alsa: make pause state more robust, reduce minor code duplicationGravatar wm42016-08-09
* ao_alsa: handle --audio-stream-silenceGravatar wm42016-08-09
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* ao_alsa: add more shitty workaroundsGravatar wm42016-05-06
* ao_alsa: log final hwparams tooGravatar wm42016-05-03
* ao_alsa: log hwparams while restricting themGravatar wm42016-04-28
* ao_alsa: filter audio device listGravatar wm42015-11-24
* ao_alsa: list bidirectional devices tooGravatar wm42015-11-24
* ao_alsa: remove the last bits of legacy channel map fallbackGravatar wm42015-11-07
* ao_alsa: fix 7.1 over HDMIGravatar wm42015-11-04
* ao_alsa: map mp_chmaps back to ALSA in a different wayGravatar wm42015-11-04
* ao_alsa: print more chmap info at debug verbosityGravatar wm42015-11-04
* ao_alsa: minor cleanupsGravatar wm42015-11-03
* ao_alsa: simplify dmix non-NA hackGravatar wm42015-11-03
* ao_alsa: move channel map setting code out of main init functionGravatar wm42015-11-03
* ao_alsa: make failure of buffer parameter setting non-fatalGravatar wm42015-11-03
* ao_alsa: disable resampling first thingGravatar wm42015-11-03
* ao_alsa: set access type before formatGravatar wm42015-11-03
* ao_alsa: handle channel count mismatch safeguard after chmap negotiationGravatar wm42015-11-03
* ao_alsa: apply non-NA fallback only if input is stereoGravatar wm42015-11-03
* ao_alsa: treat SND_CHMAP_UNKNOWN as NA channel tooGravatar wm42015-11-03
* ao_alsa: remove log message on pausingGravatar wm42015-11-03
* audio: always log channel maps before determining final mapGravatar wm42015-10-26
* ao_alsa: log format probing in verbose modeGravatar wm42015-10-25
* ao_alsa: add debug messages for format searchGravatar Kevin Mitchell2015-10-06
* ao_alsa: fix failure to find any sampleformatGravatar Kevin Mitchell2015-10-06
* ao_alsa: improve handling of device disconnectionGravatar wm42015-09-28
* ao_alsa: use sample format determination codeGravatar Kevin Mitchell2015-09-10
* ao_alsa: add double to sample format listGravatar Kevin Mitchell2015-09-10
* ao_alsa: put spdif formats into find_alsa_formatGravatar Kevin Mitchell2015-09-10
* ao_alsa: fix minor memory leakGravatar wm42015-08-25
* audio: fix format function consistency issuesGravatar wm42015-06-26
* ao_alsa: fix a log messageGravatar wm42015-06-21
* audio: remove S8, U16, U24, U32 formatsGravatar wm42015-06-16
* ao_alsa: if possible, reorder device maps to std layoutsGravatar wm42015-06-12
* ao_alsa: make it accept 7.1 over HDMIGravatar wm42015-06-12
* ao_alsa: change ALSA braindeath heuristicGravatar wm42015-06-11
* ao_alsa: refine channel count mismatch error messageGravatar wm42015-06-09
* ao_alsa: refuse to use spdif if AES flags can't be setGravatar wm42015-06-04
* ao_alsa: hack against potential spdif failureGravatar wm42015-06-04
* ao_alsa: hack back mono outputGravatar wm42015-05-25
* ao_alsa: log requested numbers of channels if ALSA rejects themGravatar wm42015-05-08
* audio: define only a single NA speaker IDGravatar wm42015-05-07
* ao_alsa: use new padding channels supportGravatar wm42015-05-06
* ao_alsa: move ALSA -> mp channel map to a functionGravatar wm42015-05-06
* ao_alsa: fallback to stereo channel layout if everything else failsGravatar wm42015-04-14
* Update license headersGravatar Marcin Kurczewski2015-04-13
* ao_alsa: change log outputGravatar wm42015-04-07
* audio: make all format query shortcuts macrosGravatar Kevin Mitchell2015-04-03
* ao_alsa: add an option to ignore ALSA channel map negotiationGravatar wm42015-03-28