Files
mpv/player
wm4 b021d038c2 audio/out: make ao_request_reload() idempotent
This is what you would expect. Before this commit, each
ao_request_reload() call would just queue a reload command, and then
recreate the AO for the number of times the function was called.

Instead of sending a command, introduce some sort of event retrieval
mechanism. At least for the reload case, use atomics, because we're too
lazy to setup an extra mutex.
2014-11-09 09:58:44 +01:00
..
2014-11-02 17:29:41 +01:00
2014-11-07 16:21:03 +01:00
2014-11-02 17:29:41 +01:00
2014-11-04 18:53:36 +01:00
2014-10-26 01:52:31 +02:00
2013-12-17 00:53:22 +01:00
2014-11-01 00:02:01 +01:00