aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* 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
* cocoa: remove urlencoding for url open eventsGravatar Stefano Pigozzi2014-12-02
* cocoa: fix opening reference URLs (.file/id=)Gravatar Stefano Pigozzi2014-12-01
* subprocess-win: remove a Vista-only flagGravatar James Ross-Gowan2014-11-28
* subprocess: minor cosmetic cleanupGravatar wm42014-11-22
* lua: subprocess: move to osdep/subprocess-{win,posix}.cGravatar James Ross-Gowan2014-11-22
* Catch SIGPIPEGravatar wm42014-11-20
* terminal-unix: Add some comments about FD use.Gravatar Rudolf Polzer2014-11-13
* terminal-unix: Fix initial terminal state.Gravatar Rudolf Polzer2014-11-13
* atomics: add atomic_compare_exchange_strong()Gravatar wm42014-11-09
* win32: silence some warningsGravatar James Ross-Gowan2014-11-08
* osdep: potentially fix compilation on OpenBSDGravatar wm42014-10-31
* osdep: add helper for creating a sane pipe()Gravatar wm42014-10-26
* terminal: drop ncurses/terminfo/termcap supportGravatar wm42014-10-23
* terminal: strictly don't read terminal input if stdout is not a terminalGravatar wm42014-10-23
* win32: change config path prioritiesGravatar wm42014-10-23
* osdep: NetBSD pthread_setname_np()Gravatar wm42014-10-22
* osdep: shorten thread name on glibc onlyGravatar wm42014-10-20
* osdep: limit thread names to 16 charactersGravatar wm42014-10-20
* Set thread name for debuggingGravatar wm42014-10-19
* win32: remove an unneeded mechanismGravatar wm42014-10-19
* win32: remove outdated commentGravatar wm42014-10-19
* win32: get rid of mp_stat in the normal source codeGravatar wm42014-10-17
* win32: make lseek() fail on pipesGravatar wm42014-10-17
* cocoa: allow to disable apple remote at compile timeGravatar Stefano Pigozzi2014-10-17
* terminal: recognize ^hGravatar wm42014-10-17
* cocoa: post keydown and keyup events without event monitorGravatar Stefano Pigozzi2014-10-09
* libmpv/cocoa: don't start the event monitorGravatar Stefano Pigozzi2014-10-09
* Remove mpbswap.hGravatar wm42014-09-25
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* osdep: hack to fix build with low quality pthreads-w32 headersGravatar wm42014-09-20