mpv/osdep
NRK 8dc12f1d5b osdep: remove alignof emulation
it's unused. and since C11 is pretty freely used now, new code can just
use _Alignof or include <stdalign.h> directly.
2023-10-23 00:10:42 +00:00
..
android
macos vo_gpu/vo_gpu_next: add vulkan support for macOS 2023-10-14 18:39:56 +02:00
win32 win32/pthread: fix calculation error in pthread_cond_timedwait 2023-10-21 15:56:01 +02:00
apple_utils.c
apple_utils.h
compiler.h osdep: remove alignof emulation 2023-10-23 00:10:42 +00:00
endian.h
getpid.h
glob-win.c
io.c
io.h
language-apple.c
language-posix.c
language-win.c
macOS_swift_bridge.h vo_gpu/vo_gpu_next: add vulkan support for macOS 2023-10-14 18:39:56 +02:00
macosx_application.h vo_gpu/vo_gpu_next: add vulkan support for macOS 2023-10-14 18:39:56 +02:00
macosx_application.m vo_gpu/vo_gpu_next: add vulkan support for macOS 2023-10-14 18:39:56 +02:00
macosx_application_objc.h
macosx_compat.h
macosx_events.h
macosx_events.m
macosx_events_objc.h
macosx_menubar.h
macosx_menubar.m
macosx_menubar_objc.h osx: refactor menu bar creation 2017-08-18 19:20:41 +02:00
macosx_touchbar.h
macosx_touchbar.m
macosx_versions.h
main-fn-cocoa.c
main-fn-unix.c
main-fn-win.c
main-fn.h
meson.build
mpv.exe.manifest
mpv.rc
path-darwin.c
path-macosx.m
path-unix.c
path-uwp.c
path-win.c
path.h
poll_wrapper.c poll_wrapper: use the actual correct timeout for ppoll 2023-10-17 15:05:33 +00:00
poll_wrapper.h
semaphore.h
semaphore_osx.c
strnlen.h
subprocess-dummy.c
subprocess-posix.c
subprocess-win.c
subprocess.c
subprocess.h
terminal-dummy.c
terminal-unix.c terminal-unix: make stop/cont sighandlers pipe based 2023-10-13 11:36:01 +02:00
terminal-win.c
terminal.h
threads.c threads: add support for pthread_mutex_trylock 2023-10-20 21:33:46 +02:00
threads.h threads: add support for pthread_mutex_trylock 2023-10-20 21:33:46 +02:00
timer-darwin.c timer: change mp_sleep_us to mp_sleep_ns 2023-10-10 19:10:55 +00:00
timer-linux.c timer: change mp_sleep_us to mp_sleep_ns 2023-10-10 19:10:55 +00:00
timer-win2.c osdep/timer-win2: use Waitable Timer for sleeping 2023-10-10 19:10:55 +00:00
timer.c timer: drop ancient macOS fallback 2023-10-21 14:05:22 +00:00
timer.h timer: remove microsecond timer functions 2023-10-16 15:38:59 +00:00
w32_keyboard.c
w32_keyboard.h
win32-console-wrapper.c
windows_utils.c various: sort some standard headers 2023-10-20 21:31:09 +02:00
windows_utils.h