aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* config: use the same signature for win32/OSX specific path functionsGravatar wm42014-06-26
* config: make passing talloc context optional for some functionsGravatar wm42014-06-26
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* win32: implement --priority differentlyGravatar wm42014-06-12
* input: separate wakeup pipe creation into a separate functionGravatar wm42014-05-30
* timer: remove unneeded time_t overflow checkGravatar wm42014-05-24
* timer: workaround for crappy operating systemsGravatar wm42014-05-23
* timer: fix previous commitGravatar wm42014-05-22
* timer: improve overflow checksGravatar wm42014-05-22
* timer: fix (usually impossible) timespec.tv_sec overflowGravatar wm42014-05-22
* osdep: silence a -Wshadow warningGravatar wm42014-05-21
* timer: account for negative time valuesGravatar wm42014-05-18
* threads: use mpv time for mpthread_cond_timedwait wrapperGravatar wm42014-05-18
* terminal: always use SA_RESTART with sigaction()Gravatar wm42014-04-26
* threads: fix function nameGravatar wm42014-04-23
* dispatch: move into its own source fileGravatar wm42014-04-23
* glob-win: support UnicodeGravatar James Ross-Gowan2014-04-21
* Kill all tabsGravatar wm42014-04-13
* client API: add mpv_get_wakeup_pipe convenience functionGravatar wm42014-04-12
* terminal-unix: reject overlong termcap stringsGravatar wm42014-04-10
* timer: reduce ifdef headsplitting-factorGravatar wm42014-03-09
* timer: switch to CLOCK_MONOTONICGravatar wm42014-03-09
* timer: add utility function to get relative timeGravatar wm42014-02-28
* threads: fix wait time overflow checkGravatar wm42014-02-26
* win32: restore support for exe directory as config directoryGravatar elevengu2014-02-14
* cocoa: fix deadlock during initialization [2]Gravatar Stefano Pigozzi2014-02-13
* cocoa: fix deadlock during initializationGravatar Stefano Pigozzi2014-02-13
* timer: init only onceGravatar wm42014-02-10
* threads: add a dispatch queue thingGravatar wm42014-02-10
* threads: avoid timeout calculation overflowGravatar wm42014-02-10
* io: make MP_PATH_MAX private to win32 codeGravatar wm42014-02-03
* threads: add function to calculate deadline for timed waitsGravatar wm42014-01-31
* threads: add wrapper for initializing recursive mutexesGravatar wm42014-01-31
* cocoa: sort files opened from Finder the same way Finder doesGravatar Bilal Syed Hussain2014-01-20
* w32: use the w32_common keymap in terminal-win tooGravatar James Ross-Gowan2014-01-19
* io/win32: move mp_attach_console to terminal-win.cGravatar Martin Herkt2014-01-16
* cocoa: add application icon to the Dock when run from CLIGravatar Stefano Pigozzi2014-01-14
* terminal-unix: fix terminfo/termcap name for cursor upGravatar wm42014-01-14
* terminal-unix: add fallback for enter keyGravatar wm42014-01-13
* terminal-unix: fix fallbacks in case terminfo/termcap are disabledGravatar wm42014-01-13
* terminal-unix: add termcap/terminfo documentation linksGravatar wm42014-01-13
* player: redo terminal OSD and status line handlingGravatar wm42014-01-13
* terminal: don't initialize termcap etc. if stdout is not a terminalGravatar wm42014-01-07
* Windows: use roaming AppData instead of localGravatar Martin Herkt2014-01-06
* win32-console-wrapper: use child process exit codeGravatar Martin Herkt2014-01-06
* win32-console-wrapper: remove command line manglingGravatar Martin Herkt2014-01-06
* win32-console-wrapper: Fix heap corruptionGravatar Martin Herkt2014-01-06
* cocoa: handle files drag and drop on the player video viewGravatar Stefano Pigozzi2014-01-04
* cocoa: refactor files drag and drop on the Dock iconGravatar Stefano Pigozzi2014-01-04
* Add Windows console wrapper program (mpv.com)Gravatar Martin Herkt2014-01-02