mpv/osdep
Stefano Pigozzi 6a83ef1552 macosx_application: fix crash when quitting player
mpv crashed on quit when it was run using the bundle functionality and started
without any files thus waiting for file open events. In that case, since there
is no key_fifo initialized yet, short circuit to `terminate_cocoa_application()`
which is generally called from `exit_player()` during normal lifecycle.

Fixes bug report from user `eng` on IRC.
2013-05-12 20:29:23 +02:00
..
getch2-win.c Prefix keycode defines with MP_ 2013-02-12 10:27:00 +01:00
getch2.c mp_msg: fix status output disappearing when redirecting INPUT. 2013-03-18 20:33:29 +01:00
getch2.h mp_msg, getch2: unix tty background support 2013-01-23 18:05:34 +01:00
glob-win.c osdep:/glob-win.c: reformat 2012-08-03 01:31:32 +02:00
glob.h Add standard license headers to files. 2009-03-01 13:13:25 +00:00
io.c windows support: fix _wstat misusage 2013-01-13 17:32:39 +01:00
io.h windows support: fix _wstat misusage 2013-01-13 17:32:39 +01:00
macosx_application.h OSX: run native event loop in a separate thread 2013-05-12 15:27:54 +02:00
macosx_application.m macosx_application: fix crash when quitting player 2013-05-12 20:29:23 +02:00
macosx_application_objc.h OSX: run native event loop in a separate thread 2013-05-12 15:27:54 +02:00
macosx_bundle.h path: add mp_find_config_file and reorganize some of the code 2012-12-15 17:38:00 +01:00
macosx_bundle.m path: add mp_find_config_file and reorganize some of the code 2012-12-15 17:38:00 +01:00
mmap.h Add missing header #includes to fix 'make checkheaders'. 2008-03-07 20:38:21 +00:00
mmap_anon.c #include corresponding .h files in .c files. 2010-02-16 15:03:03 +00:00
mmap_anon.h Add standard license headers to files. 2009-03-01 13:13:25 +00:00
mpv.exe.manifest build: fix compilation on Windows (manifest files) 2012-10-20 20:03:13 +02:00
mpv.rc Update copyright year 2013-01-04 15:23:23 +01:00
numcores.c vd_ffmpeg: set thread count to number of cores on machine by default 2010-12-20 05:53:28 +02:00
numcores.h vd_ffmpeg: set thread count to number of cores on machine by default 2010-12-20 05:53:28 +02:00
priority.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
priority.h cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
shmem.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
shmem.h cache2: allow cache sizes up to 4 TB 2012-08-03 01:52:40 +02:00
timer-darwin.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
timer-linux.c timer: remove timer_name 2012-09-07 16:06:36 +02:00
timer-win2.c timer: remove timer_name 2012-09-07 16:06:36 +02:00
timer.h timer: remove timer_name 2012-09-07 16:06:36 +02:00