| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | |