summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* meson: fix -Werror=format-security flagDudemanguy2021-11-151-1/+4
* ytdl_hook.lua: improve check for sub language before inserting all-subsUmar Javed2021-11-151-1/+1
* options: const annotate all m_opt_choice_alternatives accessorsEmil Velikov2021-11-153-16/+17
* options: const annotate m_obj_list accessorsEmil Velikov2021-11-152-2/+2
* options: remove always true m_obj_list::allow_unknown_entriesEmil Velikov2021-11-155-10/+1
* DOCS/options: fix `target-colorspace-hint` typoMehul Mittal2021-11-141-1/+1
* ci: add meson buildsDudemanguy2021-11-145-36/+160
* build: add meson build supportDudemanguy2021-11-1419-5/+2240
* demux_edl: rename ebml_defs.c to ebml_defs.incDudemanguy2021-11-142-2/+2
* TOOLS/matroska.py: support outputting to fileDudemanguy2021-11-141-2/+7
* TOOLS/file2string.py: support outputting to fileDudemanguy2021-11-141-1/+6
* TOOLS: add macos-swift-lib-directory.py scriptDudemanguy2021-11-141-0/+42
* TOOLS: add macos-sdk-version.py scriptDudemanguy2021-11-141-0/+68
* build: add version.py for generating version.hDudemanguy2021-11-141-0/+45
* egl_helpers: remove EGL_OPENGL_ES3_BITDudemanguy2021-11-111-2/+1
* context_drm_egl: use eglCreatePlatformWindowSurfaceEXT if availablesfan52021-11-111-2/+12
* context_drm_egl: add support for BGR surface formatsPhilip Langdale2021-11-103-3/+34
* context_drm_egl: use gbm_surface_create_with_modifiersPhilip Langdale2021-11-102-10/+94
* ao_oss: define PATH_DEV_MIXER as it is an internal defineJan Ekström2021-11-101-0/+1
* ci/build-freebsd: require OSSv4 AO to be enabledJan Ekström2021-11-101-0/+1
* vo_gpu_next: fix slight performance regressionNiklas Haas2021-11-101-3/+1
* vo_gpu_next: Initialize `pl_frame_mix`Starsam802021-11-091-1/+1
* vo_gpu_next: implement HDR passthroughNiklas Haas2021-11-083-0/+66
* vo_gpu_next: drop PL_API_VER checksNiklas Haas2021-11-081-8/+0
* vo_gpu_next: fix resource exhaustion on minimized windowsNiklas Haas2021-11-082-4/+10
* wayland: remove bogus scale_change variableDudemanguy2021-11-082-24/+1
* vo_gpu_next: add automatic translation for ewa_lanczossharpNiklas Haas2021-11-071-0/+7
* vo_gpu_next: implement --dither-depthNiklas Haas2021-11-071-0/+8
* vo_gpu_next: remove --builtin-scalers optionNiklas Haas2021-11-072-10/+0
* f_lavfi: replace deprecated avfilter_pad_countsfan52021-11-051-10/+10
* audio: replace deprecated av_mallocz_arraysfan52021-11-051-1/+1
* vo_gpu_next: call start_frame in vulkan/context.cDudemanguy2021-11-042-2/+12
* wayland_vk: rename start_frame to check_visibleDudemanguy2021-11-043-9/+10
* manpage: document --sharpen not affecting vo_gpu_nextNiklas Haas2021-11-031-1/+1
* osdep: rename MP_UNREACHABLENiklas Haas2021-11-0314-22/+22
* vo_gpu_next: fix --tone-mapping-param mappingNiklas Haas2021-11-031-0/+2
* vo_gpu_next: add new libplacebo-based rendererNiklas Haas2021-11-039-2/+1499
* sub: assert potential pitfallNiklas Haas2021-11-031-1/+3
* osdep: add MP_UNREACHABLENiklas Haas2021-11-0313-13/+19
* build: add check_preprocessorNiklas Haas2021-11-031-1/+18
* vo_gpu: allow using bare windows as --(t)scaleNiklas Haas2021-11-031-0/+20
* vo_gpu: vulkan: expose swapchain to mpvk_ctxNiklas Haas2021-11-032-8/+8
* vo_gpu: lift ra_ctx_* opts to a global structNiklas Haas2021-11-039-68/+63
* player: fix autofit/geometry related segfaultDudemanguy2021-11-032-5/+11
* Update VERSIONsfan52021-11-011-1/+1
* Release 0.34.0v0.34.0sfan52021-11-013-100/+87
* js: ~~/init.js: use mp.find_config_fileAvi Halachmi (:avih)2021-11-011-9/+5
* DOCS: clarify what the ~~/ path meanssfan52021-11-011-6/+11
* console.lua: define remaining emacs keybindingsGuido Cella2021-11-012-25/+87
* vo_gpu: libplacebo: simplify tex transfers for libplacebo 168+Niklas Haas2021-10-311-9/+19
* DOCS/input: fix subprocess typoGuido Cella2021-10-261-3/+3
* DOCS/options: clarify watch-later-options examplesGuido Cella2021-10-261-3/+3
* wayland: remove incorrect keepaspect checkDudemanguy2021-10-261-2/+1
* drm_common: add connector types USB, SPI and WritebackNoralf Trønnes2021-10-261-0/+3
* drm_common: support unknown connector typesNoralf Trønnes2021-10-261-2/+9
* {wscript,demux_lavf}: clean up last bits of !FFMPEG_STRICT_ABIJan Ekström2021-10-262-10/+12
* drm_common: enable specific device selection by means of pathJan Ekström2021-10-256-6/+33
* drm_common: utilize drmGetDevices when iterating over cardsJan Ekström2021-10-253-29/+113
* version.sh: bump copyright yearDudemanguy2021-10-251-1/+1
* vo_gpu: fix rotated compute shader vertex simulationNiklas Haas2021-10-221-10/+2
* github/workflows: use xcode 13.1 if image defaults to xcode 13.0Jan Ekström2021-10-211-0/+10
* ao_audiotrack: change buffer sizing logicAman Karmani2021-10-211-2/+2
* ao_audiotrack: allocate chunk buffer based on negotiated sizeAman Karmani2021-10-211-2/+3
* ao_audiotrack: support delay up to 2s as normalAman Karmani2021-10-211-2/+2
* ao_audiotrack: set device_buffer based on underlying buffer size when availableAman Karmani2021-10-211-0/+10
* ao_audiotrack: use new style initializer for AudioTrack when availableAman Karmani2021-10-211-11/+114
* egl_helpers: ensure debug context attrs/bit existDudemanguy2021-10-211-0/+9
* editorconfig: add initial file/configEmil Velikov2021-10-201-0/+10
* lua: makenode: prevent lua stack corruptionAvi Halachmi (:avih)2021-10-201-1/+3
* lua: autofree infrastructure: x2 fasterAvi Halachmi (:avih)2021-10-191-17/+47
* js: custom-init: use ~~/init.js instead of ~~/.init.js (dot)Avi Halachmi (:avih)2021-10-193-7/+15
* egl_helpers: add support for debug contextsEmil Velikov2021-10-161-0/+4
* vo_gpu: context_glx: cleanup create_context_x11_gl3 code pathEmil Velikov2021-10-161-23/+37
* vo_gpu: context_glx: remove legacy create_context_x11_old()Emil Velikov2021-10-161-43/+9
* egl_helpers: fixup the EGL_KHR_create_context-less codepathEmil Velikov2021-10-163-44/+9
* video: opengl: rework and remove ra_gl_ctx_test_version()Emil Velikov2021-10-164-46/+37
* vo_gpu: opengl: remove --opengl-restrictEmil Velikov2021-10-163-16/+2
* egl_helpers: remove explicit GLES 3 requestEmil Velikov2021-10-161-23/+12
* vo_gpu: opengl: reduce versions in mpgl_preferred_gl_versionsEmil Velikov2021-10-164-13/+7
* drm: re-enable drmSet/DropMaster callsEmil Velikov2021-10-151-14/+7
* context_drm_egl: re-enable drmSet/DropMaster callsEmil Velikov2021-10-151-17/+10
* command: with lavfi-complex, make current-tracks return the first oneGuido Cella2021-10-152-9/+12
* player: add track-list/N/image sub-propertyGuido Cella2021-10-1410-5/+22
* demux_lavf: improve image detectionGuido Cella2021-10-141-9/+9
* js: custom init: ignore ~~/.init.js with --no-configAvi Halachmi (:avih)2021-10-122-1/+6
* DOCS/options: refine --no-input-default-bindingsAvi Halachmi (:avih)2021-10-111-4/+4
* input: new option: --no-input-builtin-bindingsAvi Halachmi (:avih)2021-10-113-1/+12
* ci: update libs used by mingw buildsfan52021-10-072-4/+5
* github/workflows: enable macOS 11.x CIJan Ekström2021-10-061-0/+1
* vo_gpu: libplacebo: add missing includeNiklas Haas2021-10-041-0/+1
* vo_gpu: libplacebo: drop conditional code paths for old versionsNiklas Haas2021-10-043-34/+1
* vo_gpu: libplacebo: drop code deprecated in libplacebo v3Niklas Haas2021-10-043-13/+2
* wscript: bump libplacebo minimum versionNiklas Haas2021-10-041-1/+1
* options: add missing dash in msg-level help messageEmil Velikov2021-10-031-1/+1
* osc.lua: avoid infinite ticks loop on idleAvi Halachmi (:avih)2021-10-031-1/+11
* osc.lua: unify animation reset function (no-op)Avi Halachmi (:avih)2021-10-031-6/+8
* build: lua 5.1/5.2: use generic version namesAvi Halachmi (:avih)2021-10-032-1/+14
* build: lua version: sanitize id before storage (no-op)Avi Halachmi (:avih)2021-10-032-3/+5
* Revert "player: add track-list/N/image sub-property"Jan Ekström2021-10-0210-53/+14
* github/workflows: disable seccomp for linux native CIJan Ekström2021-10-021-0/+4
* player: add track-list/N/image sub-propertyGuido Cella2021-10-0210-14/+53
* DOCS/javascript.rst: clarifications (file_info, custom init)Avi Halachmi (:avih)2021-09-301-2/+5
* js: custom init (~~/.init.js): fail loudly on errorsAvi Halachmi (:avih)2021-09-301-3/+3
* wayland: further xdg-decoration/border refinementsDudemanguy2021-09-282-26/+40
* vo_rpi: fix DISPMANX_UPDATE_HANDLE_T leakHo Ming Shun2021-09-281-3/+4
* ytdl_hook.lua: search for yt-dlp by defaultGuido Cella2021-09-252-21/+53
* stream/dvbin: remove "full-featured" API includesNicolas F2021-09-221-2/+0
* demux_mkv: enable AVCodec parser timestamp usage for parsed audioDan Oscarsson2021-09-211-0/+4
* win32: Windows 10: timeBeginPeriod on demandAvi Halachmi (:avih)2021-09-213-1/+72
* waftools/features: add forgotten enable variants for enabled featuresJan Ekström2021-09-202-4/+5
* wayland: report correct window size when maximizedDudemanguy2021-09-131-2/+7
* build: enable strict FFmpeg ABI compatibility by defaultJan Ekström2021-09-081-1/+1
* input.conf: remove redundant commentsGuido Cella2021-09-061-25/+25
* demux_playlist: extend maximum line size (again) to 2MAvi Halachmi (:avih)2021-09-061-1/+1
* win32: initial position: center with bordersAvi Halachmi (:avih)2021-09-061-0/+2
* win32: fix incorrect application of --monitoraspectAvi Halachmi (:avih)2021-09-061-1/+4
* win_state: add vo_calc_window_geometry3Avi Halachmi (:avih)2021-09-062-5/+21
* bash completion: Allow completions to work without external functionsArthur Williams2021-09-051-4/+3
* DOCS/options: fix minor typo in compute shadersNicolas F2021-08-291-1/+1
* wayland: set default cursor size to 24Ivan2021-08-281-1/+1
* wayland: read XCURSOR_THEME to get cursor themeIvan2021-08-281-1/+2
* vo_tct: add resize capabilityCloud116652021-08-261-0/+7
* vo_drm: fix typo in error messagea13460542021-08-261-1/+1
* DOCS: use upstream license filesa13460542021-08-252-22/+21
* DOCS: fix spellinga13460542021-08-245-7/+7
* DOCS: fix spelling in github issue templatesa13460542021-08-245-5/+5
* input.conf: remove bindings of removed propertiesGuido Cella2021-08-191-2/+0
* input.conf: add commentsGuido Cella2021-08-191-132/+122
* terminal-unix: identify and ignore unknown CSI sequencesAvi Halachmi (:avih)2021-08-191-0/+11
* command: cycle: respect the prefix "repeatable"Avi Halachmi (:avih)2021-08-192-1/+7
* osd_libass: --osd-back-color: apply to the progress barAvi Halachmi (:avih)2021-08-191-0/+16
* osd_libass: disable --osd-back-color for the progress barAvi Halachmi (:avih)2021-08-191-0/+8
* win32: support the property display-hidpi-scaleAvi Halachmi (:avih)2021-08-181-0/+4
* win32: apply dpi-scale with [current]-window-scaleAvi Halachmi (:avih)2021-08-181-2/+5
* win32: ensure initial dpi-scale valueAvi Halachmi (:avih)2021-08-181-14/+19
* command: don't hardcode commands list to be repeatableAvi Halachmi (:avih)2021-08-172-3/+7
* DOCS: replace dead waf book link with working oneLaserEyess2021-08-171-1/+1
* DOCS: convert 3rd party http links to httpsLaserEyess2021-08-175-7/+7
* DOCS: convert mpv.io and github links to httpsLaserEyess2021-08-173-6/+6
* vo_tct: fix --vo-tct-256Avi Halachmi (:avih)2021-08-161-3/+3
* vo_tct: optimize print function on non-windows platformsCloud116652021-08-161-14/+57
* DOCS/input: update osd-ass-cc documentationGuido Cella2021-08-161-3/+4
* vo_tct: fix half-block on windowsAvi Halachmi (:avih)2021-08-161-0/+1
* DOCS/contrinute: add commit title example prefixesAvi Halachmi (:avih)2021-08-151-0/+5
* wayland: check for xkb state in handle modifiersDudemanguy2021-08-151-3/+4
* stats.lua: typo lavfi-complexStefan de Konink2021-08-151-2/+2
* sub: show subs without duration on vid changeGuido Cella2021-08-131-1/+1
* vo_rpi: restore fullscreen handlingHo Ming Shun2021-08-131-0/+20
* x11: handle maximized windows with window-scaleDudemanguy2021-08-121-0/+6
* vo_vdpau: Don't treat preemption as an error when reconfiguringsjambekar2021-08-121-1/+11
* desktop entry: fix duplication of the app icon in a dock like PlankStan Janssen2021-08-121-0/+1
* sub: align ytdl-hook secondary subs to the topGuido Cella2021-08-113-4/+8
* wayland: fix wrong opts structDudemanguy2021-08-101-1/+1
* wayland: request xdg-decoration mode on startupDudemanguy2021-08-101-0/+2
* lua: read_options: quote values at error messagesAvi Halachmi (:avih)2021-08-101-3/+3
* vo_wlshm: remove empty options structDudemanguy2021-08-091-6/+0
* DOCS/stats.rst: fix quotingAvi Halachmi (:avih)2021-08-091-1/+1
* wayland: check for xdg-decoration on border updateDudemanguy2021-08-091-1/+1
* options: clarify OS support for media keysLaserEyess2021-08-091-2/+9
* wayland: handle xdg-decoration protocol betterDudemanguy2021-08-091-9/+22
* command: check for monitor par in window-scaleDudemanguy2021-08-091-0/+6
* command: check for rotation in window-scaleDudemanguy2021-08-091-0/+3
* command: merge window-scale code togetherDudemanguy2021-08-091-13/+3
* wayland: fix keepaspect-window during resizeDudemanguy2021-08-081-9/+6
* wayland: improve behavior with touch eventsDudemanguy2021-08-083-20/+10
* wayland: correct window-scale behaviorDudemanguy2021-08-071-3/+10
* manpage: clarify window-scale behaviorDudemanguy2021-08-071-5/+14
* command: make current-window-scale writeable, 2nd attemptDudemanguy2021-08-074-4/+21
* Revert "command: make current-window-scale writeable"Avi Halachmi (:avih)2021-08-074-46/+42
* wayland: keep track of