aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* coreaudio: reject descriptions with too many channelsGravatar Stefano Pigozzi2014-12-04
* coreaudio: fix more layout printsGravatar Stefano Pigozzi2014-12-04
* coreaudio: fix prints of uint32_t in log_layoutGravatar Stefano Pigozzi2014-12-04
* audio: fix one of the previous commitsGravatar wm42014-12-01
* ao_coreaudio: initialize fetched properties to zerosGravatar Stefano Pigozzi2014-12-01
* audio: allow more than 20 channel map entriesGravatar wm42014-12-01
* ao/wasapi: make set_ao_format EX/EXTENSIBLE agnosticGravatar Kevin Mitchell2014-12-01
* ao/wasapi: fix set_ao_formatGravatar Kevin Mitchell2014-12-01
* ao/wasapi: show actual waveformat triedGravatar Kevin Mitchell2014-12-01
* ao/wasapi: don't assume 32-bits == floatGravatar Kevin Mitchell2014-12-01
* ao/format: add af_fmt_is_floatGravatar Kevin Mitchell2014-12-01
* ao/wasapi: make sure that < 16-bit pcm never happensGravatar Kevin Mitchell2014-12-01
* ao/wasapi: get rid of WAVEFMT unionGravatar Kevin Mitchell2014-12-01
* ao/wasapi: handle VistaBlob failure more gracefullyGravatar Kevin Mitchell2014-11-28
* ao/wasapi: remove unnecessary check of audio thread inputGravatar Kevin Mitchell2014-11-28
* ao/wasapi: more consistent/reliable method of computing extra WAVEFORMATEXTEN...Gravatar Kevin Mitchell2014-11-28
* ao/wasapi: more missed cleanup on failureGravatar Kevin Mitchell2014-11-28
* ao/wasapi: check return valuesGravatar Kevin Mitchell2014-11-28
* ao/wasapi: make functions return bool that were acting like itGravatar Kevin Mitchell2014-11-28
* ao/wasapi: check full GUID of KSDATAFORMAT to determine floatGravatar Kevin Mitchell2014-11-28
* ao/wasapi: expose GUID and PKEY convenience functionsGravatar Kevin Mitchell2014-11-28
* ao/wasapi: remove unused variableGravatar Kevin Mitchell2014-11-28
* ao/wasapi: safely define PKEY constantsGravatar Kevin Mitchell2014-11-28
* ao/wasapi: avoid redundant passing of ao and wasapi_state as argumentsGravatar Kevin Mitchell2014-11-28
* ao/wasapi: just return 0 unconditionally from the threadGravatar Kevin Mitchell2014-11-28
* ao/wasapi: fix unmatched CoUninitialize() on init failureGravatar Kevin Mitchell2014-11-28
* ao/wasapi: more debugging messagesGravatar Kevin Mitchell2014-11-28
* ao/wasapi: simplify the init retryGravatar Kevin Mitchell2014-11-28
* ao/wasapi: make get_device_delay return an error codeGravatar Kevin Mitchell2014-11-28
* ao_wasapi: don't treat SetDisplayName() failure as fatalGravatar wm42014-11-27
* mixer: don't show softvol neutral marker on OSD if not using softvolGravatar wm42014-11-27
* Do not call strerror()Gravatar wm42014-11-26
* ao_alsa: fix channel map in pre-channel map API caseGravatar wm42014-11-25
* ao_alsa: always enable "plug" plugin for non-default deviceGravatar wm42014-11-25
* ao_alsa: select and set channel maps via channel map APIGravatar wm42014-11-25
* ao_alsa: minor fixesGravatar wm42014-11-25
* audio: make mp_audio_config_to_str return a stack-allocated stringGravatar wm42014-11-25
* ao_alsa: cleanupsGravatar wm42014-11-25
* audio: make mp_chmap_to_str() return a stack-allocated stringGravatar wm42014-11-24
* ao_alsa: try to use the channel map reported by ALSAGravatar wm42014-11-24
* ao_pcm: simplifyGravatar wm42014-11-21
* ao_oss: check whether setting samplerate succeedsGravatar wm42014-11-21
* ao_lavc: fix setting up AVFrame pointersGravatar wm42014-11-21
* af_scaletempo: use float division for rateGravatar wm42014-11-21
* Remove some unneeded NULL checksGravatar wm42014-11-21
* audio/out/push: fix off-by-one errorGravatar wm42014-11-21
* ao_lavc: fix dangling pointersGravatar wm42014-11-21
* ao/wasapi: only retry resizing the buffer onceGravatar Kevin Mitchell2014-11-18
* ao/wasapi: keep bufferPeriod in sync on retryGravatar Kevin Mitchell2014-11-18
* ao/wasapi: refix printf warning for both cygwin and msysGravatar Kevin Mitchell2014-11-18