| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | OSX: use native Cocoa's event loop | Stefano Pigozzi | 2013-05-12 | 5 | -126/+446 |
* | mp_msg: fix status output disappearing when redirecting INPUT. | Rudolf Polzer | 2013-03-18 | 1 | -2/+2 |
* | Prefix keycode defines with MP_ | wm4 | 2013-02-12 | 2 | -52/+52 |
* | cocoa_events: remove this functionality | Stefano Pigozzi | 2013-02-02 | 2 | -167/+0 |
* | mp_msg, getch2: unix tty background support | Rudolf Polzer | 2013-01-23 | 3 | -17/+104 |
* | Replace strsep() uses | wm4 | 2013-01-13 | 2 | -88/+0 |
* | windows support: fix _wstat misusage | wm4 | 2013-01-13 | 2 | -2/+2 |
* | osdep: remove gettimeofday() emulation | wm4 | 2013-01-13 | 1 | -29/+0 |
* | osdep: remove setenv() emulation | wm4 | 2013-01-13 | 1 | -43/+0 |
* | osdep: remove broken vsscanf() emulation | wm4 | 2013-01-13 | 1 | -36/+0 |
* | Update copyright year | wm4 | 2013-01-04 | 1 | -1/+1 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 2 | -0/+56 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 9 | -13/+13 |
* | build: fix compilation on Windows (manifest files) | wm4 | 2012-10-20 | 2 | -0/+0 |
* | Rename to "mpv" | wm4 | 2012-10-12 | 4 | -10/+10 |
* | windows support: include io.h when building on Cygwin | Kovensky | 2012-09-30 | 1 | -0/+4 |
* | getch2: request at least 1 byte of input each read | Rudolf Polzer | 2012-09-19 | 1 | -1/+1 |
* | timer: remove timer_name | wm4 | 2012-09-07 | 4 | -14/+0 |
* | macosx_finder_args: fix file open order | Stefano Pigozzi | 2012-08-16 | 1 | -1/+3 |
* | macosx_finder_args: make work with recent changes | Stefano Pigozzi | 2012-08-16 | 2 | -4/+4 |
* | cache2: allow cache sizes up to 4 TB | mplayer-svn | 2012-08-03 | 2 | -9/+17 |
* | osdep:/glob-win.c: reformat | mplayer-svn | 2012-08-03 | 1 | -55/+47 |
* | Remove leftover BeOS support stuff | wm4 | 2012-08-03 | 3 | -38/+0 |
* | mplayer: turn playtree into a list, and change per-file option handling | wm4 | 2012-07-31 | 2 | -18/+20 |
* | mp_msg: remove filename_recode | wm4 | 2012-07-31 | 3 | -69/+0 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-29 | 2 | -0/+167 |
|\ |
|
| * | OSX, input: implement wakeup in response to Cocoa events | Stefano Pigozzi | 2012-04-26 | 2 | -0/+167 |
* | | win32: simplify icon loading | wm4 | 2012-04-14 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-13 | 7 | -470/+17 |
|\| |
|
| * | build: remove OS/2 support | Uoti Urpala | 2012-04-06 | 6 | -466/+3 |
| * | input: stop trying to read terminal input on EOF | Uoti Urpala | 2012-04-06 | 3 | -4/+14 |
* | | win32: use more unicode functions | wm4 | 2012-04-06 | 2 | -5/+22 |
* | | Merge remote-trackin |