aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* 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
* win32: fix massive memory corruption (take 2)Gravatar wm42017-08-21
* win32: fix massive memory corruptionGravatar wm42017-08-21
* osx: remove the standard "Show Tab Bar" menu itemGravatar Akemi2017-08-18
* osx: code cleanups and cosmetic fixesGravatar Akemi2017-08-18
* osx: refactor menu bar creationGravatar Akemi2017-08-18
* osx: move menu bar creation into its own fileGravatar Akemi2017-08-18
* {demux_mf,osdep/io}: disable glob usage when it is not availableGravatar Jan Ekström2017-08-05
* w32_common: handle media keysGravatar James Ross-Gowan2017-08-05
* subprocess-win: fix swprintf usageGravatar James Ross-Gowan2017-07-29
* subprocess-win: don't leak pipe handle on errorGravatar James Ross-Gowan2017-07-28
* subprocess-win: remove VLA usageGravatar James Ross-Gowan2017-07-26
* Universal Windows Plaform (UWP) supportGravatar Pedro Pombeiro2017-06-29
* Avoid calling close(-1)Gravatar wm42017-06-29