aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* 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
* audio: change how filters are inserted on playback speed changesGravatar wm42014-11-10
* af_format: remove redundant message prefixesGravatar wm42014-11-10
* audio: add function to convert AVFrame to mp_audio referencesGravatar wm42014-11-10
* audio: add mp_audio_poolGravatar wm42014-11-10
* audio: use AVBufferRef to allocate audio framesGravatar wm42014-11-10
* audio/out/pull: avoid deadlock if audio callback stopsGravatar wm42014-11-09
* audio/out: consistently use double return type for get_delayGravatar wm42014-11-09
* audio/out: make ao_request_reload() idempotentGravatar wm42014-11-09
* audio: add --audio-client-name optionGravatar wm42014-11-07
* ao_oss: wait for events with poll()Gravatar wm42014-11-06
* audio/out/push: when using audio wait fallback, recheck conditionGravatar wm42014-11-06
* ad_lavc: allow skip samples amount to be larger than 1 packetGravatar wm42014-11-03
* ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatalGravatar wm42014-10-31