| Commit message (Expand) | Author | Age | Files | Lines |
* | mac: add ability to toggle visibility on all workspaces from menubar | Evgeny Zinoviev | 2021-02-21 | 1 | -0/+7 |
* | mac: only update touch bar items when necessary | der richter | 2021-02-13 | 2 | -87/+150 |
* | mac: use custom touch bar item and slider instead of a touch bar slider | der richter | 2021-02-13 | 1 | -9/+9 |
* | mac: fix dangling pointers | der richter | 2021-01-13 | 1 | -3/+15 |
* | mac: drop build support for swift versions earlier than version 4.1 | der richter | 2021-01-13 | 1 | -27/+0 |
* | mac: fix usage of temporary pointers | der richter | 2021-01-13 | 2 | -29/+57 |
* | mac: use visible frame rectangle for window geometry calculation | der richter | 2020-12-19 | 2 | -0/+8 |
* | terminal: process input when foregrounded | Guido Cella | 2020-11-26 | 1 | -1/+9 |
* | osdep/terminal: Add function to get terminal pixel dimensions | Shreesh Adiga | 2020-11-22 | 4 | -0/+24 |
* | path: do not use old_home for win32 exe dir | wm4 | 2020-11-16 | 1 | -1/+1 |
* | Revert "path: switch back to using non-XDG config dir by default" | Philip Langdale | 2020-10-16 | 1 | -7/+7 |
* | Revert "path: do not use old_home for win32 exe dir" | Philip Langdale | 2020-10-16 | 1 | -1/+1 |
* | terminal: fix segfault when backgrounding | wm4 | 2020-09-21 | 1 | -2/+4 |
* | mac: add an option to change the App activation policy | der richter | 2020-09-20 | 2 | -0/+3 |
* | terminal: attempt to handle the ESC key | wm4 | 2020-09-17 | 1 | -24/+22 |
* | terminal-unix: attempt to support more CTRL | wm4 | 2020-09-10 | 1 | -6/+14 |
* | mac: use config cache und wakeup for mac option runtime changes | der richter | 2020-08-22 | 2 | -18/+24 |
* | cocoa-cb: generalisation of backend independent parts | der richter | 2020-08-22 | 4 | -20/+14 |
* | win32: scripting utils.get_env_list(): use UTF-8 | Avi Halachmi (:avih) | 2020-08-16 | 2 | -0/+15 |
* | command: extend subprocess command stdin, change behavior | wm4 | 2020-08-16 | 2 | -4/+49 |
* | win32: request the UTF-8 code page for Windows APIs | James Ross-Gowan | 2020-08-08 | 1 | -0/+1 |
* | subprocess-win: update to mp_subprocess2 | James Ross-Gowan | 2020-07-20 | 4 | -140/+398 |
* | command: extend subprocess command | wm4 | 2020-07-20 | 3 | -116/+3 |
* | path: do not use old_home for win32 exe dir | wm4 | 2020-06-25 | 1 | -1/+1 |
* | path: switch back to using non-XDG config dir by default | wm4 | 2020-06-25 | 1 | -7/+7 |
* | build: change filenames of generated files | wm4 | 2020-06-04 | 2 | -2/+2 |
* | terminal-win: handle 'Change Window Title' OSC sequence | James Ross-Gowan | 2020-05-29 | 1 | -99/+131 |
* | osdep: remove confstr() fallback for subprocess spawning | sfan5 | 2020-05-25 | 1 | -7/+2 |
* | osdep: remove posix_spawn() helpers and wrappers | wm4 | 2020-05-15 | 4 | -145/+1 |
* | subprocess: replace posix_spawnp() with fork() | wm4 | 2020-05-15 | 1 | -17/+118 |
* | w32_common: Support HiDPI on Windows | RealDolos | 2020-05-08 | 1 | -2/+3 |
* | win32: SGR emulation: minor fixup on invalid sequence | Avi Halachmi (:avih) | 2020-04-24 | 1 | -2/+5 |
* | osdep/terminal-win: native VT: report exact width | Avi Halachmi (:avih) | 2020-04-23 | 1 | -2/+3 |
* | win32: native VT: logic fixup | Avi Halachmi (:avih) | 2020-04-23 | 1 | -2/+2 |
* | win32: use windows 10 native virtual-terminal if available | Avi Halachmi (:avih) | 2020-04-23 | 1 | -2/+34 |
* | win32: improve console SGR escape sequence emulation | Avi Halachmi (:avih) | 2020-04-23 | 1 | -11/+50 |
* | build: restore BSD thread names after 9f461b85bfa3 | Jan Beich | 2020-04-23 | 1 | -0/+4 |
* | terminal-unix: add key_entry defs for DECCKM mode | Murray Campbell | 2020-04-15 | 1 | -0/+4 |
* | win32: pthread: define PTHREAD_MUTEX_ERRORCHECK | wm4 | 2020-03-19 | 1 | -0/+1 |
* | osdep: add a pthread debugging wrapper | wm4 | 2020-03-18 | 2 | -1/+82 |
* | options: change option macros and all option declarations | wm4 | 2020-03-18 | 1 | -24/+24 |
* | options: introduce bool option type, use it for --fullscreen | wm4 | 2020-03-14 | 1 | -1/+1 |
* | atomic: add atomic_exchange_explicit() fallback | wm4 | 2020-03-05 | 1 | -2/+7 |
* | mac, cocoa: fix UI updates on none main queue threads | der richter | 2020-02-22 | 1 | -3/+7 |
* | mac: fix media key support for libmpv users | der richter | 2020-02-22 | 5 | -43/+33 |
* | scripting: add a way to run sub processes as "scripts" | wm4 | 2020-02-19 | 1 | -0/+6 |
* | subprocess: implement proper detached processes on POSIX | wm4 | 2020-02-16 | 3 | -10/+66 |
* | subprocess: change to a fancier API | wm4 | 2020-02-16 | 3 | -83/+185 |
* | mac: activate logging when started from the bundle | der richter | 2020-02-08 | 1 | -4/+41 |
* | mac: remove stdout and stderr redirect for logging | der richter | 2020-02-08 | 1 | -11/+0 |
* | mac: change Report Issue menu link to the new choose template page | der richter | 2020-01-26 | 1 | -1/+1 |
* | cocoa-cb: add support for forcing the dedicated GPU for rendering | der richter | 2020-01-26 | 2 | -0/+4 |
* | mac: report playback state to the MediaPlayer Command Center | der richter | 2020-01-26 | 2 | -11/+48 |
* | mac: add support for PLAYONLY and PAUSEONLY key codes to MediaPlayer | der richter | 2020-01-26 | 1 | -3/+3 |
* | build: fix build with disabled swift and Media Player | der richter | 2019-12-23 | 1 | -1/+2 |
* | mac: replace old event tap for media key support with MediaPlayer | der richter | 2019-12-15 | 6 | -126/+184 |
* | mac: remove Apple Remote support | der richter | 2019-12-15 | 5 | -2481/+1 |
* | cocoa-cb: fix freeing of macos_opts config group | der richter | 2019-12-15 | 1 | -5/+5 |
* | cocoa-cb: update and add more options to use new options handling | der richter | 2019-12-15 | 1 | -0/+5 |
* | cocoa-cb: use m_config_cache and new VOCTRL for option handling | der richter | 2019-12-15 | 4 | -5/+49 |
* | atomic: add mp_atomic_uint64 | wm4 | 2019-11-29 | 1 | -0/+2 |
* | player: Optionally validate st_mtime when restoring playback state | Chris Down | 2019-11-20 | 1 | -0/+3 |
* | cocoa-cb: remove get_property_* usages and split up mpv helper | der richter | 2019-10-06 | 5 | -110/+156 |
* | cocoa-cb: add support for 10bit opengl rendering | der richter | 2019-09-26 | 4 | -1/+20 |
* | mac: add Open Playlist menu bar item | Akemi | 2019-09-23 | 1 | -0/+17 |
* | stream_libarchive: Always use LC_CTYPE_MASK for libarchive | James Hilliard | 2019-09-21 | 1 | -1/+0 |
* | io: remove Windows tmpfile() emulation | wm4 | 2019-09-19 | 2 | -37/+0 |
* | win32: remove -municode from mpv binary | wm4 | 2019-09-19 | 1 | -7/+5 |
* | osdep: add mkostemps() emulation | wm4 | 2019-09-19 | 2 | -2/+36 |
* | cocoa-cb: migrate to swift 5 with swift 4 fallback | der richter | 2019-07-21 | 3 | -9/+74 |
* | cocoa-cb: conditional compilation for Dark Mode and Material features | der richter | 2019-07-21 | 1 | -0/+24 |
* | win32-console-wrapper: silence missing prototype warnings | James Ross-Gowan | 2019-05-10 | 1 | -2/+4 |
* | libarchive: add fallback for systems without C.UTF-8 | dudemanguy | 2019-05-04 | 1 | -0/+1 |
* | cocoa-cb: remove all force unwrappings of optionals | der richter | 2019-04-25 | 2 | -25/+37 |
* | cocoa-cb: add support for custom colored title bar | der richter | 2019-04-02 | 4 | -0/+18 |
* | cocoa-cb: refactor title bar styling | der richter | 2019-04-02 | 3 | -3/+20 |
* | cocoa-cb: synchronise the flush with the render | Akemi | 2019-04-02 | 1 | -1/+4 |
* | cocoa-cb: wakeup vo when new events are available | Akemi | 2019-04-02 | 1 | -0/+1 |
* | macosx_events: fix crash when shutting down during window animations | Rodger Combs | 2019-03-13 | 1 | -1/+3 |
* | Merge branch 'master' into pr6360 | Jan Ekström | 2019-03-11 | 3 | -1/+67 |
|\ |
|
| * | cocoa-cb: add support for VOCTRL_GET_DISPLAY_NAMES | Akemi | 2019-02-10 | 2 | -0/+38 |
| * | cocoa-cb: use Swift Extensions for convenience | Akemi | 2019-02-10 | 1 | -0/+28 |
| * | mac: add missing semicolon to macosx_compat.h | Ken | 2019-01-26 | 1 | -1/+1 |
* | | demux, stream: readd cache-speed in some other form | wm4 | 2018-12-06 | 1 | -0/+3 |
* | | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer... | Anton Kindestam | 2018-12-05 | 5 | -17/+8 |
|\ \
| |/
|/| |
|
| * | terminal-unix: stop trying to read when terminal disappears | wm4 | 2018-05-24 | 1 | -2/+4 |
| * | osdep: add portable C11-like alignof() macro | wm4 | 2018-05-24 | 1 | -0/+5 |
| * | timer: remove an unused helper function | wm4 | 2018-05-24 | 2 | -16/+0 |
| * | misc: move mp_cancel from stream.c to thread_tools.c | wm4 | 2018-05-24 | 2 | -1/+3 |
* | | cocoa-cb: use libmpv's advanced rendering control and timing | Akemi | 2018-11-13 | 1 | -2/+22 |
* | | {mac,cocoa}: trim trailing null out of macosx_icon when loading it | Rodger Combs | 2018-10-02 | 1 | -1/+2 |
* | | mac: fix crash if we can't get an event tap | Rodger Combs | 2018-10-02 | 1 | -9/+12 |
* | | cocoa-cb: add Apple Software Renderer support | Akemi | 2018-09-30 | 2 | -0/+4 |
* | | cocoa-cb: move macOS option retrieval to the earliest point possible | Akemi | 2018-09-30 | 1 | -0/+6 |
* | | osdep: make use of HAVE_ANDROID | Tom Yan | 2018-08-20 | 3 | -4/+8 |
* | | osx: Fix initialization and access of service menu | Michael Hoang | 2018-08-11 | 1 | -2/+2 |
* | | cocoa-cb: remove pre-allocation of window, view and layer | Akemi | 2018-06-12 | 5 | -41/+44 |
* | | terminal-unix: stop trying to read when terminal disappears | wm4 | 2018-05-25 | 1 | -2/+4 |
|/ |
|
* | demux: support for some kinds of timed metadata | wm4 | 2018-04-18 | 1 | -0/+2 |
* | cocoa-cb: fix a warning with swift 4.1 and slight cleanup | Akemi | 2018-04-17 | 1 | -3/+7 |
* | HIDRemote: fix volume buttons on macOS 10.13 | Akemi | 2018-04-17 | 1 | -0/+8 |
* | cocoa-cb: fix shutdown when fullscreen animation is running | Akemi | 2018-03-18 | 1 | -1/+4 |
* | all: replace mpv_detach_destroy() with mpv_destroy() | wm4 | 2018-03-15 | 1 | -2/+2 |
* | cocoa-cb: fix usage of wrong fbo when off-screen | Akemi | 2018-03-11 | 1 | -4/+4 |
* | cocoa-cb: use new libmpv API instead of opengl-cb | Akemi | 2018-03-04 | 2 | -48/+62 |
* | cocoa-cb: move the GL dummy function to swift | Akemi | 2018-03-04 | 2 | -6/+3 |
* | osdep/atomic: add emulation for atomic_exchange() | wm4 | 2018-02-28 | 1 | -0/+7 |
* | osdep/atomic: fix potential shadowing warnings | wm4 | 2018-02-28 | 1 | -8/+8 |
* | cocoa-cb: make fullscreen resize animation duration configurable | Akemi | 2018-02-28 | 1 | -0/+7 |
* | cocoa-cb: change border and borderless window styling | Akemi | 2018-02-28 | 2 | -0/+17 |
* | cocoa-cb: fix invalid framebuffer operation error | Akemi | 2018-02-21 | 1 | -1/+5 |
* | lua+js: Implement utils.getpid() | sfan5 | 2018-02-13 | 1 | -0/+29 |
* | cocoa-cb: initial implementation via opengl-cb API | Akemi | 2018-02-12 | 6 | -42/+392 |
* | osx: add some more menu bar items as suggested by Apples's HIG | Akemi | 2018-01-20 | 1 | -0/+35 |
* | osx: code cleanups and cosmetic fixes | Akemi | 2018-01-20 | 5 | -16/+2 |
* | osx: fix macOS 10.13 deprecation warning | Akemi | 2018-01-20 | 2 | -1/+7 |
* | mpv.rc: readd actual version info | Ricardo Constantino | 2018-01-01 | 1 | -2/+2 |
* | build: move copyright statement to a shared location | wm4 | 2018-01-01 | 2 | -2/+3 |
* | Update copyright year | wm4 | 2018-01-01 | 1 | -1/+1 |
* | subprocess-win: don't change the mouse cursor in CreateProcess | pavelxdd | 2017-12-14 | 1 | -1/+1 |
* | terminal-unix: fix race condition with tty reset | Drew DeVault | 2017-12-09 | 1 | -10/+10 |
* | terminal-unix: switch back to poll(3) | Drew DeVault | 2017-12-09 | 1 | -15/+9 |
* | osdep: add poll shim for macOS | Drew DeVault | 2017-12-09 | 2 | -0/+82 |
* | terminal-unix: fix busy looping on Linux | Drew DeVault | 2017-12-08 | 1 | -2/+1 |
* | Use /dev/tty instead of stdin for terminal input | Drew DeVault | 2017-12-08 | 1 | -18/+43 |
* | build: remove nanosleep() check | wm4 | 2017-12-02 | 1 | -9/+0 |
* | build: remove termios check | wm4 | 2017-12-02 | 1 | -14/+0 |
* | ao: simplify hack for float atomics | wm4 | 2017-11-30 | 1 | -0/+3 |
* | win32: fix semantics of POSIX 2008 locale stubs | James Ross-Gowan | 2017-11-19 | 2 | -4/+19 |
* | stream_libarchive, osdep: use stubs for POSIX 2008 locale on MinGW | wm4 | 2017-11-12 | 1 | -0/+7 |
* | osx: fix the bundle $PATH yet again | Akemi | 2017-11-11 | 1 | -1/+1 |
* | win32: add more-POSIXy versions of open() and fstat() | James Ross-Gowan | 2017-10-25 | 2 | -39/+296 |
* | osx: add right MacPorts paths to our bundle $PATH | Akemi | 2017-10-07 | 1 | -2/+3 |
* | osx: add some common paths to our $PATH when started from bundle | Akemi | 2017-10-03 | 1 | -0/+8 |
* | osx: fix bundle on macOS High Sierra (10.13) | Akemi | 2017-10-03 | 2 | -6/+21 |
* | android: posix_spawn(p) replacement | sfan5 | 2017-09-22 | 4 | -1/+143 |
* | osdep/io: add android related bullshit | Jan Ekström | 2017-09-18 | 1 | -0/+27 |
* | osx: fix media keys input when other Apps steal the priority | Akemi | 2017-09-07 | 3 | -0/+27 |
* | osx: fix build on macOS 10.11 and earlier | Akemi | 2017-08-26 | 2 | -2/+8 |
* | win32: fix massive memory corruption (take 2) | wm4 | 2017-08-21 | 1 | -3/+4 |
* | win32: fix massive memory corruption | wm4 | 2017-08-21 | 1 | -2/+6 |
* | osx: remove the standard "Show Tab Bar" menu item | Akemi | 2017-08-18 | 1 | -0/+3 |
* | osx: code cleanups and cosmetic fixes | Akemi | 2017-08-18 | 2 | -5/+7 |
* | osx: refactor menu bar creation | Akemi | 2017-08-18 | 4 | -81/+686 |
* | osx: move menu bar creation into its own file | Akemi | 2017-08-18 | 6 | -142/+211 |
* | {demux_mf,osdep/io}: disable glob usage when it is not available | Jan Ekström | 2017-08-05 | 1 | -1/+1 |
* | w32_common: handle media keys | James Ross-Gowan | 2017-08-05 | 2 | -0/+23 |
* | subprocess-win: fix swprintf usage | James Ross-Gowan | 2017-07-29 | 1 | -1/+2 |
* | subprocess-win: don't leak pipe handle on error | James Ross-Gowan | 2017-07-28 | 1 | -1/+3 |
* | subprocess-win: remove VLA usage | James Ross-Gowan | 2017-07-26 | 1 | -2/+4 |
* | Universal Windows Plaform (UWP) support | Pedro Pombeiro | 2017-06-29 | 6 | -3/+89 |
* | Avoid calling close(-1) | wm4 | 2017-06-29 | 2 | -20/+24 |
* | build: change how some OS specific source files are selected | wm4 | 2017-06-29 | 3 | -10/+40 |
* | build: replace glob() check and assume it's always in POSIX | wm4 | 2017-06-29 | 1 | -1/+1 |
* | terminal: remove unused return value | wm4 | 2017-06-27 | 3 | -6/+3 |
* | osx: change license of OSX and cocoa files to LGPL | wm4 | 2017-06-24 | 10 | -71/+71 |
* | w32_common, w32_keyboard: change license to LGPL | wm4 | 2017-06-24 | 2 | -14/+14 |
* | Revert "osdep: NetBSD pthread_setname_np()" | wm4 | 2017-06-22 | 1 | -6/+0 |
* | win32: pthread: avoid using TLS, simplify pthread_t | wm4 | 2017-06-15 | 2 | -48/+89 |
* | terminal: change license to LGPL | wm4 | 2017-06-14 | 3 | -32/+25 |
* | mpv.rc, mpv.exe.manifest: change license to LGPL | wm4 | 2017-06-12 | 1 | -9/+7 |
* | win32: pthread: use the new thread naming API | James Ross-Gowan | 2017-05-18 | 3 | -1/+27 |
* | osdep/compiler.h: change license to LGPL | wm4 | 2017-05-08 | 1 | -14/+8 |
* | osdep/timer*: change license to LGPL | wm4 | 2017-05-05 | 3 | -23/+21 |
* | osx: fix deadlock on exit with libmpv on OSX | wm4 | 2017-04-19 | 1 | -8/+11 |
* | Fix use of ISC license | wm4 | 2017-04-15 | 4 | -2/+37 |
* | win32: fix mismatched free/talloc_free | wm4 | 2017-04-12 | 1 | -1/+1 |
* | win32: rewrite getcwd() using GetFullPathNameW | wm4 | 2017-04-11 | 1 | -2/+11 |
* | win32: add UTF-8 getcwd() wrapper | wm4 | 2017-04-11 | 2 | -0/+20 |
* | osx: fix Touch Bar access on systems without Touch Bar support | Akemi | 2017-04-02 | 1 | -4/+7 |
* | osx: fix event propagation of menu bar item key shortcuts | Akemi | 2017-03-27 | 1 | -4/+3 |
* | osx: fix key input in certain circumstances | Akemi | 2017-03-26 | 5 | -25/+15 |
* | osx: initial Touch Bar support | Akemi | 2017-03-26 | 7 | -0/+433 |
* | osx: add key mappings for previous and next Media Keys | Akemi | 2017-03-09 | 1 | -3/+5 |
* | osx: drop support for OS X 10.7 and earlier | Akemi | 2017-02-27 | 2 | -31/+0 |
* | cocoa: fix dragging out of focus window | Akemi | 2017-02-21 | 1 | -0/+1 |
* | osx: improve bundle handling | Akemi | 2017-02-16 | 1 | -50/+5 |
* | cocoa: gracefully quit from the Dock's context menu | Akemi | 2017-02-16 | 1 | -4/+10 |
* | atomic: remove __atomic builtin usage | wm4 | 2017-02-13 | 1 | -30/+7 |
* | vo_opengl: angle: rewrite with custom swap chain | James Ross-Gowan | 2017-02-07 | 1 | -0/+8 |
* | win32: add COM-specific SAFE_RELEASE to windows_utils.h | James Ross-Gowan | 2017-01-30 | 1 | -0/+4 |
* | atomic: drop __sync builtins | wm4 | 2017-01-27 | 1 | -19/+0 |
* | Update copyright year | wm4 | 2017-01-01 | 1 | -1/+1 |
* | cocoa: cosmetic fixes | Akemi | 2016-12-16 | 2 | -6/+11 |
* | cocoa: fullscreen refactoring | Akemi | 2016-12-15 | 1 | -0/+1 |
* | cocoa: support append file to paylist on drop | Akemi | 2016-12-14 | 1 | -1/+4 |
* | osx: update the menu and remove conflicting item | Akemi | 2016-12-12 | 1 | -7/+5 |
* | win32: fix some Clang warnings | James Ross-Gowan | 2016-11-17 | 1 | -3/+3 |
* | build: fix compilation with mingw-w64/Clang | James Ross-Gowan | 2016-11-17 | 1 | -1/+1 |
* | terminal-win: support modifier keys in console input | James Ross-Gowan | 2016-10-14 | 1 | -2/+14 |
* | terminal-win: clean up console input | James Ross-Gowan | 2016-10-14 | 1 | -49/+33 |
* | win32: build with -DINITGUID | James Ross-Gowan | 2016-09-28 | 1 | -1/+0 |
* | player: do not let pseudo-gui override user config settings | wm4 | 2016-09-23 | 1 | -2/+4 |
* | cocoa: fix macOS 10.12 deprecation warnings | Akemi | 2016-09-22 | 3 | -9/+42 |
* | player: make --terminal freetly settable at runtime | wm4 | 2016-09-19 | 2 | -4/+3 |
* | terminal-unix: don't send quit command on terminal_uninit() | wm4 | 2016-09-19 | 1 | -4/+8 |
* | osdep: rename atomics.h to atomic.h | wm4 | 2016-09-07 | 2 | -3/+3 |
* | atomics: readd some emulation | wm4 | 2016-09-06 | 1 | -0/+43 |
* | build: always require atomics | wm4 | 2016-08-05 | 1 | -21/+8 |
* | osdep/io: introduce mp_flush_wakeup_pipe() | Rostislav Pehlivanov | 2016-07-30 | 2 | -0/+9 |
* | Use - as command-name separator everywhere | Timotej Lazar | 2016-07-14 | 1 | -1/+1 |
* | win32: mpv.rc: re-add version info | James Ross-Gowan | 2016-07-12 | 1 | -7/+25 |
* | subprocess: add a callback to ignore output | Ben Boeckel | 2016-07-05 | 2 | -0/+6 |
* | Fix misspellings | stepshal | 2016-06-26 | 2 | -5/+5 |
* | build: silence -Wunused-result | Niklas Haas | 2016-06-07 | 1 | -3/+3 |
* | win32: pthread: use SRW locks by default | wm4 | 2016-05-24 | 2 | -20/+33 |
* | mpv.rc: remove most contents | wm4 | 2016-03-14 | 1 | -21/+0 |
* | glob-win: relicense to LGPL | James Ross-Gowan | 2016-02-18 | 1 | -7/+7 |
* | windows_utils: try and use FormatMessage for errors. | Kevin Mitchell | 2016-02-17 | 2 | -3/+23 |
* | dxva2: use mp_HESULT_to_str on FAILED(hr) | Kevin Mitchell | 2016-02-16 | 1 | -0/+35 |
* | cocoa: fix charcode retrieving for accented characters | Alexis Nootens | 2016-02-15 | 1 | -1/+2 |
* | Initial Android support | Jan Ekström | 2016-02-10 | 3 | -0/+102 |
* | build: make posix_spawn optional | wm4 | 2016-02-08 | 1 | -0/+12 |
* | Relicense some non-MPlayer source files to LGPL 2.1 or later | wm4 | 2016-01-19 | 12 | -84/+85 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 5 | -5/+5 |
* | ao_wasapi: move out some utility functions | wm4 | 2016-01-11 | 2 | -0/+126 |
* | win32: fix fd:// | James Ross-Gowan | 2016-01-07 | 1 | -0/+7 |
* | Update copyright year | wm4 | 2016-01-01 | 1 | -1/+1 |
* | path-win: include initguid.h | Kevin Mitchell | 2015-12-20 | 1 | -0/+1 |
* | win32: add Windows 10 compatibility GUID | James Ross-Gowan | 2015-12-20 | 1 | -0/+2 |
* | win32: path: use Known Folder IDs | James Ross-Gowan | 2015-12-20 | 1 | -7/+9 |
* | win32: use PIPE_REJECT_REMOTE_CLIENTS | James Ross-Gowan | 2015-12-20 | 1 | -1/+2 |
* | win32: remove ProcThreadAttributeList dynamic loading | James Ross-Gowan | 2015-12-20 | 1 | -36/+6 |
* | win32: remove SetDllDirectoryW dynamic loading | James Ross-Gowan | 2015-12-20 | 1 | -4/+1 |
* | win32: fix console output with raw stdio functions | James Ross-Gowan | 2015-12-06 | 1 | -8/+7 |
* | input: add append argument to file drop event | Kevin Mitchell | 2015-08-30 | 1 | -1/+1 |
* | atomics: cleanup HAVE_ATOMICS define | wm4 | 2015-08-13 | 1 | -5/+0 |
* | terminal: disable terminal foreground state polling | wm4 | 2015-08-01 | 1 | -2/+1 |
* | win32: revert wchar_t changes | wm4 | 2015-08-01 | 4 | -21/+21 |
* | win32: more wchar_t -> WCHAR replacements | wm4 | 2015-07-30 | 1 | -1/+1 |
* | win32: replace wchar_t with WCHAR | wm4 | 2015-07-29 | 3 | -20/+20 |
* | win32: pthread: don't play dirty tricks for mutex init | wm4 | 2015-07-27 | 2 | -28/+10 |
* | win32: add portable config mode | wm4 | 2015-07-27 | 1 | -9/+30 |
* | player: use exit code 0 by default for quit, 4 for signals, etc. | Philip Sequeira | 2015-07-11 | 1 | -1/+1 |
* | timer: fix a corner case on clock changes | wm4 | 2015-07-04 | 1 | -1/+4 |
* | win32: use QueryPerformanceCounter for timing | James Ross-Gowan | 2015-07-04 | 1 | -13/+11 |
* | subprocess, lua: export whether the process was killed by us | wm4 | 2015-06-27 | 3 | -3/+13 |
* | terminal-unix: set terminal mode on init | wm4 | 2015-06-27 | 1 | -1/+1 |
* | Revert "win32: add mappings for some special keys" | wm4 | 2015-06-24 | 1 | -9/+0 |
* | Various spelling fixes | Marcin Kurczewski | 2015-06-18 | 1 | -1/+1 |
* | osx: add NULL check for input context in a missing case | wm4 | 2015-06-01 | 1 | -1/+2 |
* | osx: synchronize access to the input_ctx | wm4 | 2015-05-26 | 1 | -18/+30 |
* | osx: never expose input_ctx from EventsResponder | wm4 | 2015-05-26 | 3 | -20/+33 |
* | win32: do not call timeEndPeriod(1) on termination | wm4 | 2015-05-21 | 1 | -8/+0 |
* | Remove trailing whitespaces | Michael Vetter | 2015-05-15 | 2 | -200/+200 |
* | win32: add mappings for some special keys | wm4 | 2015-05-12 | 1 | -0/+9 |
* | threads: use utility+POSIX functions instead of weird wrappers | wm4 | 2015-05-11 | 4 | -23/+11 |
* | ao: make better use of atomics | wm4 | 2015-05-11 | 1 | -0/+1 |
* | atomics: add atomic_fetch_and/atomic_fetch_or | wm4 | 2015-05-11 | 1 | -7/+20 |
* | Always block SIGPIPE globally | wm4 | 2015-05-11 | 1 | -3/+0 |
* | build: exclude -Wredundant-decls | wm4 | 2015-05-09 | 1 | -2/+0 |
* | path: make mp_path_join accept normal C strings | wm4 | 2015-05-09 | 2 | -3/+3 |
* | subprocess-win: use the correct pipe namespace | James Ross-Gowan | 2015-05-04 | 1 | -1/+1 |
* | win32: fix desktop directory | wm4 | 2015-05-03 | 1 | -1/+1 |
* | win32: move platform specifics to osdep | wm4 | 2015-05-02 | 1 | -0/+28 |
* | build: move main-fn files to osdep | wm4 | 2015-05-02 | 6 | -7/+76 |
* | cocoa: always compile OSX application code with cocoa | wm4 | 2015-05-02 | 3 | -11/+15 |
* | path: update path descriptions | wm4 | 2015-05-02 | 1 | -1/+2 |
* | path: add resolving desktop path to platform-specific paths | wm4 | 2015-05-01 | 3 | -2/+14 |
* | timer: add "static" to a variable | wm4 | 2015-05-01 | 1 | -1/+1 |
* | path: refactor | wm4 | 2015-05-01 | 4 | -25/+98 |
* | terminal: printf() is not signal-safe | wm4 | 2015-04-24 | 1 | -2/+1 |
* | subprocess: move implementation for deatched subprocesses | wm4 | 2015-04-15 | 2 | -0/+60 |
* | subprocess-posix: always connect stdin to /dev/null | wm4 | 2015-04-15 | 1 | -1/+12 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 13 | -49/+41 |
* | win32: only attach to the console from mpv.com | James Ross-Gowan | 2015-04-11 | 3 | -13/+44 |
* | win32: use a platform-specific unicode entry-point | James Ross-Gowan | 2015-04-11 | 2 | -28/+0 |
* | subprocess-win: clarify argument escaping logic | James Ross-Gowan | 2015-03-24 | 1 | -8/+8 |
* | subprocess-win: handle empty arguments correctly | James Ross-Gowan | 2015-03-24 | 1 | -0/+6 |
* | osx: terminate argv properly when arguments are removed | wm4 | 2015-03-06 | 1 | -1/+4 |
* | cocoa: silence -Wlogical-op-parentheses | Stefano Pigozzi | 2015-03-04 | 1 | -1/+1 |
* | msg: use relaxed atomics for log level test | wm4 | 2015-03-02 | 1 | -0/+5 |
* | cocoa: remove unused function | Stefano Pigozzi | 2015-02-14 | 1 | -7/+0 |
* | cocoa: fix exiting the command line player | wm4 | 2015-02-13 | 1 | -4/+3 |
* | osx: move cocoa specific call out of common code | wm4 | 2015-02-12 | 1 | -0/+2 |
* | win32: fix/change application name | wm4 | 2015-02-09 | 2 | -3/+3 |
* | osdep/subprocess-posix: remove __GLIBC__ guard | Kevin Mitchell | 2015-02-03 | 1 | -3/+2 |
* | msg: add --log-file option | wm4 | 2015-01-26 | 2 | -1/+3 |
* | win32: use monotonic clock on windows if possible | Hiltjo Posthuma | 2015-01-19 | 1 | -0/+10 |
* | subprocess-win: Always quote argv[0] | James Ross-Gowan | 2015-01-16 | 1 | -3/+5 |
* | win32: request UTF-16 API variants, Vista+ APIs, and COM C macros | wm4 | 2015-01-07 | 1 | -1/+0 |
* | terminal: always print to stderr with --no-input-terminal | wm4 | 2015-01-07 | 1 | -5/+6 |
* | player: use libavutil API to get number of CPUs | wm4 | 2015-01-05 | 2 | -67/+0 |
* | subprocess: allow disabling redirection of stdout/stderr | wm4 | 2015-01-01 | 2 | -6/+10 |
* | win32: add native wrappers for pthread functions | wm4 | 2015-01-01 | 3 | -0/+380 |
* | Update copyright year | wm4 | 2015-01-01 | 1 | -1/+1 |
* | win32: add mmap() emulation | wm4 | 2014-12-26 | 2 | -0/+74 |
* | client API: document requirement to block SIGPIPE | wm4 | 2014-12-24 | 1 | -1/+1 |
* | cocoa: ignore first file open events from command line | Stefano Pigozzi | 2014-12-07 | 2 | -0/+9 |
* | cocoa: use --idle when running inside bundle | Stefano Pigozzi | 2014-12-06 | 4 | -152/+56 |
* | cocoa: don't create Dock icon for audio only files | Stefano Pigozzi | 2014-12-05 | 1 | -17/+4 |
* | cocoa: remove urlencoding for url open events | Stefano Pigozzi | 2014-12-02 | 1 | -0/+2 |
* | cocoa: fix opening reference URLs (.file/id=) | Stefano Pigozzi | 2014-12-01 | 1 | -2/+4 |
* | subprocess-win: remove a Vista-only flag | James Ross-Gowan | 2014-11-28 | 1 | -3/+2 |
* | subprocess: minor cosmetic cleanup | wm4 | 2014-11-22 | 3 | -5/+9 |
* | lua: subprocess: move to osdep/subprocess-{win,posix}.c | James Ross-Gowan | 2014-11-22 | 3 | -0/+547 |
* | Catch SIGPIPE | wm4 | 2014-11-20 | 1 | -0/+3 |
* | terminal-unix: Add some comments about FD use. | Rudolf Polzer | 2014-11-13 | 1 | -0/+8 |
* | terminal-unix: Fix initial terminal state. | Rudolf Polzer | 2014-11-13 | 1 | -1/+1 |
* | atomics: add atomic_compare_exchange_strong() | wm4 | 2014-11-09 | 1 | -0/+11 |
* | win32: silence some warnings | James Ross-Gowan | 2014-11-08 | 1 | -1/+1 |
* | osdep: potentially fix compilation on OpenBSD | wm4 | 2014-10-31 | 1 | -0/+1 |
* | osdep: add helper for creating a sane pipe() | wm4 | 2014-10-26 | 2 | -4/+21 |
* | terminal: drop ncurses/terminfo/termcap support | wm4 | 2014-10-23 | 1 | -386/+3 |
* | terminal: strictly don't read terminal input if stdout is not a terminal | wm4 | 2014-10-23 | 1 | -5/+8 |
* | win32: change config path priorities | wm4 | 2014-10-23 | 1 | -2/+2 |
* | osdep: NetBSD pthread_setname_np() | wm4 | 2014-10-22 | 1 | -0/+6 |
* | osdep: shorten thread name on glibc only | wm4 | 2014-10-20 | 1 | -3/+7 |
* | osdep: limit thread names to 16 characters | wm4 | 2014-10-20 | 1 | -1/+1 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 5 | -0/+25 |
* | win32: remove an unneeded mechanism | wm4 | 2014-10-19 | 2 | -7/+3 |
* | win32: remove outdated comment | wm4 | 2014-10-19 | 1 | -3/+0 |
* | win32: get rid of mp_stat in the normal source code | wm4 | 2014-10-17 | 2 | -7/+54 |
* | win32: make lseek() fail on pipes | wm4 | 2014-10-17 | 2 | -0/+19 |
* | cocoa: allow to disable apple remote at compile time | Stefano Pigozzi | 2014-10-17 | 1 | -0/+9 |
* | terminal: recognize ^h | wm4 | 2014-10-17 | 1 | -0/+1 |
* | cocoa: post keydown and keyup events without event monitor | Stefano Pigozzi | 2014-10-09 | 2 | -0/+6 |
* | libmpv/cocoa: don't start the event monitor | Stefano Pigozzi | 2014-10-09 | 2 | -10/+21 |
* | Remove mpbswap.h | wm4 | 2014-09-25 | 1 | -32/+0 |
* | audio: drop swapped-endian audio formats | wm4 | 2014-09-23 | 1 | -0/+6 |
* | osdep: hack to fix build with low quality pthreads-w32 headers | wm4 | 2014-09-20 | 1 | -0/+1 |
* | osdep/semaphore_osx.c: Include osdep/semaphore.h before #ifdef | Diogo Franco (Kovensky) | 2014-09-10 | 1 | -3/+2 |
* | osdep: fix windows build | wm4 | 2014-09-10 | 1 | -1/+2 |
* | osdep: add POSIX semaphore emulation for OSX | wm4 | 2014-09-10 | 2 | -0/+179 |
* | terminal-unix: don't read from stdin if it's not a terminal | wm4 | 2014-09-10 | 1 | -1/+1 |
* | terminal-unix: move to thread | wm4 | 2014-09-10 | 3 | -37/+73 |
* | terminal-win: minor simplification | wm4 | 2014-09-10 | 1 | -2/+2 |
* | win32: add tmpfile() replacement | James Ross-Gowan | 2014-09-05 | 2 | -0/+37 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 4 | -2/+137 |
* | bstr: preparation for next commit | wm4 | 2014-08-29 | 1 | -0/+1 |
* | posix: use STD*_FILENO constants | Ben Boeckel | 2014-08-28 | 1 | -4/+4 |
* | win32: correct SGR sequence handling | James Ross-Gowan | 2014-08-24 | 1 | -5/+13 |
* | win32: correct HANDLE type | James Ross-Gowan | 2014-08-24 | 3 | -5/+5 |
* | terminal-unix: new input handling code | wm4 | 2014-08-21 | 1 | -33/+246 |
* | terminal-win: read input from a thread | wm4 | 2014-08-21 | 2 | -29/+51 |
* | terminal: some cleanups | wm4 | 2014-08-21 | 3 | -64/+32 |
* | terminal-win: remove nonsensical code | wm4 | 2014-08-21 | 1 | -9/+0 |
* | win32: emulate some ANSI terminal escape codes | wm4 | 2014-08-21 | 4 | -41/+82 |
* | terminal-unix: eliminate unnecessary variable | wm4 | 2014-08-20 | 1 | -5/+2 |
* | cocoa: move handleFilesArray: to macosx_events | FRAU KOUJIRO | 2014-08-06 | 4 | -17/+18 |
* | cocoa: move set_input_context to macosx_events | FRAU KOUJIRO | 2014-08-06 | 4 | -9/+9 |
* | cocoa: sync inputContext inside EventsResponder | FRAU KOUJIRO | 2014-08-06 | 3 | -12/+28 |
* | cocoa: decouple events from application somewhat | FRAU KOUJIRO | 2014-08-06 | 4 | -64/+118 |
* | Remove the last remains of slave mode | wm4 | 2014-08-01 | 3 | -32/+2 |
* | cocoa: fix key equivalent dispatching | Stefano Pigozzi | 2014-07-30 | 2 | -22/+7 |
* | osdep: don't assume errno is positive | wm4 | 2014-07-25 | 1 | -2/+2 |
* | cocoa: fix compilation on OS X 10.8 | Stefano Pigozzi | 2014-07-14 | 2 | -4/+30 |
* | build: deal with endian mess | wm4 | 2014-07-10 | 1 | -0/+31 |
* | config: use the same signature for win32/OSX specific path functions | wm4 | 2014-06-26 | 3 | -8/+12 |
* | config: make passing talloc context optional for some functions | wm4 | 2014-06-26 | 2 | -14/+7 |
* | Basic xdg directory implementation | Kenneth Zhou | 2014-06-26 | 3 | -40/+39 |
* | win32: implement --priority differently | wm4 | 2014-06-12 | 2 | -94/+0 |
* | input: separate wakeup pipe creation into a separate function | wm4 | 2014-05-30 | 2 | -0/+26 |
* | timer: remove unneeded time_t overflow check | wm4 | 2014-05-24 | 1 | -12/+1 |
* | timer: workaround for crappy operating systems | wm4 | 2014-05-23 | 1 | -0/+1 |
* | timer: fix previous commit | wm4 | 2014-05-22 | 1 | -1/+1 |
* | timer: improve overflow checks | wm4 | 2014-05-22 | 1 | -4/+5 |
* | timer: fix (usually impossible) timespec.tv_sec overflow | wm4 | 2014-05-22 | 1 | -1/+13 |
* | osdep: silence a -Wshadow warning | wm4 | 2014-05-21 | 1 | -2/+2 |
* | timer: account for negative time values | wm4 | 2014-05-18 | 1 | -2/+6 |
* | threads: use mpv time for mpthread_cond_timedwait wrapper | wm4 | 2014-05-18 | 4 | -53/+87 |
* | terminal: always use SA_RESTART with sigaction() | wm4 | 2014-04-26 | 1 | -1/+1 |
* | threads: fix function name | wm4 | 2014-04-23 | 2 | -4/+4 |
* | dispatch: move into its own source file | wm4 | 2014-04-23 | 2 | -249/+0 |
* | glob-win: support Unicode | James Ross-Gowan | 2014-04-21 | 3 | -103/+151 |
* | Kill all tabs | wm4 | 2014-04-13 | 2 | -1865/+1865 |
* | client API: add mpv_get_wakeup_pipe convenience function | wm4 | 2014-04-12 | 2 | -1/+4 |
* | terminal-unix: reject overlong termcap strings | wm4 | 2014-04-10 | 1 | -0/+3 |
* | timer: reduce ifdef headsplitting-factor | wm4 | 2014-03-09 | 1 | -3/+8 |
* | timer: switch to CLOCK_MONOTONIC | wm4 | 2014-03-09 | 1 | -0/+10 |
* | timer: add utility function to get relative time | wm4 | 2014-02-28 | 2 | -0/+17 |
* | threads: fix wait time overflow check | wm4 | 2014-02-26 | 1 | -2/+2 |
* | win32: restore support for exe directory as config directory | elevengu | 2014-02-14 | 1 | -1/+5 |
* | cocoa: fix deadlock during initialization [2] | Stefano Pigozzi | 2014-02-13 | 1 | -6/+3 |
* | cocoa: fix deadlock during initialization | Stefano Pigozzi | 2014-02-13 | 1 | -1/+2 |
* | timer: init only once | wm4 | 2014-02-10 | 2 | -3/+18 |
* | threads: add a dispatch queue thing | wm4 | 2014-02-10 | 2 | -0/+250 |
* | threads: avoid timeout calculation overflow | wm4 | 2014-02-10 | 1 | -0/+3 |
* | io: make MP_PATH_MAX private to win32 code | wm4 | 2014-02-03 | 2 | -12/+10 |
* | threads: add function to calculate deadline for timed waits | wm4 | 2014-01-31 | 2 | -3/+14 |
* | threads: add wrapper for initializing recursive mutexes | wm4 | 2014-01-31 | 2 | -0/+13 |
* | cocoa: sort files opened from Finder the same way Finder does | Bilal Syed Hussain | 2014-01-20 | 1 | -1/+2 |
* | w32: use the w32_common keymap in terminal-win too | James Ross-Gowan | 2014-01-19 | 3 | -40/+130 |
* | io/win32: move mp_attach_console to terminal-win.c | Martin Herkt | 2014-01-16 | 3 | -23/+17 |
* | cocoa: add application icon to the Dock when run from CLI | Stefano Pigozzi | 2014-01-14 | 1 | -0/+16 |
* | terminal-unix: fix terminfo/termcap name for cursor up | wm4 | 2014-01-14 | 1 | -1/+1 |
* | terminal-unix: add fallback for enter key | wm4 | 2014-01-13 | 1 | -0/+3 |
* | terminal-unix: fix fallbacks in case terminfo/termcap are disabled | wm4 | 2014-01-13 | 1 | -2/+2 |
* | terminal-unix: add termcap/terminfo documentation links | wm4 | 2014-01-13 | 1 | -0/+4 |
* | player: redo terminal OSD and status line handling | wm4 | 2014-01-13 | 3 | -8/+16 |
* | terminal: don't initialize termcap etc. if stdout is not a terminal | wm4 | 2014-01-07 | 1 | -2/+6 |
* | Windows: use roaming AppData instead of local | Martin Herkt | 2014-01-06 | 1 | -1/+1 |
* | win32-console-wrapper: use child process exit code | Martin Herkt | 2014-01-06 | 1 | -4/+6 |
* | win32-console-wrapper: remove command line mangling | Martin Herkt | 2014-01-06 | 1 | -11/+2 |
* | win32-console-wrapper: Fix heap corruption | Martin Herkt | 2014-01-06 | 1 | -1/+1 |
* | cocoa: handle files drag and drop on the player video view | Stefano Pigozzi | 2014-01-04 | 1 | -0/+1 |
* | cocoa: refactor files drag and drop on the Dock icon | Stefano Pigozzi | 2014-01-04 | 1 | -24/+16 |
* | Add Windows console wrapper program (mpv.com) | Martin Herkt | 2014-01-02 | 1 | -0/+83 |
* | Windows: use the GUI subsystem, attach to console | Martin Herkt | 2014-01-02 | 2 | -0/+23 |
* | osdep/io, mp_vfprintf: split out console detection | Martin Herkt | 2014-01-02 | 1 | -42/+43 |
* | Update copyright year | wm4 | 2014-01-01 | 1 | -1/+1 |
* | path-macosx: attempt to fix build | wm4 | 2013-12-22 | 1 | -1/+1 |
* | macosx_application: replace mp_msg with stderr for semi-fatal error | wm4 | 2013-12-21 | 1 | -3/+4 |
* | path lookup functions: mp_msg conversions | wm4 | 2013-12-21 | 2 | -3/+7 |
* | input: rework how input sources are added | wm4 | 2013-12-21 | 3 | -20/+48 |
* | osdep/priority: drop message output when setting priority | wm4 | 2013-12-21 | 1 | -2/+0 |
* | terminal: abstract terminal color handling | wm4 | 2013-12-20 | 3 | -9/+75 |
* | terminal: move SIGTTOU signal handler setup code | wm4 | 2013-12-19 | 1 | -0/+2 |
* | Rename getch2....c/h to terminal....c/h | wm4 | 2013-12-19 | 3 | -2/+2 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 2 | -3/+0 |
* | stream: move O_BINARY dummy definition | wm4 | 2013-12-18 | 1 | -0/+4 |
* | Fix OSX build; remove all remaining mpvcore references | 11rcombs | 2013-12-17 | 3 | -5/+5 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 3 | -4/+4 |
* | Merge mp_talloc.h into ta/ta_talloc.h | wm4 | 2013-12-17 | 1 | -4/+2 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 3 | -5/+5 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -1/+1 |
* | macosx_events: fix null dereference on uninit | Stefano Pigozzi | 2013-12-07 | 1 | -1/+4 |
* | options: add option to disable using right Alt key as Alt Gr | Vivek Jain | 2013-12-02 | 1 | -2/+8 |
* | osdep/io: also include unistd.h | wm4 | 2013-11-30 | 1 | -0/+2 |
* | Use O_CLOEXEC when creating FDs | wm4 | 2013-11-30 | 2 | -1/+28 |
* | build: make pthreads mandatory | wm4 | 2013-11-28 | 1 | -7/+0 |
* | switch the build system to waf | Stefano Pigozzi | 2013-11-21 | 1 | -1/+0 |
* | osdep/io.c: include config.h | wm4 | 2013-11-20 | 1 | -0/+2 |
* | stream: split out pthread helper function | wm4 | 2013-11-17 | 2 | -0/+66 |
* | osdep: handle SIGTERM | wm4 | 2013-11-06 | 1 | -0/+2 |
* | osx: fix -Wshadow warnings on platform specific code | Stefano Pigozzi | 2013-11-04 | 1 | -4/+4 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 3 | -16/+17 |
* | getch2: assume EOF when input file descriptor is invalid | wm4 | 2013-10-28 | 1 | -2/+5 |
* | getch2: move global state to file scope variables | wm4 | 2013-10-28 | 1 | -6/+5 |
* | cocoa: fix opening quarantined files on 10.9 with the bundle [2] | Stefano Pigozzi | 2013-10-25 | 1 | -2/+2 |
* | cocoa: fix opening quarantined files on 10.9 with the bundle | Stefano Pigozzi | 2013-10-24 | 1 | -2/+7 |
* | cocoa: fix race condition with input context creation | Stefano Pigozzi | 2013-10-24 | 2 | -0/+14 |
* | getch2: remove pointless ifdeffery | wm4 | 2013-10-17 | 1 | -8/+0 |
* | Copyright, LICENSE: switch to GPL version 2 or later | wm4 | 2013-10-13 | 1 | -1/+1 |
* | osx: fix build | wm4 | 2013-09-27 | 1 | -2/+2 |
* | win32: edit resource files, in particular set CompanyName | wm4 | 2013-09-23 | 2 | -5/+5 |
* | macosx_application: fix regression causing crash | Stefano Pigozzi | 2013-09-19 | 1 | -2/+11 |
* | osdep/path: remove ifdefs | wm4 | 2013-09-18 | 1 | -6/+0 |
* | macosx: move bundle path stuff to path-macosx.m | Stefano Pigozzi | 2013-09-18 | 3 | -33/+14 |
* | path, win32: redo user configfile path handling | wm4 | 2013-09-18 | 3 | -2/+86 |
* | win32: add getenv() UTF-8 variant | wm4 | 2013-09-18 | 2 | -0/+62 |
* | HIDRemote: remove OS X version checks | Stefano Pigozzi | 2013-09-17 | 1 | -44/+1 |
* | macosx_application: remove deprecation warning on OS X 10.9 | Nyx0uf | 2013-09-16 | 1 | -15/+29 |
* | macosx_application: fix file opening on 10.9 (for real this time) | Stefano Pigozzi | 2013-09-13 | 1 | -1/+1 |
* | macosx_application: fix file opening on OS X 10.9 (hopefully) | Stefano Pigozzi | 2013-09-12 | 1 | -1/+10 |
* | macosx_application: handle mpv:// links | Stefano Pigozzi | 2013-09-07 | 1 | -0/+7 |
* | macosx_application: handle URL events as fileopen events | Stefano Pigozzi | 2013-09-07 | 1 | -0/+30 |
* | macosx_events: fix modifiers handling with media keys | Stefano Pigozzi | 2013-09-05 | 1 | -1/+1 |
* | macosx_events: send a `release all` after key up events | Stefano Pigozzi | 2013-09-02 | 1 | -0/+2 |
* | macosx_events: remove duplication | Stefano Pigozzi | 2013-09-02 | 1 | -29/+33 |
* | cocoa: enqueue events only if input context is present | Stefano Pigozzi | 2013-09-01 | 1 | -1/+2 |
* | osx: use MP_KEY_* instead of MK_* for media keys | Stefano Pigozzi | 2013-09-01 | 1 | -3/+3 |
* | cocoa: let the core handle key repeats | Stefano Pigozzi | 2013-08-30 | 3 | -6/+17 |
* | macosx: remove platform specific input queue | Stefano Pigozzi | 2013-08-13 | 4 | -65/+3 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 8 | -14/+14 |
* | mpv.rc: update Windows icon | James Ross-Gowan | 2013-07-30 | 1 | -1/+1 |
* | getch2: Load the "ce", "ks" and "ke" caps into a static buffer | Diogo Franco (Kovensky) | 2013-07-26 | 1 | -3/+6 |
* | getch2: Deactivate getch2 on SIGINT; also handle SIGQUIT | Diogo Franco (Kovensky) | 2013-07-26 | 1 | -0/+4 |
* | getch2: Only send ESC if it was typed twice | Diogo Franco (Kovensky) | 2013-07-26 | 1 | -3/+5 |
* | getch2: Handle setupterm errors | Diogo Franco (Kovensky) | 2013-07-26 | 1 | -1/+18 |
* | getch2: fix compilation | wm4 | 2013-07-26 | 1 | -1/+1 |
* | getch2: Support ESC keypresses again | Diogo Franco (Kovensky) | 2013-07-25 | 1 | -1/+9 |
* | getch2: Doing it right this time | Diogo Franco (Kovensky) | 2013-07-25 | 1 | -1/+1 |
* | Revert "getch2: Avoid possible infinite loop" | Diogo Franco (Kovensky) | 2013-07-25 | 1 | -4/+4 |
* | getch2: Avoid possible infinite loop | Diogo Franco (Kovensky) | 2013-07-25 | 1 | -4/+4 |
* | getch2, mplayer: Always call load_termcap | Diogo Franco (Kovensky) | 2013-07-25 | 1 | -0/+5 |
* | getch2: Remove unused function, fix possible crash | Diogo Franco (Kovensky) | 2013-07-25 | 1 | -25/+19 |
* | getch2: Refactor/rewrite | Diogo Franco (Kovensky) | 2013-07-25 | 1 | -192/+344 |
* | cocoa_common: handle keyboard modifiers for mouse events | Stefano Pigozzi | 2013-07-21 | 3 | -13/+24 |
* | w32: update manifest for high DPI and Windows 8.1 | James Ross-Gowan | 2013-07-14 | 1 | -0/+18 |
* | getch2-win: uncrustify | wm4 | 2013-07-14 | 1 | -116/+118 |
* | osdep: remove unused mmap compatibility hacks | wm4 | 2013-07-07 | 3 | -168/+0 |
* | cocoa: remove usage of mp_fifo | Stefano Pigozzi | 2013-07-03 | 4 | -11/+2 |
* | core: cleanup more mp_fifo leftovers | wm4 | 2013-07-02 | 3 | -8/+6 |
* | OSX: fix compilation with 10.7 SDK | Stefano Pigozzi | 2013-06-19 | 3 | -1/+61 |
* | osdep: remove shmem wrapper | wm4 | 2013-06-18 | 2 | -164/+0 |
* | macosx_events: handle key modifiers with media keys | Stefano Pigozzi | 2013-06-06 | 2 | -27/+56 |
* | macosx_events: DRY up key lookup over dictionary | Stefano Pigozzi | 2013-06-05 | 1 | -10/+12 |
* | macosx_events: make remote property an instance variable | Stefano Pigozzi | 2013-06-05 | 2 | -7/+8 |
* | osx: improve Media Keys support | Stefano Pigozzi | 2013-06-04 | 4 | -31/+109 |
* | osx: add Apple Remote support | Stefano Pigozzi | 2013-06-03 | 5 | -3/+2512 |
* | osx: implement media keys | Stefano Pigozzi | 2013-06-03 | 3 | -1/+33 |
* | macosx_events: send all queued events | Stefano Pigozzi | 2013-06-03 | 1 | -2/+3 |
* | osx: cocoa_common: use default wakeup period | Stefano Pigozzi | 2013-06-03 | 1 | -0/+8 |
* | osx: create macosx_events to deal with keyDown events | Stefano Pigozzi | 2013-06-03 | 5 | -26/+268 |
* | macosx_application: refactor psn matching code | Stefano Pigozzi | 2013-05-30 | 1 | -7/+5 |
* | macosx_application: refactor filename escape | Stefano Pigozzi | 2013-05-30 | 1 | -14/+8 |
* | macosx_application: use @autoreleasepool | Stefano Pigozzi | 2013-05-30 | 2 | -35/+25 |
* | macosx_application: move escape_loadfile_name in this file | Stefano Pigozzi | 2013-05-30 | 1 | -0/+21 |
* | macosx_application: fix menu 'ghosting' | Stefano Pigozzi | 2013-05-26 | 1 | -0/+7 |
* | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 2 | -9/+0 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 2 | -12/+0 |
* | timer: use gettimeofday() on Windows | wm4 | 2013-05-26 | 1 | -1/+4 |
* | timer: refactor, add 64 bit timer function | wm4 | 2013-05-26 | 5 | -96/+138 |
* | macosx_application: implement "Quit & remember position" | Stefano Pigozzi | 2013-05-23 | 2 | -7/+20 |
* | input: do property expansion for all input command string arguments | wm4 | 2013-05-18 | 1 | -1/+1 |
* | macosx_application: fix crash when quitting player | Stefano Pigozzi | 2013-05-12 | 1 | -1/+5 |
* | macosx_application: add menu item for hide operation | Stefano Pigozzi | 2013-05-12 | 1 | -0/+2 |
* | OSX: run native event loop in a separate thread | Stefano Pigozzi | 2013-05-12 | 3 | -59/+71 |