mpv/player
wm4 4387919753 osx: move code to unset input context to the right place
Setting the input context is always called, both in cplayer and libmpv,
and under HAVE_COCOA. Unsetting the input context was done only the
cplayer uninit call. Also it was under HAVE_COCOA_APPLICATION, so it was
not unset in libmpv (dangling pointer).

(cherry picked from commit c59a4f12db)
2015-02-16 18:08:58 +09:00
..
lua lua: do not use math.pow() 2015-01-25 01:23:29 +01:00
timeline tl_matroska: only check the chapter count when adding chapters 2015-02-06 11:55:16 +01:00
audio.c player: don't treat audio playback restart while paused special 2015-01-30 23:54:43 +01:00
client.c client API: add mpv_wait_async_requests() 2015-02-02 18:07:37 +01:00
client.h vo_opengl_cb: simplify API uninitialization 2014-12-31 20:31:19 +01:00
command.c command: new commands audio_add/audio_remove/audio_reload 2015-02-03 13:53:39 +01:00
command.h command: send additional property change events in-between loading 2015-02-01 18:25:12 +01:00
configfiles.c options: add option for ignoring patch in resume mechanism 2014-12-13 00:04:08 +01:00
core.h command: new commands audio_add/audio_remove/audio_reload 2015-02-03 13:53:39 +01:00
discnav.c osc, dvd, bd: fix mouse state when changing menu modes 2014-12-05 16:04:04 +01:00
loadfile.c player: do not autoload audio with audio files, enable autoloading 2015-02-05 22:14:17 +01:00
lua.c client API: be more lenient about mpv_suspend/resume mismatches 2014-12-15 14:44:47 +01:00
main.c osx: move code to unset input context to the right place 2015-02-16 18:08:58 +09:00
main_fn.c
misc.c
osd.c command: improve A-B loop behavior 2014-11-18 20:28:54 +01:00
playloop.c player: move more code out of central playloop function 2015-01-29 15:15:13 +01:00
screenshot.c options: list correct default value for --screenshot-template 2015-01-26 11:38:23 +01:00
screenshot.h
scripting.c scripting: fix/improve deprecation message 2014-12-15 06:24:05 +01:00
sub.c player: fix crash wtih --secondary-sid 2015-01-13 02:45:51 +01:00
video.c player: remove --fixed-vo 2015-02-03 23:11:08 +01:00