summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.31.0v0.31.0release/0.31sfan52019-12-283-81/+56
* DOCS/tech-overview.txt: some more blablawm42019-12-281-27/+67
* audio: react to --ao and --audio-buffer runtime changeswm42019-12-271-3/+3
* m_option: fix runtime changing of --audio-channelswm42019-12-271-3/+14
* DOCS/tech-overview.txt: add lots of irrelevant blablawm42019-12-271-0/+373
* cocoa-cb: force redraw when screen or size changesder richter2019-12-241-0/+2
* cocoa-cb: implement hidpi scale reportingder richter2019-12-242-0/+7
* console: add a basic help commandwm42019-12-241-1/+50
* console: do not strip leading spaceswm42019-12-241-0/+3
* command: extend command-list outputwm42019-12-241-0/+14
* manpage: fix example in --hwdec sectionwm42019-12-241-1/+3
* stats: do not use "tick" eventwm42019-12-241-2/+6
* build: force bootstrap.py to use python3Niklas Haas2019-12-241-1/+1
* osc: redraw on visibility option runtime changeswm42019-12-241-0/+1
* vd_lavc: remove hwdec-by-default special case for RPIwm42019-12-242-1/+4
* vd_lavc: more hwdec autoselect nonsensewm42019-12-242-21/+85
* build: fix build with disabled swift and Media Playerder richter2019-12-232-1/+7
* js: support mp.create_osd_overlay (match 07287262)Avi Halachmi (:avih)2019-12-233-23/+57
* js: batch key bindings updates (match 96932fe7)Avi Halachmi (:avih)2019-12-231-3/+12
* osc: add option to disable santa hatNicolas F2019-12-232-2/+8
* lua: fix guard against division by 0wm42019-12-231-1/+1
* lua: fix passing non-integers to mp.set_osd_ass()wm42019-12-231-0/+2
* osc: set an arbitrary high Z-orderwm42019-12-231-0/+1
* osc: use new overlay APIwm42019-12-231-5/+18
* client API, lua: add new API for setting OSD overlayswm42019-12-2311-68/+292
* lua: batch-update key bindingswm42019-12-231-3/+11
* manpage: document that --vo=xv breaks "boxvideo"wm42019-12-231-0/+3
* demux: stop setting dummy stream on demux_close_stream()wm42019-12-232-7/+9
* stream_concat, stream_memory: more stream_origin stuffwm42019-12-232-0/+19
* bstr: remove unused bstr_splitlines() functionwm42019-12-232-23/+0
* demux_mf: use stream API to open list fileswm42019-12-231-15/+28
* osc: display Santa hat for idle logo in DecemberTheAMM2019-12-231-18/+43
* client API: deprecate tick eventwm42019-12-223-3/+7
* js: read_options: on_update: don't re-read the config fileAvi Halachmi (:avih)2019-12-222-4/+4
* console: reduce border sizewm42019-12-221-1/+1
* osc: use video margins only if OSC is visiblewm42019-12-221-6/+5
* osc: cleanup boxvideo margin handlingwm42019-12-221-20/+23
* osc: full reinit on runtime option changeswm42019-12-221-3/+2
* lua: change runtime option change behaviorwm42019-12-222-24/+33
* demux: remove debug abort()wm42019-12-221-1/+1
* vo_gpu: vulkan: set allow_suboptimal when possibleNiklas Haas2019-12-221-0/+5
* video/out/x11: add fs-screen fallbackNicolas F2019-12-223-2/+7
* command: fix confusing displayed aspect-ratioAbdullah Alansari2019-12-221-0/+33
* js: read_options: support on_update (match 478a321d)Avi Halachmi (:avih)2019-12-212-3/+18
* osc: cosmetics: remove some excessive whitespacewm42019-12-201-7/+0
* osc: react to script-opts runtime changeswm42019-12-201-1/+8
* lua: add a helper for runtime script option changeswm42019-12-202-17/+71
* osc: rearrange hidetimeout/visibiltiy handlingwm42019-12-201-19/+19
* osc: move windowcontrols option code to the right placewm42019-12-201-15/+14
* manpage: add osc and console default keys to keyboard control sectionwm42019-12-201-0/+6
* console: use hidpi scale reportingwm42019-12-202-3/+11
* x11: implement hidpi scale reportingwm42019-12-201-0/+3
* command: add property returning hidpi scalewm42019-12-203-0/+19
* demux: add an option to control tag charsetwm42019-12-203-1/+96
* edl: accept arbitrary pathswm42019-12-202-20/+0
* stream, demux: redo origin policy thingwm42019-12-2034-70/+133
* libarchive: prefix entry names in archive URLs with '/'wm42019-12-202-2/+4
* osc: fix a commentwm42019-12-201-1/+1
* osc: fade out if paused and mouse position is outside of OSCwm42019-12-191-5/+18
* osc: fix crash when toggling visibilitywm42019-12-191-1/+0
* js: support shared script properties (match 7e4819e7)Avi Halachmi (:avih)2019-12-191-0/+22
* js: require: allow custom module search paths via mp.module_pathsAvi Halachmi (:avih)2019-12-192-4/+18
* DOCS: js: minor update for modules/requireAvi Halachmi (:avih)2019-12-191-7/+10
* osc: don't run update_margins() every framewm42019-12-191-2/+4
* command: reduce OSC/stats log spamwm42019-12-192-8/+12
* osc: use property notifications and a timer instead of "tick" eventswm42019-12-191-60/+47
* client API: remove comment about error statuswm42019-12-191-1/+0
* manpage: lua: mention what happens on unavailable propertieswm42019-12-191-0/+4
* client API: rewrite property observation (again)wm42019-12-193-137/+195
* options: fix incorrect deprecation messagewm42019-12-191-2/+4
* options: fix UB/crash in key/values parserwm42019-12-181-2/+2
* console: adjust position to OSCwm42019-12-181-1/+17
* osc: make margins availablewm42019-12-181-1/+23
* command, lua: add a way to share data between scriptswm42019-12-183-0/+77
* command: make change-list work with pure properties toowm42019-12-181-5/+14
* x11: fix X property out of bounds memory readswm42019-12-181-2/+2
* options: deprecate -del for list optionswm42019-12-185-6/+14
* options: fix filter list comparison (again)wm42019-12-183-19/+18
* options: add -remove action to list optionswm42019-12-184-12/+60
* options: make keys in key/value lists uniquewm42019-12-182-0/+30
* options: increase consistency between list options and document themwm42019-12-186-33/+145
* vd_lavc: add gross workaround for nvdec/libavcodec broken API issuewm42019-12-181-4/+10
* f_lavfi: add gross workaround for af_dynaudnorm bugwm42019-12-181-0/+35
* cocoa-cb: report fullscreen state for legacy fullscreender richter2019-12-171-0/+2
* command, vo: remove old option change notification mechanismswm42019-12-174-39/+3
* client API: remove some dead codewm42019-12-171-6/+0
* command: slightly simplify input-ipc-server change detection/initwm42019-12-172-19/+8
* video/w32_common: follow updates to the border option instead of VOCTRL_BORDERJan Ekström2019-12-181-4/+3
* video/w32_common: follow updates to the ontop option instead of VOCTRL_ONTOPJan Ekström2019-12-181-3/+2
* video/w32_common: move minimized state signaling to where it happensJan Ekström2019-12-181-3/+3
* video/w32_common: switch full screening to options cacheJan Ekström2019-12-181-9/+22
* demux_edl: fix reusing segment source fileswm42019-12-171-2/+4
* x11: fix --hidpi-window-scale=no on hidpi screenswm42019-12-161-1/+1
* msg: fix "terminal-default" logging modewm42019-12-161-2/+5
* command: change "window-scale" property behaviorwm42019-12-164-25/+34
* x11: scale window-scale by DPIwm42019-12-161-6/+8
* command: remove unnecessary mute property implementationwm42019-12-161-15/+0
* m_option: clamp integer before adding a valuewm42019-12-161-0/+2
* command: change "edition" property behaviorwm42019-12-163-15/+36
* player: avoid underrun wakeup loopwm42019-12-162-1/+9
* build: downgrade EGL requirement from 1.5 to 1.4wm42019-12-163-6/+6
* vo_gpu: opengl: make it work with EGL 1.4wm42019-12-164-4/+82
* vd_lavc: fix broken assert()wm42019-12-151-1/+2
* vo_gpu: x11egl: log EGL config IDwm42019-12-151-2/+6
* vd_lavc: simplify decode return error checkingwm42019-12-151-11/+16
* mac: replace old event tap for media key support with MediaPlayerder richter2019-12-1510-133/+197
* mac: remove Apple Remote supportder richter2019-12-1518-2580/+9
* cocoa-cb: fix freeing of macos_opts config groupder richter2019-12-151-5/+5
* cocoa-cb: update and add more options to use new options handlingder richter2019-12-153-10/+46
* cocoa-cb: use m_config_cache and new VOCTRL for option handlingder richter2019-12-156-42/+87
* DOCS/contribute.md: fix a typowm42019-12-151-1/+1
* DOCS/contribute.md: should -> mustwm42019-12-151-8/+8
* zsh completion: fix handling of aliases that are listed without --Philip Sequeira2019-12-151-2/+2
* zsh completion: use actual POSIX-compatible regex for whitespacePhilip Sequeira2019-12-151-5/+5
* zsh completion: actually make pcre optionalPhilip Sequeira2019-12-151-7/+6
* osxbundle: simplify process_libraries() to eliminate leafs()Down Thomas2019-12-151-22/+8
* DOCS: mention that mpv doesn't build with MSVCwm42019-12-141-2/+6
* player: fix an outdated commentwm42019-12-141-2/+1
* player: move point at which queued seeks are appliedwm42019-12-141-2/+3
* player: make repeated hr-seeks past EOF trigger EOF as expectedwm42019-12-142-3/+16
* player: cosmetically restructure a small functionwm42019-12-141-7/+11
* player: add comment to clarify FFmpeg ABI handlingwm42019-12-131-0/+3
* osc: set the wrap style for the title shown with window controlsPhilip Langdale2019-12-121-1/+1
* cocoa_common: remove deprecated VOCTRLs/VO_EVENTswm42019-12-122-36/+0
* wayland: remove unnecessary VO_EVENT_FULLSCREEN_STATEwm42019-12-121-3/+0
* manpage: fix --vulkan-async-compute default valuewm42019-12-121-2/+2
* vo_gpu: x11egl: cleanup EGL correctlywm42019-12-121-6/+3
* osc: use custom symbols for window controlsPhilip Langdale2019-12-117-11/+120
* rpi: destroy fullscreen change handlingwm42019-12-112-8/+0
* vo_sdl: use new fullscreen change mechanismwm42019-12-111-3/+14
* build: add -Wimplicit-fallthroughwm42019-12-112-1/+4
* wayland: adjust hidden state detectiondudemanguy2019-12-101-4/+14
* osc: explicitly re-init the osc on a change in border visibilityPhilip Langdale2019-12-091-0/+1
* console.lua: add this scriptJames Ross-Gowan2019-12-0810-1/+822
* vo_drm: replace drmModeAddFB usage with drmModeAddFB2Anton Kindestam2019-12-071-7/+13
* drm: avoid division by 0 in drm_pflip_cb with bad driversAnton Kindestam2019-12-074-0/+12
* drm_common: fix display FPS estimation for interlaced modessfan52019-12-071-1/+4
* vo_drm: fix potentially broken capability checksfan52019-12-071-2/+3
* drm_common: log more useful thingssfan52019-12-071-0/+18
* lua: make later key bindings always have higher prioritywm42019-12-071-2/+13
* filters: move prefix check from f_lavfi.c to user_filters.cwm42019-12-072-6/+10
* vo_gpu: hwdec_vaapi_gl: use gl_check_extension() instead of strstr()wm42019-12-071-3/+3
* vo_gpu: hwdec_vaapi_gl: do not include eglext.hwm42019-12-071-9/+0
* vo_gpu: hwdec_vaapi_gl: add missing PLANE3 defines as wellwm42019-12-071-0/+8
* command: fix unintended reset of filterswm42019-12-061-1/+1
* player: loadfile overrides previous stop commandwm42019-12-061-1/+1
* build: fix zimg message in configure outputwm42019-12-061-1/+1
* f_lavfi: mp_lavfi_is_usable: check for "lavfi-" prefixekisu2019-12-061-0/+4
* DOCS: fix wayland-frame-wait offset value rangedudemanguy2019-12-051-1/+1
* vo: redraw dropped frame if paused between queuing and drawing framewm42019-12-041-0/+3
* README: fix typoRemita Amine2019-12-041-1/+1
* osc: rework window control configuration to add auto modePhilip Langdale2019-12-043-19/+61
* osc: ensure that window control show/hide zone is handled dynamicallyPhilip Langdale2019-12-041-6/+6
* wayland: fix cursor behavior on an edge casedudemanguy2019-12-042-7/+2
* options: move cursor autohiding opts to mp_vo_optsdudemanguy2019-12-044-11/+12
* sd_lavc: add a hack ontop of another hack to fix completely fucked filewm42019-12-031-2/+2
* player: don't apply weird timestamp tolerance on backstepwm42019-12-031-1/+2
* demux_lavf: export demuxer_id for more formats which have itwm42019-12-031-5/+8
* demux: do not make up demuxer_idwm42019-12-034-10/+8
* wayland: update remaining legacy VOCTRL usage to optionsPhilip Langdale2019-12-022-31/+27
* osc: don't show error if windowcontrols=yesPhilip Langdale2019-12-021-1/+2
* osc: don't always set window control keybindingsDudemanguy2019-12-011-4/+6
* wayland: update Maximize and Minimize handling to use new optionsPhilip Langdale2019-12-014-30/+43
* vf_gpu: render subtitleswm42019-11-304-12/+25
* build: require at least GL 2.0 headers for GLXwm42019-11-301-0/+4
* m_config: remove change callback before unintializationwm42019-11-301-0/+1
* vo_gpu: opengl: add hack for ancient Mesa/GLXwm42019-11-301-23/+47
* osc: ensure the window-controls mouse area is initially zero sizedPhilip Langdale2019-11-301-0/+1
* js: mp.add_key_binding: allow false-y name (match 311cc5b)Avi Halachmi (:avih)2019-11-301-1/+3
* lua: unbreak mp.add_key_binding(key, fn)Avi Halachmi (:avih)2019-11-301-1/+1
* osc: fix typo wsc_geo -> wc_geoPhilip Langdale2019-11-301-1/+1