aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* 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
* ao/wasapi: request reset on appropriate eventsGravatar Kevin Mitchell2014-11-17
* ao/wasapi: add convenience functions for change notifiyGravatar Kevin Mitchell2014-11-17
* ao/wasapi: new wasapi device monitoring interfaceGravatar Jonathan Yong2014-11-17
* ao/wasapi: look for "multimedia" default device instead of "console"Gravatar Kevin Mitchell2014-11-17
* ao/wasapi: put loading of default device in it's own functionGravatar Kevin Mitchell2014-11-17
* ao/wasapi: fix possible null dereference of pDeviceGravatar Kevin Mitchell2014-11-17
* ao/wasapi: tidy up better on failureGravatar Kevin Mitchell2014-11-17
* ao/wasapi: improve error messages and add more debug statementsGravatar Kevin Mitchell2014-11-17
* ao/wasapi: make calling of thread_init consistent with thread_uninitGravatar Kevin Mitchell2014-11-17
* ao/wasapi: reenable the reset functionGravatar Kevin Mitchell2014-11-17
* ao/wasapi: fix leaked deviceIDGravatar Jonathan Yong2014-11-17
* af: remove redundant functionGravatar wm42014-11-12
* af: check audio params for validityGravatar wm42014-11-12
* ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts.Gravatar Rudolf Polzer2014-11-12
* audio: make sure AVFrame is actually refcountedGravatar wm42014-11-11
* audio: refuse to allocate frames in invalid formatGravatar wm42014-11-11
* audio: make decoders output refcounted framesGravatar wm42014-11-10
* audio: add mp_audio_make_writeable()Gravatar wm42014-11-10
* audio: clear buffer array too with mp_audio_set_null_data()Gravatar wm42014-11-10