1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 14:52:43 +00:00
mpv/DOCS
wm4 d6606bcfff ao_alsa: simplify, remove no-block suboption
If no-block was given, the device would be opened with SND_PCM_NOBLOCK.
Also, after opening, blocking mode was unconditionally enabled anyway
with snd_pcm_nonblock(). Further, if opening with SND_PCM_NOBLOCK
failed, opening was retried without this flag.

This doesn't make any sense to me, and I've never heard of someone using
this suboption. I suspect it has to do with ancient ALSA bugs or API
caveats. Remove it and simplify the code.
2014-12-05 01:23:09 +01:00
..
client_api_examples libmpv: cocoa: add basic menu 2014-10-27 19:14:55 +01:00
man ao_alsa: simplify, remove no-block suboption 2014-12-05 01:23:09 +01:00
client-api-changes.rst DOCS/client-api-changes: mark release 0.7.0 2014-12-02 20:36:55 +01:00
contribute.md
crosscompile-mingw.md DOCS/crosscompile-mingw: update 2014-11-26 11:48:36 +01:00
edl-mpv.rst Drop libquvi support 2014-10-25 20:18:22 +02:00
encoding.rst
release-policy.md
tech-overview.txt DOCS/tech-overview.txt: some updates 2014-08-18 01:21:13 +02:00
waf-buildsystem.rst