summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/android/posix-spawn.c72
-rw-r--r--osdep/android/posix-spawn.h43
-rw-r--r--osdep/atomic.h104
-rw-r--r--osdep/compiler.h10
-rw-r--r--osdep/io.c232
-rw-r--r--osdep/io.h43
-rw-r--r--osdep/language-mac.c (renamed from osdep/macosx_events_objc.h)39
-rw-r--r--osdep/language-posix.c72
-rw-r--r--osdep/language-win.c65
-rw-r--r--osdep/mac/app_bridge.h (renamed from osdep/macosx_application.h)36
-rw-r--r--osdep/mac/app_bridge.m123
-rw-r--r--osdep/mac/app_bridge_objc.h (renamed from osdep/macOS_swift_bridge.h)26
-rw-r--r--osdep/mac/app_hub.swift130
-rw-r--r--osdep/mac/application.swift123
-rw-r--r--osdep/mac/event_helper.swift147
-rw-r--r--osdep/mac/input_helper.swift275
-rw-r--r--osdep/mac/libmpv_helper.swift181
-rw-r--r--osdep/mac/log_helper.swift67
-rw-r--r--osdep/mac/menu_bar.swift397
-rw-r--r--osdep/mac/meson.build63
-rw-r--r--osdep/mac/option_helper.swift74
-rw-r--r--osdep/mac/precise_timer.swift152
-rw-r--r--osdep/mac/presentation.swift56
-rw-r--r--osdep/mac/remote_command_center.swift202
-rw-r--r--osdep/mac/swift_compat.swift (renamed from osdep/macosx_versions.h)27
-rw-r--r--osdep/mac/swift_extensions.swift93
-rw-r--r--osdep/mac/touch_bar.swift297
-rw-r--r--osdep/mac/type_helper.swift69
-rw-r--r--osdep/macos/libmpv_helper.swift251
-rw-r--r--osdep/macos/log_helper.swift48
-rw-r--r--osdep/macos/mpv_helper.swift114
-rw-r--r--osdep/macos/remote_command_center.swift190
-rw-r--r--osdep/macos/swift_compat.swift97
-rw-r--r--osdep/macos/swift_extensions.swift89
-rw-r--r--osdep/macosx_application.m395
-rw-r--r--osdep/macosx_application_objc.h43
-rw-r--r--osdep/macosx_compat.h63
-rw-r--r--osdep/macosx_events.m398
-rw-r--r--osdep/macosx_menubar.h30
-rw-r--r--osdep/macosx_menubar.m828
-rw-r--r--osdep/macosx_menubar_objc.h25
-rw-r--r--osdep/macosx_touchbar.h45
-rw-r--r--osdep/macosx_touchbar.m272
-rw-r--r--osdep/main-fn-cocoa.c10
-rw-r--r--osdep/main-fn-mac.c7
-rw-r--r--osdep/main-fn-win.c28
-rw-r--r--osdep/mpv.exe.manifest8
-rw-r--r--osdep/path-darwin.c77
-rw-r--r--osdep/path-mac.m (renamed from osdep/path-macosx.m)2
-rw-r--r--osdep/path-unix.c60
-rw-r--r--osdep/path-uwp.c10
-rw-r--r--osdep/path-win.c34
-rw-r--r--osdep/path.h12
-rw-r--r--osdep/poll_wrapper.c (renamed from osdep/polldev.c)40
-rw-r--r--osdep/poll_wrapper.h12
-rw-r--r--osdep/polldev.h7
-rw-r--r--osdep/semaphore-mac.c (renamed from osdep/semaphore_osx.c)44
-rw-r--r--osdep/semaphore.h30
-rw-r--r--osdep/subprocess-dummy.c8
-rw-r--r--osdep/subprocess-posix.c197
-rw-r--r--osdep/subprocess-win.c430
-rw-r--r--osdep/subprocess.c100
-rw-r--r--osdep/subprocess.h21
-rw-r--r--osdep/terminal-dummy.c14
-rw-r--r--osdep/terminal-unix.c294
-rw-r--r--osdep/terminal-win.c590
-rw-r--r--osdep/terminal.h27
-rw-r--r--osdep/threads-posix.c64
-rw-r--r--osdep/threads-posix.h252
-rw-r--r--osdep/threads-win32.h224
-rw-r--r--osdep/threads.c51
-rw-r--r--osdep/threads.h22
-rw-r--r--osdep/timer-darwin.c19
-rw-r--r--osdep/timer-linux.c49
-rw-r--r--osdep/timer-win2.c58
-rw-r--r--osdep/timer-win32.c158
-rw-r--r--osdep/timer.c120
-rw-r--r--osdep/timer.h50
-rw-r--r--osdep/utils-mac.c (renamed from osdep/macosx_events.h)33
-rw-r--r--osdep/utils-mac.h (renamed from osdep/posix-spawn.h)17
-rw-r--r--osdep/w32_keyboard.c24
-rw-r--r--osdep/win32-console-wrapper.c45
-rw-r--r--osdep/win32/include/pthread.h98
-rw-r--r--osdep/win32/include/semaphore.h44
-rw-r--r--osdep/win32/pthread.c340
-rw-r--r--osdep/windows_utils.c93
-rw-r--r--osdep/windows_utils.h20
87 files changed, 5318 insertions, 4631 deletions
diff --git a/osdep/android/posix-spawn.c b/osdep/android/posix-spawn.c
deleted file mode 100644
index a9bb27a8d1..0000000000
--- a/osdep/android/posix-spawn.c
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- * posix-spawn replacement for Android
- *
- * This file is part of mpv.
- *
- * mpv is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * mpv is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with mpv. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#include <unistd.h>
-#include <errno.h>
-#include "osdep/android/posix-spawn.h"
-
-int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa, int fd, int newfd)
-{
- if (fa->used >= MAX_FILE_ACTIONS)
- return -1;
- fa->action[fa->used].filedes = fd;
- fa->action[fa->used].newfiledes = newfd;
- fa->used++;
- return 0;
-}
-
-int posix_spawn_file_actions_init(posix_spawn_file_actions_t *fa)
-{
- fa->used = 0;
- return 0;
-}
-
-int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa)
-{
- return 0;
-}
-
-int posix_spawnp(pid_t *pid, const char *file,
- const posix_spawn_file_actions_t *fa,
- const posix_spawnattr_t *attrp,
- char *const argv[], char *const envp[])
-{
- pid_t p;
-
- if (attrp != NULL)
- return EINVAL;
-
- p = fork();
- if (p == -1)
- return errno;
-
- if (p == 0) {
- for (int i = 0; i < fa->used; i++) {
- int err = dup2(fa->action[i].filedes, fa->action[i].newfiledes);
- if (err == -1)
- goto fail;
- }
- execvpe(file, argv, envp);
-fail:
- _exit(127);
- }
-
- *pid = p;
- return 0;
-}
diff --git a/osdep/android/posix-spawn.h b/osdep/android/posix-spawn.h
deleted file mode 100644
index d995b993ec..0000000000
--- a/osdep/android/posix-spawn.h
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * posix-spawn replacement for Android
- *
- * This file is part of mpv.
- *
- * mpv is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * mpv is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with mpv. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-#include <sys/types.h>
-
-#define MAX_FILE_ACTIONS 4
-
-typedef struct {
- char dummy;
-} posix_spawnattr_t; /* unsupported */
-
-typedef struct {
- int used;
- struct {
- int filedes, newfiledes;
- } action[MAX_FILE_ACTIONS];
-} posix_spawn_file_actions_t;
-
-int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t*, int, int);
-int posix_spawn_file_actions_init(posix_spawn_file_actions_t*);
-int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t*);
-
-int posix_spawnp(pid_t*, const char*,
- const posix_spawn_file_actions_t*, const posix_spawnattr_t *,
- char *const [], char *const []);
diff --git a/osdep/atomic.h b/osdep/atomic.h
deleted file mode 100644
index 0c4de4b578..0000000000
--- a/osdep/atomic.h
+++ /dev/null
@@ -1,104 +0,0 @@
-/*
- * This file is part of mpv.
- * Copyright (c) 2013 Stefano Pigozzi <stefano.pigozzi@gmail.com>
- *
- * mpv is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * mpv is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with mpv. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef MP_ATOMIC_H
-#define MP_ATOMIC_H
-
-#include <inttypes.h>
-#include "config.h"
-
-#if HAVE_STDATOMIC
-#include <stdatomic.h>
-typedef _Atomic float mp_atomic_float;
-typedef _Atomic int64_t mp_atomic_int64;
-typedef _Atomic uint64_t mp_atomic_uint64;
-#else
-
-// Emulate the parts of C11 stdatomic.h needed by mpv.
-
-typedef struct { unsigned long v; } atomic_ulong;
-typedef struct { int v; } atomic_int;
-typedef struct { unsigned int v; } atomic_uint;
-typedef struct { _Bool v; } atomic_bool;
-typedef struct { long long v; } atomic_llong;
-typedef struct { uint_least32_t v; } atomic_uint_least32_t;
-typedef struct { unsigned long long v; } atomic_ullong;
-
-typedef struct { float v; } mp_atomic_float;
-typedef struct { int64_t v; } mp_atomic_int64;
-typedef struct { uint64_t v; } mp_atomic_uint64;
-
-#define ATOMIC_VAR_INIT(x) \
- {.v = (x)}
-
-#define memory_order_relaxed 1
-#define memory_order_seq_cst 2
-
-#define atomic_load_explicit(p, e) atomic_load(p)
-
-#include <pthread.h>
-
-extern pthread_mutex_t mp_atomic_mutex;
-
-#define atomic_load(p) \
- ({ __typeof__(p) p_ = (p); \
- pthread_mutex_lock(&mp_atomic_mutex); \
- __typeof__(p_->v) v_ = p_->v; \
- pthread_mutex_unlock(&mp_atomic_mutex); \
- v_; })
-#define atomic_store(p, val) \
- ({ __typeof__(val) val_ = (val); \
- __typeof__(p) p_ = (p); \
- pthread_mutex_lock(&mp_atomic_mutex); \
- p_->v = val_; \
- pthread_mutex_unlock(&mp_atomic_mutex); })
-#define atomic_fetch_op(a, b, op) \
- ({ __typeof__(a) a_ = (a); \
- __typeof__(b) b_ = (b); \
- pthread_mutex_lock(&mp_atomic_mutex); \
- __typeof__(a_->v) v_ = a_->v; \
- a_->v = v_ op b_; \
- pthread_mutex_unlock(&mp_atomic_mutex); \
- v_; })
-#define atomic_fetch_add(a, b) atomic_fetch_op(a, b, +)
-#define atomic_fetch_and(a, b) atomic_fetch_op(a, b, &)
-#define atomic_fetch_or(a, b) atomic_fetch_op(a, b, |)
-#define atomic_exchange(p, new) \
- ({ __typeof__(p) p_ = (p); \
- pthread_mutex_lock(&mp_atomic_mutex); \
- __typeof__(p_->v) res_ = p_->v; \
- p_->v = (new); \
- pthread_mutex_unlock(&mp_atomic_mutex); \
- res_; })
-#define atomic_compare_exchange_strong(p, old, new) \
- ({ __typeof__(p) p_ = (p); \
- __typeof__(old) old_ = (old); \
- __typeof__(new) new_ = (new); \
- pthread_mutex_lock(&mp_atomic_mutex); \
- int res_ = p_->v == *old_; \
- if (res_) { \
- p_->v = new_; \
- } else { \
- *old_ = p_->v; \
- } \
- pthread_mutex_unlock(&mp_atomic_mutex); \
- res_; })
-
-#endif /* else HAVE_STDATOMIC */
-
-#endif
diff --git a/osdep/compiler.h b/osdep/compiler.h
index 7c9f859f3a..f5658979e3 100644
--- a/osdep/compiler.h
+++ b/osdep/compiler.h
@@ -6,9 +6,13 @@
#ifdef __GNUC__
#define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format(printf, a1, a2)))
#define MP_NORETURN __attribute__((noreturn))
+#define MP_FALLTHROUGH __attribute__((fallthrough))
+#define MP_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
#define PRINTF_ATTRIBUTE(a1, a2)
#define MP_NORETURN
+#define MP_FALLTHROUGH do {} while (0)
+#define MP_WARN_UNUSED_RESULT
#endif
// Broken crap with __USE_MINGW_ANSI_STDIO
@@ -17,10 +21,10 @@
#define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (gnu_printf, a1, a2)))
#endif
-#if __STDC_VERSION__ >= 201112L
-#include <stdalign.h>
+#ifdef __GNUC__
+#define MP_ASSERT_UNREACHABLE() (assert(!"unreachable"), __builtin_unreachable())
#else
-#define alignof(x) (offsetof(struct {char unalign_; x u;}, u))
+#define MP_ASSERT_UNREACHABLE() (assert(!"unreachable"), abort())
#endif
#endif
diff --git a/osdep/io.c b/osdep/io.c
index db61a705fd..21abe0e1d5 100644
--- a/osdep/io.c
+++ b/osdep/io.c
@@ -32,6 +32,7 @@
#include "mpv_talloc.h"
#include "config.h"
+#include "misc/random.h"
#include "osdep/io.h"
#include "osdep/terminal.h"
@@ -145,7 +146,7 @@ char *mp_to_utf8(void *talloc_ctx, const wchar_t *s)
#include <io.h>
#include <fcntl.h>
-#include <pthread.h>
+#include "osdep/threads.h"
static void set_errno_from_lasterror(void)
{
@@ -188,7 +189,7 @@ static bool get_file_ids_win8(HANDLE h, dev_t *dev, ino_t *ino)
// SDK, but we can ignore that by just memcpying it. This will also
// truncate the file ID on 32-bit Windows, which doesn't support __int128.
// 128-bit file IDs are only used for ReFS, so that should be okay.
- assert(sizeof(*ino) <= sizeof(ii.FileId));
+ static_assert(sizeof(*ino) <= sizeof(ii.FileId), "");
memcpy(ino, &ii.FileId, sizeof(*ino));
return true;
}
@@ -297,62 +298,53 @@ int mp_fstat(int fd, struct mp_stat *buf)
return hstat(h, buf);
}
-#if HAVE_UWP
-static int mp_vfprintf(FILE *stream, const char *format, va_list args)
-{
- return vfprintf(stream, format, args);
-}
-#else
-static int mp_check_console(HANDLE wstream)
+static inline HANDLE get_handle(FILE *stream)
{
- if (wstream != INVALID_HANDLE_VALUE) {
- unsigned int filetype = GetFileType(wstream);
+ HANDLE wstream = INVALID_HANDLE_VALUE;
- if (!((filetype == FILE_TYPE_UNKNOWN) &&
- (GetLastError() != ERROR_SUCCESS)))
- {
- filetype &= ~(FILE_TYPE_REMOTE);
+ if (stream == stdout || stream == stderr) {
+ wstream = GetStdHandle(stream == stdout ?
+ STD_OUTPUT_HANDLE : STD_ERROR_HANDLE);
+ }
+ return wstream;
+}
- if (filetype == FILE_TYPE_CHAR) {
- DWORD ConsoleMode;
- int ret = GetConsoleMode(wstream, &ConsoleMode);
+size_t mp_fwrite(const void *restrict buffer, size_t size, size_t count,
+ FILE *restrict stream)
+{
+ if (!size || !count)
+ return 0;
- if (!(!ret && (GetLastError() == ERROR_INVALID_HANDLE))) {
- // This seems to be a console
- return 1;
- }
- }
+ HANDLE wstream = get_handle(stream);
+ if (mp_check_console(wstream)) {
+ unsigned char *start = (unsigned char *)buffer;
+ size_t c = 0;
+ for (; c < count; ++c) {
+ if (mp_console_write(wstream, (bstr){start, size}) <= 0)
+ break;
+ start += size;
}
+ return c;
}
- return 0;
+#undef fwrite
+ return fwrite(buffer, size, count, stream);
}
+#if HAVE_UWP
static int mp_vfprintf(FILE *stream, const char *format, va_list args)
{
- int done = 0;
-
- HANDLE wstream = INVALID_HANDLE_VALUE;
-
- if (stream == stdout || stream == stderr) {
- wstream = GetStdHandle(stream == stdout ?
- STD_OUTPUT_HANDLE : STD_ERROR_HANDLE);
- }
-
- if (mp_check_console(wstream)) {
- size_t len = vsnprintf(NULL, 0, format, args) + 1;
- char *buf = talloc_array(NULL, char, len);
+ return vfprintf(stream, format, args);
+}
+#else
- if (buf) {
- done = vsnprintf(buf, len, format, args);
- mp_write_console_ansi(wstream, buf);
- }
- talloc_free(buf);
- } else {
- done = vfprintf(stream, format, args);
- }
+static int mp_vfprintf(FILE *stream, const char *format, va_list args)
+{
+ HANDLE wstream = get_handle(stream);
+ if (mp_check_console(wstream))
+ return mp_console_vfprintf(wstream, format, args);
- return done;
+ return vfprintf(stream, format, args);
}
#endif
@@ -483,6 +475,20 @@ int mp_creat(const char *filename, int mode)
return mp_open(filename, _O_CREAT | _O_WRONLY | _O_TRUNC, mode);
}
+int mp_rename(const char *oldpath, const char *newpath)
+{
+ wchar_t *woldpath = mp_from_utf8(NULL, oldpath),
+ *wnewpath = mp_from_utf8(NULL, newpath);
+ BOOL ok = MoveFileExW(woldpath, wnewpath, MOVEFILE_REPLACE_EXISTING);
+ talloc_free(woldpath);
+ talloc_free(wnewpath);
+ if (!ok) {
+ set_errno_from_lasterror();
+ return -1;
+ }
+ return 0;
+}
+
FILE *mp_fopen(const char *filename, const char *mode)
{
if (!mode[0]) {
@@ -543,7 +549,9 @@ FILE *mp_fopen(const char *filename, const char *mode)
// Thus we need MP_PATH_MAX as the UTF-8/char version of PATH_MAX.
// Also make sure there's free space for the terminating \0.
// (For codepoints encoded as UTF-16 surrogate pairs, UTF-8 has the same length.)
-#define MP_PATH_MAX (FILENAME_MAX * 3 + 1)
+// Lastly, note that neither _wdirent nor WIN32_FIND_DATA can store filenames
+// longer than this, so long-path support for readdir() is impossible.
+#define MP_FILENAME_MAX (FILENAME_MAX * 3 + 1)
str