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