aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out
Commit message (Expand)AuthorAge
* audio: apply an upper bound timeout when drainingGravatar wm42016-06-12
* audio: do not wake up core during EOFGravatar wm42016-06-12
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07
* ao_wasapi: initialize COM in main thread with MTAGravatar Kevin Mitchell2016-06-05
* ao_opensles: remove 32bit audioGravatar Josh de Kock2016-05-22
* ao_alsa: add more shitty workaroundsGravatar wm42016-05-06
* ao_alsa: log final hwparams tooGravatar wm42016-05-03
* win32: replace libuuid.a usage with initguid.hGravatar James Ross-Gowan2016-05-01
* ao_alsa: log hwparams while restricting themGravatar wm42016-04-28
* ao_coreaudio: remove detected_deviceGravatar wm42016-04-26
* ao_coreaudio_exclusive: list formats when searching substreamGravatar wm42016-04-15
* ao_coreaudio: remove unused functionGravatar wm42016-04-15
* encode_lavc: Migrate to codecpar API.Gravatar Rudolf Polzer2016-04-11
* ao_coreaudio_exclusive: add missing newline to log messageGravatar wm42016-04-01
* ao_lavc: use new af_select_best_samplerate functionGravatar Kevin Mitchell2016-03-17
* ao_wasapi: use new af_select_best_samplerate functionGravatar Kevin Mitchell2016-03-17
* ao_wasapi: make wait for audio thread termination infiniteGravatar Kevin Mitchell2016-02-26
* ao_wasapi: further flatten/simplify volume controlGravatar Kevin Mitchell2016-02-26
* ao_wasapi: use MP_FATAL for stuff that leads to init failureGravatar Kevin Mitchell2016-02-26
* ao_wasapi: move pre-resume reset into resume functionGravatar Kevin Mitchell2016-02-26
* ao_wasapi: move resetting the thread state into main loopGravatar Kevin Mitchell2016-02-26
* ao_wasapi: set buffer size to device period in exclusive modeGravatar Kevin Mitchell2016-02-26
* ao_wasapi: replace laggy COM messaging with mp_dispatch_queueGravatar Kevin Mitchell2016-02-26
* ao_wasapi: avoid under-run cascade in exclusive mode.Gravatar Kevin Mitchell2016-02-26
* ao_wasapi: fix typo in commentGravatar Kevin Mitchell2016-02-26
* ao_wasapi: use SUCCEEDED/FAILED macrosGravatar Kevin Mitchell2016-02-26
* ao: initial OpenSL ES supportGravatar Ilya Zhuravlev2016-02-27
* Initial Android supportGravatar Jan Ekström2016-02-10
* ao_coreaudio: fix 7.1(rear) channel mappingGravatar wm42016-02-04
* ao_wasapi: add "wasapi" prefix to non-static find_deviceID functionGravatar Kevin Mitchell2016-01-28
* ao_wasapi: correct check for specified device on default changeGravatar Kevin Mitchell2016-01-28
* ao_wasapi: fix check for already found deviceGravatar Kevin Mitchell2016-01-28
* ao_wasapi: use correct UINT type for device enumerationGravatar Kevin Mitchell2016-01-22
* ao_wasapi: exit earlier if there are zero playback devices foundGravatar Kevin Mitchell2016-01-22
* ao_coreaudio_chmap: change license to LGPLGravatar wm42016-01-19
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* ao_wasapi: use share_mode value instead of raw option opt_exclusiveGravatar Kevin Mitchell2016-01-18
* ao_openal: wipe out global context on init errorGravatar Kevin Mitchell2016-01-18
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* ao_coreaudio: replace fourcc_repr()Gravatar wm42016-01-11
* ao_wasapi: move out some utility functionsGravatar wm42016-01-11
* ao_dsound: remove this audio outputGravatar wm42016-01-06
* ao_wasapi: remove unnecessary header fileGravatar Kevin Mitchell2016-01-05
* ao_wasapi: initialize change notify in main threadGravatar Kevin Mitchell2016-01-05
* ao_wasapi: remove old vistablob prototypeGravatar Kevin Mitchell2016-01-05
* ao_wasapi: make find_deviceID read only wrt struct aoGravatar Kevin Mitchell2016-01-05
* ao_wasapi: move device selection to main threadGravatar Kevin Mitchell2016-01-05
* ao_wasapi: avoid some redundant error messages in device selectionGravatar Kevin Mitchell2016-01-05
* ao_wasapi: alloc later to avoid free on errorGravatar Kevin Mitchell2016-01-05
* ao_pulse: attempt to fall back to an arbitrary sample formatGravatar wm42016-01-05