aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out
Commit message (Expand)AuthorAge
* ao_coraudio: reject all non-PCM formatsGravatar wm42015-07-03
* ao_coreaudio_utils: reduce spamGravatar wm42015-07-03
* ao_coreaudio_utils: fix format back-mappingGravatar wm42015-07-03
* ao_coreaudio_exclusive: do not set ao->bpsGravatar wm42015-07-03
* ao_coreaudio_exclusive: dump all latency info in verbose modeGravatar wm42015-07-03
* ao_coreaudio_exclusive: factor format selectionGravatar wm42015-07-03
* ao_coreaudio_exclusive: separate out stream selectionGravatar wm42015-07-03
* ao_coreaudio: restore physical format if it can't be set exactlyGravatar wm42015-06-30
* ao_coreaudio: support native mono outputGravatar wm42015-06-29
* ao_coreaudio: log hotplug events explicitlyGravatar wm42015-06-29
* ao_wasapi: fix regressionGravatar wm42015-06-27
* audio: fix format function consistency issuesGravatar wm42015-06-26
* audio: replace format name tableGravatar wm42015-06-26
* ao_coreaudio_utils: use a macroGravatar wm42015-06-26
* ao_sndio: fix commentGravatar wm42015-06-26
* ao_coreaudio: support non-interleaved outputGravatar wm42015-06-26
* ao_coreaudio: explicitly skip input streamsGravatar wm42015-06-26
* ao_coreaudio_utils: compare full AudioStreamBasicDescriptionGravatar wm42015-06-25
* audio: output human-readable channel layouts tooGravatar wm42015-06-25
* ao: standardize channel layout name in debug output furtherGravatar wm42015-06-25
* ao_alsa: fix a log messageGravatar wm42015-06-21
* Various spelling fixesGravatar Marcin Kurczewski2015-06-18
* ao_wasapi: fix crash on hotplug init errorGravatar wm42015-06-17
* 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_coreaudio: change physical stream format synchronouslyGravatar wm42015-06-09
* audio/out/pull: avoid dropping some audio when drainingGravatar wm42015-06-09
* audio/out/pull: correctly pad partial frames with silenceGravatar wm42015-06-09
* 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_coreaudio_exclusive: move generic functions to utilsGravatar wm42015-06-02
* ao_coreaudio_exclusive: react to device removalGravatar wm42015-06-02
* ao_coreaudio_exclusive: make property listeners event-basedGravatar wm42015-06-02
* ao: allow ao_uninit(NULL)Gravatar wm42015-06-02
* ao_alsa: hack back mono outputGravatar wm42015-05-25
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* ao: make better use of atomicsGravatar wm42015-05-11
* ao: log reordered versions of channel mapsGravatar wm42015-05-08
* 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_coreaudio_utils: don't list some formats as "unusable"Gravatar wm42015-05-07
* ao_sndio: add notice about padding channelsGravatar wm42015-05-06
* ao_alsa: use new padding channels supportGravatar wm42015-05-06
* ao_alsa: move ALSA -> mp channel map to a functionGravatar wm42015-05-06
* ao_coreaudio_exclusive: check new format before waiting for changeGravatar wm42015-05-06
* ao_coreaudio_exclusive: use atomics instead of volatileGravatar wm42015-05-06
* ao_coreaudio_exclusive: rename "digital" -> "compressed"Gravatar wm42015-05-06