summaryrefslogtreecommitdiffstats
path: root/osdep
Commit message (Expand)AuthorAgeFilesLines
* mac: fix dangling pointersder richter2021-01-131-3/+15
* mac: drop build support for swift versions earlier than version 4.1der richter2021-01-131-27/+0
* mac: fix usage of temporary pointersder richter2021-01-132-29/+57
* mac: use visible frame rectangle for window geometry calculationder richter2020-12-192-0/+8
* terminal: process input when foregroundedGuido Cella2020-11-261-1/+9
* osdep/terminal: Add function to get terminal pixel dimensionsShreesh Adiga2020-11-224-0/+24
* path: do not use old_home for win32 exe dirwm42020-11-161-1/+1
* Revert "path: switch back to using non-XDG config dir by default"Philip Langdale2020-10-161-7/+7
* Revert "path: do not use old_home for win32 exe dir"Philip Langdale2020-10-161-1/+1
* terminal: fix segfault when backgroundingwm42020-09-211-2/+4
* mac: add an option to change the App activation policyder richter2020-09-202-0/+3
* terminal: attempt to handle the ESC keywm42020-09-171-24/+22
* terminal-unix: attempt to support more CTRLwm42020-09-101-6/+14
* mac: use config cache und wakeup for mac option runtime changesder richter2020-08-222-18/+24
* cocoa-cb: generalisation of backend independent partsder richter2020-08-224-20/+14
* win32: scripting utils.get_env_list(): use UTF-8Avi Halachmi (:avih)2020-08-162-0/+15
* command: extend subprocess command stdin, change behaviorwm42020-08-162-4/+49
* win32: request the UTF-8 code page for Windows APIsJames Ross-Gowan2020-08-081-0/+1
* subprocess-win: update to mp_subprocess2James Ross-Gowan2020-07-204-140/+398
* command: extend subprocess commandwm42020-07-203-116/+3
* path: do not use old_home for win32 exe dirwm42020-06-251-1/+1
* path: switch back to using non-XDG config dir by defaultwm42020-06-251-7/+7
* build: change filenames of generated fileswm42020-06-042-2/+2
* terminal-win: handle 'Change Window Title' OSC sequenceJames Ross-Gowan2020-05-291-99/+131
* osdep: remove confstr() fallback for subprocess spawningsfan52020-05-251-7/+2
* osdep: remove posix_spawn() helpers and wrapperswm42020-05-154-145/+1
* subprocess: replace posix_spawnp() with fork()wm42020-05-151-17/+118
* w32_common: Support HiDPI on WindowsRealDolos2020-05-081-2/+3
* win32: SGR emulation: minor fixup on invalid sequenceAvi Halachmi (:avih)2020-04-241-2/+5
* osdep/terminal-win: native VT: report exact widthAvi Halachmi (:avih)2020-04-231-2/+3
* win32: native VT: logic fixupAvi Halachmi (:avih)2020-04-231-2/+2
* win32: use windows 10 native virtual-terminal if availableAvi Halachmi (:avih)2020-04-231-2/+34
* win32: improve console SGR escape sequence emulationAvi Halachmi (:avih)2020-04-231-11/+50
* build: restore BSD thread names after 9f461b85bfa3Jan Beich2020-04-231-0/+4
* terminal-unix: add key_entry defs for DECCKM modeMurray Campbell2020-04-151-0/+4
* win32: pthread: define PTHREAD_MUTEX_ERRORCHECKwm42020-03-191-0/+1
* osdep: add a pthread debugging wrapperwm42020-03-182-1/+82
* options: change option macros and all option declarationswm42020-03-181-24/+24
* options: introduce bool option type, use it for --fullscreenwm42020-03-141-1/+1
* atomic: add atomic_exchange_explicit() fallbackwm42020-03-051-2/+7
* mac, cocoa: fix UI updates on none main queue threadsder richter2020-02-221-3/+7
* mac: fix media key support for libmpv usersder richter2020-02-225-43/+33
* scripting: add a way to run sub processes as "scripts"wm42020-02-191-0/+6
* subprocess: implement proper detached processes on POSIXwm42020-02-163-10/+66
* subprocess: change to a fancier APIwm42020-02-163-83/+185
* mac: activate logging when started from the bundleder richter2020-02-081-4/+41
* mac: remove stdout and stderr redirect for loggingder richter2020-02-081-11/+0
* mac: change Report Issue menu link to the new choose template pageder richter2020-01-261-1/+1
* cocoa-cb: add support for forcing the dedicated GPU for renderingder richter2020-01-262-0/+4
* mac: report playback state to the MediaPlayer Command Centerder richter2020-01-262-11/+48
* mac: add support for PLAYONLY and PAUSEONLY key codes to MediaPlayerder richter2020-01-261-3/+3
* build: fix build with disabled swift and Media Playerder richter2019-12-231-1/+2
* mac: replace old event tap for media key support with MediaPlayerder richter2019-12-156-126/+184
* mac: remove Apple Remote supportder richter2019-12-155-2481/+1
* cocoa-cb: fix freeing of macos_opts config groupder richter2019-12-151-5/+5
* cocoa-cb: update and add more options to use new options handlingder richter2019-12-151-0/+5
* cocoa-cb: use m_config_cache and new VOCTRL for option handlingder richter2019-12-154-5/+49
* atomic: add mp_atomic_uint64wm42019-11-291-0/+2
* player: Optionally validate st_mtime when restoring playback stateChris Down2019-11-201-0/+3
* cocoa-cb: remove get_property_* usages and split up mpv helperder richter2019-10-065-110/+156
* cocoa-cb: add support for 10bit opengl renderingder richter2019-09-264-1/+20
* mac: add Open Playlist menu bar itemAkemi2019-09-231-0/+17
* stream_libarchive: Always use LC_CTYPE_MASK for libarchiveJames Hilliard2019-09-211-1/+0
* io: remove Windows tmpfile() emulationwm42019-09-192-37/+0
* win32: remove -municode from mpv binarywm42019-09-191-7/+5
* osdep: add mkostemps() emulationwm42019-09-192-2/+36
* cocoa-cb: migrate to swift 5 with swift 4 fallbackder richter2019-07-213-9/+74
* cocoa-cb: conditional compilation for Dark Mode and Material featuresder richter2019-07-211-0/+24
* win32-console-wrapper: silence missing prototype warningsJames Ross-Gowan2019-05-101-2/+4
* libarchive: add fallback for systems without C.UTF-8dudemanguy2019-05-041-0/+1
* cocoa-cb: remove all force unwrappings of optionalsder richter2019-04-252-25/+37
* cocoa-cb: add support for custom colored title barder richter2019-04-024-0/+18
* cocoa-cb: refactor title bar stylingder richter2019-04-023-3/+20
* cocoa-cb: synchronise the flush with the renderAkemi2019-04-021-1/+4
* cocoa-cb: wakeup vo when new events are availableAkemi2019-04-021-0/+1
* macosx_events: fix crash when shutting down during window animationsRodger Combs2019-03-131-1/+3
* Merge branch 'master' into pr6360Jan Ekström2019-03-113-1/+67
|\
| * cocoa-cb: add support for VOCTRL_GET_DISPLAY_NAMESAkemi2019-02-102-0/+38
| * cocoa-cb: use Swift Extensions for convenienceAkemi2019-02-101-0/+28
| * mac: add missing semicolon to macosx_compat.hKen2019-01-261-1/+1
* | demux, stream: readd cache-speed in some other formwm42018-12-061-0/+3
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-055-17/+8
|\ \ | |/ |/|
| * terminal-unix: stop trying to read when terminal disappearswm42018-05-241-2/+4
| * osdep: add portable C11-like alignof() macrowm42018-05-241-0/+5
| * timer: remove an unused helper functionwm42018-05-242-16/+0
| * misc: move mp_cancel from stream.c to thread_tools.cwm42018-05-242-1/+3
* | cocoa-cb: use libmpv's advanced rendering control and timingAkemi2018-11-131-2/+22
* | {mac,cocoa}: trim trailing null out of macosx_icon when loading itRodger Combs2018-10-021-1/+2
* | mac: fix crash if we can't get an event tapRodger Combs2018-10-021-9/+12
* | cocoa-cb: add Apple Software Renderer supportAkemi2018-09-302-0/+4
* | cocoa-cb: move macOS option retrieval to the earliest point possibleAkemi2018-09-301-0/+6
* | osdep: make use of HAVE_ANDROIDTom Yan2018-08-203-4/+8
* | osx: Fix initialization and access of service menuMichael Hoang2018-08-111-2/+2
* | cocoa-cb: remove pre-allocation of window, view and layerAkemi2018-06-125-41/+44
* | terminal-unix: stop trying to read when terminal disappearswm42018-05-251-2/+4
|/
* demux: support for some kinds of timed metadatawm42018-04-181-0/+2
* cocoa-cb: fix a warning with swift 4.1 and slight cleanupAkemi2018-04-171-3/+7
* HIDRemote: fix volume buttons on macOS 10.13Akemi2018-04-171-0/+8
* cocoa-cb: fix shutdown when fullscreen animation is runningAkemi2018-03-181-1/+4
* all: replace mpv_detach_destroy() with mpv_destroy()wm42018-03-151-2/+2
* cocoa-cb: fix usage of wrong fbo when off-screenAkemi2018-03-111-4/+4
* cocoa-cb: use new libmpv API instead of opengl-cbAkemi2018-03-042-48/+62
* cocoa-cb: move the GL dummy function to swiftAkemi2018-03-042-6/+3
* osdep/atomic: add emulation for atomic_exchange()wm42018-02-281-0/+7
* osdep/atomic: fix potential shadowing warningswm42018-02-281-8/+8
* cocoa-cb: make fullscreen resize animation duration configurableAkemi2018-02-281-0/+7
* cocoa-cb: change border and borderless window stylingAkemi2018-02-282-0/+17
* cocoa-cb: fix invalid framebuffer operation errorAkemi2018-02-211-1/+5
* lua+js: Implement utils.getpid()sfan52018-02-131-0/+29
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-126-42/+392
* osx: add some more menu bar items as suggested by Apples's HIGAkemi2018-01-201-0/+35
* osx: code cleanups and cosmetic fixesAkemi2018-01-205-16/+2
* osx: fix macOS 10.13 deprecation warningAkemi2018-01-202-1/+7
* mpv.rc: readd actual version infoRicardo Constantino2018-01-011-2/+2
* build: move copyright statement to a shared locationwm42018-01-012-2/+3
* Update copyright yearwm42018-01-011-1/+1
* subprocess-win: don't change the mouse cursor in CreateProcesspavelxdd2017-12-141-1/+1
* terminal-unix: fix race condition with tty resetDrew DeVault2017-12-091-10/+10
* terminal-unix: switch back to poll(3)Drew DeVault2017-12-091-15/+9
* osdep: add poll shim for macOSDrew DeVault2017-12-092-0/+82
* terminal-unix: fix busy looping on LinuxDrew DeVault2017-12-081-2/+1
* Use /dev/tty instead of stdin for terminal inputDrew DeVault2017-12-081-18/+43
* build: remove nanosleep() checkwm42017-12-021-9/+0
* build: remove termios checkwm42017-12-021-14/+0
* ao: simplify hack for float atomicswm42017-11-301-0/+3
* win32: fix semantics of POSIX 2008 locale stubsJames Ross-Gowan2017-11-192-4/+19
* stream_libarchive, osdep: use stubs for POSIX 2008 locale on MinGWwm42017-11-121-0/+7
* osx: fix the bundle $PATH yet againAkemi2017-11-111-1/+1
* win32: add more-POSIXy versions of open() and fstat()James Ross-Gowan2017-10-252-39/+296
* osx: add right MacPorts paths to our bundle $PATHAkemi2017-10-071-2/+3
* osx: add some common paths to our $PATH when started from bundleAkemi2017-10-031-0/+8
* osx: fix bundle on macOS High Sierra (10.13)Akemi2017-10-032-6/+21
* android: posix_spawn(p) replacementsfan52017-09-224-1/+143
* osdep/io: add android related bullshitJan Ekström2017-09-181-0/+27
* osx: fix media keys input when other Apps steal the priorityAkemi2017-09-073-0/+27
* osx: fix build on macOS 10.11 and earlierAkemi2017-08-262-2/+8
* win32: fix massive memory corruption (take 2)wm42017-08-211-3/+4
* win32: fix massive memory corruptionwm42017-08-211-2/+6
* osx: remove the standard "Show Tab Bar" menu itemAkemi2017-08-181-0/+3
* osx: code cleanups and cosmetic fixesAkemi2017-08-182-5/+7
* osx: refactor menu bar creationAkemi2017-08-184-81/+686
* osx: move menu bar creation into its own fileAkemi2017-08-186-142/+211
* {demux_mf,osdep/io}: disable glob usage when it is not availableJan Ekström2017-08-051-1/+1
* w32_common: handle media keysJames Ross-Gowan2017-08-052-0/+23
* subprocess-win: fix swprintf usageJames Ross-Gowan2017-07-291-1/+2
* subprocess-win: don't leak pipe handle on errorJames Ross-Gowan2017-07-281-1/+3
* subprocess-win: remove VLA usageJames Ross-Gowan2017-07-261-2/+4
* Universal Windows Plaform (UWP) supportPedro Pombeiro2017-06-296-3/+89
* Avoid calling close(-1)wm42017-06-292-20/+24
* build: change how some OS specific source files are selectedwm42017-06-293-10/+40
* build: replace glob() check and assume it's always in POSIXwm42017-06-291-1/+1
* terminal: remove unused return valuewm42017-06-273-6/+3
* osx: change license of OSX and cocoa files to LGPLwm42017-06-2410-71/+71
* w32_common, w32_keyboard: change license to LGPLwm42017-06-242-14/+14
* Revert "osdep: NetBSD pthread_setname_np()"wm42017-06-221-6/+0
* win32: pthread: avoid using TLS, simplify pthread_twm42017-06-152-48/+89
* terminal: change license to LGPLwm42017-06-143-32/+25
* mpv.rc, mpv.exe.manifest: change license to LGPLwm42017-06-121-9/+7
* win32: pthread: use the new thread naming APIJames Ross-Gowan2017-05-183-1/+27
* osdep/compiler.h: change license to LGPLwm42017-05-081-14/+8
* osdep/timer*: change license to LGPLwm42017-05-053-23/+21
* osx: fix deadlock on exit with libmpv on OSXwm42017-04-191-8/+11
* Fix use of ISC licensewm42017-04-154-2/+37
* win32: fix mismatched free/talloc_freewm42017-04-121-1/+1
* win32: rewrite getcwd() using GetFullPathNameWwm42017-04-111-2/+11
* win32: add UTF-8 getcwd() wrapperwm42017-04-112-0/+20
* osx: fix Touch Bar access on systems without Touch Bar supportAkemi2017-04-021-4/+7
* osx: fix event propagation of menu bar item key shortcutsAkemi2017-03-271-4/+3
* osx: fix key input in certain circumstancesAkemi2017-03-265-25/+15
* osx: initial Touch Bar supportAkemi2017-03-267-0/+433
* osx: add key mappings for previous and next Media KeysAkemi2017-03-091-3/+5
* osx: drop support for OS X 10.7 and earlierAkemi2017-02-272-31/+0
* cocoa: fix dragging