mpv/osdep
Dudemanguy 969c19c9cb options: remove ancient option fallbacks/deprecation
We've got an ungodly amount of OPT_REPLACED and OPT_REMOVED sitting
around in the code. This is harmless, but the vast majority of these are
ancient. 26f4f18c06 is the last commit
that touched the majority of these and of course that only changed how
options were declared so all of this stuff was deprecated even before
that. No use in keeping these, so just delete them all. As an aside,
there was actually a cocoa_opts but it had only a single option which
was replaced by something else and empty otherwise. So that entire thing
was just simply removed. OPT_REPLACED/OPT_REMOVED declarations that were
added in 0.35 or later were kept as is.
2023-09-21 16:06:29 +00:00
..
android
macos options: transition options from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00
win32
apple_utils.c osdep: move cfstr<->cstr conversions to a new apple_utils.c file 2023-06-25 11:01:58 +02:00
apple_utils.h osdep: move cfstr<->cstr conversions to a new apple_utils.c file 2023-06-25 11:01:58 +02:00
atomic.h
compiler.h osdep: add MP_FALLTHROUGH 2023-02-02 14:23:02 +00:00
endian.h
getpid.h
glob-win.c
io.c osdep/io: provide dlopen, etc. abstraction wrappers for windows 2023-09-20 02:16:45 +00:00
io.h osdep/io: provide dlopen, etc. abstraction wrappers for windows 2023-09-20 02:16:45 +00:00
language-apple.c osdep: add mp_get_user_langs 2023-06-25 11:01:58 +02:00
language-posix.c language-posix: as a fallback, treat "C" as "en" 2023-07-25 11:34:06 +02:00
language-win.c osdep: add mp_get_user_langs 2023-06-25 11:01:58 +02:00
macOS_swift_bridge.h
macosx_application.h options: transition options from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00
macosx_application.m options: remove ancient option fallbacks/deprecation 2023-09-21 16:06:29 +00:00
macosx_application_objc.h
macosx_compat.h
macosx_events.h
macosx_events.m macos: add support for F13-F20 keys 2022-09-02 14:05:46 +02:00
macosx_events_objc.h
macosx_menubar.h
macosx_menubar.m player/command: remove video-aspect property 2023-08-31 17:37:42 +00:00
macosx_menubar_objc.h
macosx_touchbar.h
macosx_touchbar.m
macosx_versions.h
main-fn-cocoa.c
main-fn-unix.c
main-fn-win.c win32: allow heap cache optimization and memory decommit 2023-09-01 16:58:56 +02:00
main-fn.h
meson.build build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
mpv.exe.manifest
mpv.rc build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
path-darwin.c path-{darwin,unix}: save cache to subdir when using non-XDG path 2023-09-07 13:59:49 +00:00
path-macosx.m
path-unix.c path-{darwin,unix}: save cache to subdir when using non-XDG path 2023-09-07 13:59:49 +00:00
path-uwp.c
path-win.c path-win: move state directory to %LOCALAPPDATA% 2023-07-29 14:27:59 +00:00
path.h player: use XDG_CACHE_HOME by default 2023-05-09 20:37:17 +00:00
polldev.c osdep: remove erroneous POLLERR emulation 2023-06-29 13:17:56 +02:00
polldev.h osdep: remove erroneous POLLERR emulation 2023-06-29 13:17:56 +02:00
semaphore.h
semaphore_osx.c
strnlen.h
subprocess-dummy.c
subprocess-posix.c
subprocess-win.c
subprocess.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
subprocess.h
terminal-dummy.c
terminal-unix.c terminal-unix: fix not listening on input after being foregrounded 2023-07-21 20:47:03 +02:00
terminal-win.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
terminal.h osdep/terminal.h: Rename screen buffer controls 2022-12-20 10:26:53 +01:00
threads.c
threads.h
timer-darwin.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
timer-linux.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
timer-win2.c
timer.c misc/random: add xoshiro random number implementation 2022-08-17 10:21:55 -04:00
timer.h
w32_keyboard.c input: add missing windows multimedia keys 2023-08-27 16:14:27 +00:00
w32_keyboard.h
win32-console-wrapper.c
windows_utils.c
windows_utils.h