aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* cocoa-cb: use libmpv's advanced rendering control and timingGravatar Akemi2018-11-13
* {mac,cocoa}: trim trailing null out of macosx_icon when loading itGravatar Rodger Combs2018-10-02
* mac: fix crash if we can't get an event tapGravatar Rodger Combs2018-10-02
* cocoa-cb: add Apple Software Renderer supportGravatar Akemi2018-09-30
* cocoa-cb: move macOS option retrieval to the earliest point possibleGravatar Akemi2018-09-30
* osdep: make use of HAVE_ANDROIDGravatar Tom Yan2018-08-20
* osx: Fix initialization and access of service menuGravatar Michael Hoang2018-08-11
* cocoa-cb: remove pre-allocation of window, view and layerGravatar Akemi2018-06-12
* terminal-unix: stop trying to read when terminal disappearsGravatar wm42018-05-25
* demux: support for some kinds of timed metadataGravatar wm42018-04-18
* cocoa-cb: fix a warning with swift 4.1 and slight cleanupGravatar Akemi2018-04-17
* HIDRemote: fix volume buttons on macOS 10.13Gravatar Akemi2018-04-17
* cocoa-cb: fix shutdown when fullscreen animation is runningGravatar Akemi2018-03-18
* all: replace mpv_detach_destroy() with mpv_destroy()Gravatar wm42018-03-15
* cocoa-cb: fix usage of wrong fbo when off-screenGravatar Akemi2018-03-11
* cocoa-cb: use new libmpv API instead of opengl-cbGravatar Akemi2018-03-04
* cocoa-cb: move the GL dummy function to swiftGravatar Akemi2018-03-04
* osdep/atomic: add emulation for atomic_exchange()Gravatar wm42018-02-28
* osdep/atomic: fix potential shadowing warningsGravatar wm42018-02-28
* cocoa-cb: make fullscreen resize animation duration configurableGravatar Akemi2018-02-28
* cocoa-cb: change border and borderless window stylingGravatar Akemi2018-02-28
* cocoa-cb: fix invalid framebuffer operation errorGravatar Akemi2018-02-21
* lua+js: Implement utils.getpid()Gravatar sfan52018-02-13
* cocoa-cb: initial implementation via opengl-cb APIGravatar Akemi2018-02-12
* osx: add some more menu bar items as suggested by Apples's HIGGravatar Akemi2018-01-20
* osx: code cleanups and cosmetic fixesGravatar Akemi2018-01-20
* osx: fix macOS 10.13 deprecation warningGravatar Akemi2018-01-20
* mpv.rc: readd actual version infoGravatar Ricardo Constantino2018-01-01
* build: move copyright statement to a shared locationGravatar wm42018-01-01
* Update copyright yearGravatar wm42018-01-01
* subprocess-win: don't change the mouse cursor in CreateProcessGravatar pavelxdd2017-12-14
* terminal-unix: fix race condition with tty resetGravatar Drew DeVault2017-12-09
* terminal-unix: switch back to poll(3)Gravatar Drew DeVault2017-12-09
* osdep: add poll shim for macOSGravatar Drew DeVault2017-12-09
* terminal-unix: fix busy looping on LinuxGravatar Drew DeVault2017-12-08
* Use /dev/tty instead of stdin for terminal inputGravatar Drew DeVault2017-12-08
* build: remove nanosleep() checkGravatar wm42017-12-02
* build: remove termios checkGravatar wm42017-12-02
* ao: simplify hack for float atomicsGravatar wm42017-11-30
* win32: fix semantics of POSIX 2008 locale stubsGravatar James Ross-Gowan2017-11-19
* stream_libarchive, osdep: use stubs for POSIX 2008 locale on MinGWGravatar wm42017-11-12
* osx: fix the bundle $PATH yet againGravatar Akemi2017-11-11
* win32: add more-POSIXy versions of open() and fstat()Gravatar James Ross-Gowan2017-10-25
* osx: add right MacPorts paths to our bundle $PATHGravatar Akemi2017-10-07
* osx: add some common paths to our $PATH when started from bundleGravatar Akemi2017-10-03
* osx: fix bundle on macOS High Sierra (10.13)Gravatar Akemi2017-10-03
* android: posix_spawn(p) replacementGravatar sfan52017-09-22
* osdep/io: add android related bullshitGravatar Jan Ekström2017-09-18
* osx: fix media keys input when other Apps steal the priorityGravatar Akemi2017-09-07
* osx: fix build on macOS 10.11 and earlierGravatar Akemi2017-08-26