aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* player: give quit_watch_later an exit code argument like quitGravatar wm42014-05-22
* tl_mpv_edl: correct misspelling on line 233Gravatar Yomi02014-05-22
* timer: fix (usually impossible) timespec.tv_sec overflowGravatar wm42014-05-22
* vdpau: move RGB surface management out of the VOGravatar wm42014-05-22
* vo_vdpau: always allocate the black pixelGravatar wm42014-05-22
* old-configure: we accidentally used bash featuresGravatar wm42014-05-22
* player: fix cover art sometimes "syncing" against audioGravatar wm42014-05-22
* player: suggest --no-audio-display on cover artGravatar wm42014-05-22
* video: fix display of cover art with vo_vdpauGravatar wm42014-05-22
* cache: be silent if no initial fill is requestedGravatar wm42014-05-22
* edl: use start PTS of the source files as default start timeGravatar wm42014-05-22
* x11: fix a warning with --disable-xextGravatar Jerome Leclanche2014-05-22
* build: "tv-v4l2" needs "tv"Gravatar wm42014-05-22
* vo: minor simplificationsGravatar wm42014-05-22
* vo: remove config_ok check from vo_check_events()Gravatar wm42014-05-22
* vo_vaapi: don't redraw twiceGravatar wm42014-05-22
* Fix the build on OpenBSD and FreeBSDGravatar Juan Francisco Cantero Hurtado2014-05-21
* osdep: silence a -Wshadow warningGravatar wm42014-05-21
* atomics: more correct usage of gcc/clang __atomic builtinsGravatar wm42014-05-21
* atomics: switch to C11 stdatomic.hGravatar wm42014-05-21
* input: allow disabling window dragging with --no-window-draggingGravatar wm42014-05-20
* input: fix compilation on windowsGravatar wm42014-05-20
* manpage: mention bdnav://Gravatar wm42014-05-20
* README: describe release cycleGravatar wm42014-05-20
* cache: redo options and default settingsGravatar wm42014-05-20
* x11: unbreak build without xineramaGravatar wm42014-05-19
* x11: leaving fullscreen -> reset WM hints only if neededGravatar wm42014-05-19
* demux_subreader: remove support for some subtitle formatsGravatar wm42014-05-19
* x11: always check whether a window existsGravatar wm42014-05-19
* x11: request and handle resize events of parent windows with --widGravatar wm42014-05-19
* x11: remove a duplicated lineGravatar wm42014-05-18
* etc/input.conf: add example how to change window size by key bindingGravatar wm42014-05-18
* x11: never enable DPMS if we didn't disable itGravatar wm42014-05-18
* timer: account for negative time valuesGravatar wm42014-05-18
* compat/libav: remove unneeded thingsGravatar wm42014-05-18
* vdpau: don't fallback to software decoding on preemptionGravatar wm42014-05-18
* client API: add mpv_load_config_file()Gravatar wm42014-05-18
* options: unify code for setting string and "raw" optionsGravatar wm42014-05-18
* threads: use mpv time for mpthread_cond_timedwait wrapperGravatar wm42014-05-18
* manpage: fix a minor aspect of the discnav commandGravatar wm42014-05-18
* player: increase seek accuracy when refreshing display on filter changeGravatar wm42014-05-18
* manpage: document discnav commandGravatar wm42014-05-18
* command: add a disc-menu-active propertyGravatar wm42014-05-18
* client API: fix "missed" property notificationsGravatar wm42014-05-18
* x11: make screensaver code more compact, change DPMS handlingGravatar wm42014-05-17
* x11: add wrapper for EWMH XSendEvent callsGravatar wm42014-05-17
* x11: fix Drag & DropGravatar wm42014-05-17
* x11: add a wrapper for XGetWindowPropertyGravatar wm42014-05-17
* x11: comment about gravityGravatar wm42014-05-17
* x11: replace x/y/w/h with mp_rectGravatar wm42014-05-17