aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* osx: synchronize access to the input_ctxGravatar wm42015-05-26
* osx: never expose input_ctx from EventsResponderGravatar wm42015-05-26
* win32: do not call timeEndPeriod(1) on terminationGravatar wm42015-05-21
* Remove trailing whitespacesGravatar Michael Vetter2015-05-15
* win32: add mappings for some special keysGravatar wm42015-05-12
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* ao: make better use of atomicsGravatar wm42015-05-11
* atomics: add atomic_fetch_and/atomic_fetch_orGravatar wm42015-05-11
* Always block SIGPIPE globallyGravatar wm42015-05-11
* build: exclude -Wredundant-declsGravatar wm42015-05-09
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* subprocess-win: use the correct pipe namespaceGravatar James Ross-Gowan2015-05-04
* win32: fix desktop directoryGravatar wm42015-05-03
* win32: move platform specifics to osdepGravatar wm42015-05-02
* build: move main-fn files to osdepGravatar wm42015-05-02
* cocoa: always compile OSX application code with cocoaGravatar wm42015-05-02
* path: update path descriptionsGravatar wm42015-05-02
* path: add resolving desktop path to platform-specific pathsGravatar wm42015-05-01
* timer: add "static" to a variableGravatar wm42015-05-01
* path: refactorGravatar wm42015-05-01
* terminal: printf() is not signal-safeGravatar wm42015-04-24
* subprocess: move implementation for deatched subprocessesGravatar wm42015-04-15
* subprocess-posix: always connect stdin to /dev/nullGravatar wm42015-04-15
* Update license headersGravatar Marcin Kurczewski2015-04-13
* win32: only attach to the console from mpv.comGravatar James Ross-Gowan2015-04-11
* win32: use a platform-specific unicode entry-pointGravatar James Ross-Gowan2015-04-11
* subprocess-win: clarify argument escaping logicGravatar James Ross-Gowan2015-03-24
* subprocess-win: handle empty arguments correctlyGravatar James Ross-Gowan2015-03-24
* osx: terminate argv properly when arguments are removedGravatar wm42015-03-06
* cocoa: silence -Wlogical-op-parenthesesGravatar Stefano Pigozzi2015-03-04
* msg: use relaxed atomics for log level testGravatar wm42015-03-02
* cocoa: remove unused functionGravatar Stefano Pigozzi2015-02-14
* cocoa: fix exiting the command line playerGravatar wm42015-02-13
* osx: move cocoa specific call out of common codeGravatar wm42015-02-12
* win32: fix/change application nameGravatar wm42015-02-09
* osdep/subprocess-posix: remove __GLIBC__ guardGravatar Kevin Mitchell2015-02-03
* msg: add --log-file optionGravatar wm42015-01-26
* win32: use monotonic clock on windows if possibleGravatar Hiltjo Posthuma2015-01-19
* subprocess-win: Always quote argv[0]Gravatar James Ross-Gowan2015-01-16
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macrosGravatar wm42015-01-07
* terminal: always print to stderr with --no-input-terminalGravatar wm42015-01-07
* player: use libavutil API to get number of CPUsGravatar wm42015-01-05
* subprocess: allow disabling redirection of stdout/stderrGravatar wm42015-01-01
* win32: add native wrappers for pthread functionsGravatar wm42015-01-01
* Update copyright yearGravatar wm42015-01-01
* win32: add mmap() emulationGravatar wm42014-12-26
* client API: document requirement to block SIGPIPEGravatar wm42014-12-24
* cocoa: ignore first file open events from command lineGravatar Stefano Pigozzi2014-12-07
* cocoa: use --idle when running inside bundleGravatar Stefano Pigozzi2014-12-06
* cocoa: don't create Dock icon for audio only filesGravatar Stefano Pigozzi2014-12-05