aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_alsa.c
Commit message (Expand)AuthorAge
...
* 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
* ao_alsa: reinitialize if device got brokenGravatar wm42015-01-21
* ao_alsa: fix a small memory leakGravatar wm42015-01-14
* ao_alsa: fix dtshd passthroughGravatar wm42015-01-09
* ao_alsa: print channel map if setting it failsGravatar wm42014-12-29
* ao_alsa: fix unpause path atfer previous commitGravatar wm42014-12-23
* ao_alsa: fix resuming from suspend modeGravatar wm42014-12-23
* ao_alsa: fix setting mono channel mapGravatar wm42014-12-20
* ao_alsa: remove some dead codeGravatar wm42014-12-20
* ao_alsa: remove old multichannel methodGravatar wm42014-12-15
* ao_alsa: add ridiculous hack to deal with braindead ALSA behaviorGravatar wm42014-12-15
* ao_alsa: minor simplificationGravatar wm42014-12-05
* ao_alsa: hackfix mono playbackGravatar wm42014-12-05
* ao_alsa: simplify, remove no-block suboptionGravatar wm42014-12-05
* ao_alsa: try to fallback to "default" device if device is busyGravatar wm42014-12-04
* audio: allow more than 20 channel map entriesGravatar wm42014-12-01