aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* 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
* ao/wasapi: periodicity in shared mode must be zeroGravatar Kevin Mitchell2014-11-18
* ao/wasapi: increase buffer size to 50 msGravatar Kevin Mitchell2014-11-18
* audio/out: always log retrieved audio device sizeGravatar wm42014-11-18
* ao/wasapi: fix leaked marshaled interface streamsGravatar Jonathan Yong2014-11-18
* ao/wasapi: Don't free stuff the thread may still be using on timeoutGravatar Kevin Mitchell2014-11-17
* ao/wasapi: also free the threadLoop handle on uninitGravatar Kevin Mitchell2014-11-17
* ao/wasapi: fix leaked event handlesGravatar Kevin Mitchell2014-11-17
* ao/wasapi: fix race condition in uninit on failure.Gravatar Kevin Mitchell2014-11-17
* ao/wasapi: silence format string warningsGravatar James Ross-Gowan2014-11-18
* ao_alsa: check for EAGAIN tooGravatar wm42014-11-17
* audio/out: switch back to wasapi as default on win32Gravatar wm42014-11-17
* ao/wasapi: request ao reload on thread_feed failuresGravatar Kevin Mitchell2014-11-17
* ao/wasapi: add retry loop on AUDCLNT_E_DEVICE_IN_USEGravatar Kevin Mitchell2014-11-17