summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* context_drm_egl: log fallback correctlysfan52024-03-161-0/+4
* vo_drm: add support for BGR formatssfan52024-03-161-3/+21
* vo_drm: use native matching pixel format for XRGB2101010sfan52024-03-161-34/+6
* mac/input: add missing special keysder richter2024-03-141-0/+2
* mac/input: add simplified mp_keymap initder richter2024-03-142-52/+32
* mac/input: remove wrongly mapped modifier keysder richter2024-03-141-3/+0
* mac/event: move key event handling to input helper and optimise itder richter2024-03-149-171/+134
* mac/input: define AltGr mask as static NSEvent.ModifierFlags variableder richter2024-03-142-2/+8
* mac/events: remove redundant functions and optimise input helper usageder richter2024-03-1412-115/+35
* mac/helper: move input ctx related functionality into new input helperder richter2024-03-148-113/+99
* mac/events: move input ctx related functionality into new input helperder richter2024-03-144-31/+80
* wayland_common: move WAYLAND_DISPLAY check above vo_wayland_state initDudemanguy2024-03-131-3/+3
* wayland_common: require WAYLAND_DISPLAY to be set for initializationnanahi2024-03-131-0/+3
* vo_gpu/vo_gpu_next: fix transparency in glxDudemanguy2024-03-134-21/+22
* meson: fix ios-gl hwdec buildRobert Kopaczewski2024-03-121-1/+1
* vo_gpu: fix broken chroma plane for rotated semi-planar formatsnanahi2024-03-111-0/+19
* path: don't load any files if --no-config is passedllyyr2024-03-111-1/+5
* DOCS/tech-overview.txt: add builtin.conf to etc/ descriptionnanahi2024-03-111-2/+2
* DOCS/tech-overview.txt: update for merged pull/push glue codenanahi2024-03-111-3/+3
* DOCS/tech-overview.txt: add vo_gpu_next referencenanahi2024-03-111-2/+2
* DOCS/tech-overview.txt: add a section for the new filter frameworknanahi2024-03-111-12/+16
* DOCS/tech-overview.txt: update for removed stream inputsnanahi2024-03-111-2/+1
* DOCS/tech-overview.txt: update for split m_config.c/hnanahi2024-03-111-7/+8
* DOCS/tech-overview.txt: fix function/member/header namesnanahi2024-03-111-3/+3
* ad_spdif: update deprecated FF_PROFILE_DTS_HD_HRA definitionAlex Mitzsch2024-03-101-1/+1
* options: remove trailing whitespacesder richter2024-03-101-3/+3
* options: remove --focus-on-open and add --focus-onder richter2024-03-107-9/+21
* stats.lua: display video parameters after filteringKacper Michajłow2024-03-091-0/+1
* vf_format: add hdr10plus sub-parameter to format video filterKacper Michajłow2024-03-093-0/+15
* mp_image: add Dolby Vision metadata mappingKacper Michajłow2024-03-096-42/+50
* csputils: add missing PL_COLOR_SYSTEM namesKacper Michajłow2024-03-093-4/+19
* mp_image: add mp_image_params_static_equal for finer comparisionKacper Michajłow2024-03-0911-39/+59
* wayland: always rescale geometry if in a fullscreen/maximized stateDudemanguy2024-03-091-1/+1
* filters/f_lavfi: rename channellayout to ch_layoutDudemanguy2024-03-081-2/+2
* swresample: stop using deprecated {in,out}_channel_layout optionsDudemanguy2024-03-081-0/+16
* filters/f_lavfi: handle removed AV_OPT_TYPE_CHANNEL_LAYOUTDudemanguy2024-03-071-0/+4
* ad_spdif: handle const buf pointee in avio_alloc_contextDudemanguy2024-03-071-0/+4
* osxbundle: avoid running `codesign` with deprecated `--deep` argumentDavid Knaack2024-03-071-1/+7
* vo_gpu_next: infer target parametersKacper Michajłow2024-03-071-3/+5
* vo_gpu_next: add support for video-target-paramsKacper Michajłow2024-03-071-1/+13
* vo: add video-target-params propertyKacper Michajłow2024-03-075-1/+40
* player/command: fix video-params/[average-bpp, alpha] when hw decodingKacper Michajłow2024-03-071-2/+3
* mp_image: add imgfmt_name to mp_image_paramsKacper Michajłow2024-03-072-10/+15
* meson: remove main function from libmpv buildowl0w12024-03-071-5/+5
* osxbundle: activate Game Mode with App bundleder richter2024-03-071-0/+2
* mac/menu: add explicit menu type instead of an inferred typeder richter2024-03-072-50/+54
* mac/menu: make menu creation recursive to allow nested submenusder richter2024-03-071-31/+31
* mac/menu: move conditional Bundle menu items into configder richter2024-03-071-11/+6
* mac/menu: keep track of menu items with dynamic actionsder richter2024-03-071-14/+8
* mac/menu: merge file and url config propertiesder richter2024-03-071-15/+11
* mac/menu: properly guard playlist array accessder richter2024-03-071-2/+2
* mac/menu: attach menu config to menu item for direct accessder richter2024-03-071-27/+21
* mac/menu: replace app.command usage with event.commandder richter2024-03-071-2/+2
* mac/menu: fix touch bar menu itemder richter2024-03-071-6/+0
* mac/menu: rename Preferences to Settings for consistency with macOSder richter2024-03-071-4/+4
* mac/menu: remove duplicate key assignment Undo/Zoomder richter2024-03-071-1/+1
* mac/menu: optimise loading files functionder richter2024-03-071-7/+3
* mac/menu: replace deprecated openFile() usageder richter2024-03-071-8/+8
* mac/menu: remove unnecessary alert config fields and alertder richter2024-03-071-43/+10
* mac/menu: rewrite menu bar in swiftder richter2024-03-0710-921/+483
* mac/app: remove unused functionder richter2024-03-072-7/+0
* github/workflows: generate html and pdf in docs job as wellDudemanguy2024-03-061-2/+4
* DOCS/man/input.rst: fix incorrect syntaxsavoury12024-03-061-10/+10
* mac/vulkan: directly retrieve current render size without cachingder richter2024-03-064-15/+11
* mac/vulkan: workaround for MoltenVK problem that causes flickerder richter2024-03-061-0/+11
* github/workflows: update actions/upload-artifact to v4Kacper Michajłow2024-03-051-1/+1
* ad_spdif: handle deprecated FF_PROFILE_* definitionsDudemanguy2024-03-051-7/+13
* wayland_common: fix pointer serial conflictnanahi2024-03-051-8/+9
* video/filter: add field order support for built in deinterlacers1nsane0002024-03-046-6/+49
* f_auto_filters: pass field parity to lavfi bwdif deinterlacers1nsane0002024-03-041-3/+19
* options: add --deinterlace-field-parity option1nsane0002024-03-045-0/+25
* wayland: fix missing lround in cursor surfaceDudemanguy2024-03-041-1/+1
* wayland: guess the first hidpi frame betterDudemanguy2024-03-042-1/+8
* Revert "player: reset av state on speed changes"Dudemanguy2024-03-033-22/+2
* player/video: subtract frame_time from delay when ao_chain starts audioDudemanguy2024-03-033-1/+5
* player/audio: also adjust apts by audio speed in audio_start_aoDudemanguy2024-03-031-1/+2
* test/test_utils: add mp_msg_set_max_level stubDudemanguy2024-03-032-0/+2
* ci/mingw: update dependency versionsnanahi2024-03-031-3/+3
* ci/mingw: add dav1d decodernanahi2024-03-031-3/+13
* ci/mingw: enable nvdecnanahi2024-03-031-1/+9
* demux_lavf: always find stream info for avif filesDudemanguy2024-03-021-0/+4
* vo_gpu_next: render subtitles at video colorspaceKacper Michajłow2024-03-021-0/+2
* sub: add flag if sub_bitmap should be rendered in video color spaceKacper Michajłow2024-03-025-4/+7
* DOCS/options: fix Vulkan typopsykose2024-03-021-1/+1
* vo_gpu: add missing PL_COLOR_TRC_ST428 case in lcmsKacper Michajłow2024-03-011-0/+5
* wayland_common: toplevel resize fixesnanahi2024-03-011-5/+7
* w32_common: make dragging asynchronousnanahi2024-03-011-1/+8
* w32_common: re-add fullscreen check when start draggingnanahi2024-03-011-1/+2
* input: centralize VO draggingnanahi2024-03-013-15/+10
* wayland_common: implement VOCTRL_BEGIN_DRAGGINGnanahi2024-03-012-14/+40
* w32_common: implement VOCTRL_BEGIN_DRAGGINGnanahi2024-03-011-18/+27
* x11_common: implement VOCTRL_BEGIN_DRAGGINGnanahi2024-03-012-15/+31
* command: add begin-vo-dragging commandnanahi2024-03-014-0/+23
* Revert "player: add ao-volume option, to set the system volume at startup"Dudemanguy2024-03-018-41/+16
* sd_ass: fix use-after-free in ft->event_formatDudemanguy2024-02-291-1/+1
* wayland_common: fix type of dnd_actionsfan52024-02-291-1/+1
* wayland_common: fix initialization order issue with protocolssfan52024-02-291-5/+7
* wayland_common: fix DND read error handlingsfan52024-02-291-7/+17
* wayland_common: read DND data in larger chunkssfan52024-02-291-1/+1
* wayland_common: log if DND failssfan52024-02-291-0/+2
* wayland_common: free DND resources on shutdown and errorsfan52024-02-291-9/+19
* cocoa-cb: render on main queue instead of dedicated queueder richter2024-02-291-3/+1
* mac/vulkan: set NSView as layer delegate like recommended by MoltenVKder richter2024-02-292-1/+2
* osxbundle: fix bundling when homebrew is not installedder richter2024-02-291-1/+8
* mac/vulkan: remove old deprecated VK_MVK_macos_surface extension remainsder richter2024-02-292-2/+1
* various: avoid function pointer castsKacper Michajłow2024-02-2810-45/+29
* misc/jni: reduce duplication in mapping structsfan52024-02-283-72/+72
* misc/jni: introduce macros for deleting referencessfan52024-02-283-63/+44
* misc/jni: general code cleanup and refactorsfan52024-02-281-155/+119
* ao_audiotrack: refactor JNI class retrievalsfan52024-02-281-68/+77
* ao_audiotrack: remove two dead variablessfan52024-02-281-9/+0
* ao_audiotrack: fix missing check for passthrough supportsfan52024-02-281-0/+4
* osdep/mac: make mac naming of files, folders and function consistentder richter2024-02-2835-72/+72
* wayland: drop some unneeded curly braces (no-op)Dudemanguy2024-02-271-20/+10
* wayland: drop buffer scale for cursor as wellDudemanguy2024-02-272-7/+10
* wayland: rename configured to geometry_configured (no-op)Dudemanguy2024-02-272-5/+5
* wayland: fix check for set_surface_scalingDudemanguy2024-02-271-6/+3
* sd_ass: don't wrongly recognize \pos as \pChristoph Heinrich2024-02-271-1/+1
* build: fix build when disabling cocoa-cbder richter2024-02-272-2/+2
* mac: remove unnecessary metal layer colour space updateder richter2024-02-271-16/+3
* mac: set layer content scale on initder richter2024-02-271-0/+2
* cocoa-cb: remove pre-allocation and initialise only when usedder richter2024-02-275-10/+31
* console.lua: fix blurry cursor when --osd-blur is setnanahi2024-02-271-1/+1
* stats.lua: fix blurry graphs when --osd-blur is setnanahi2024-02-271-1/+1
* DOCS/options: clarify --sub-blur and --osd-blur optionsnanahi2024-02-271-2/+4
* vo_gpu_next: simplify pl_clear_mode enum mappingDudemanguy2024-02-261-6/+6
* ci: clone repos with shallow submodulessfan52024-02-263-3/+5
* vo_gpu_next: add --border-background optionDudemanguy2024-02-263-1/+17
* vo_gpu_next: support --background optionDudemanguy2024-02-261-0/+11
* vo_gpu: pre-multiply alpha when dealing with background colorsDudemanguy2024-02-261-0/+4
* vo_gpu/vo_gpu_next: rework --alpha into --background optionDudemanguy2024-02-266-47/+45
* player: rename --background to --background-colorDudemanguy2024-02-265-11/+12
* vo_gpu/vo_gpu_next: set ctx->opts.want_alpha in specific functionsDudemanguy2024-02-263-8/+11
* hwdec/dmabuf_interop: reduce magic constant usesfan52024-02-263-9/+12
* hwdec/dmabuf_interop_gl: migrate to EXT_EGL_image_storage on desktop GLsfan52024-02-261-16/+45
* hwdec/dmabuf_interop_gl: refactor texture creationsfan52024-02-261-25/+50
* hwdec/dmabuf_interop_gl: restyle macros to fit line lengthsfan52024-02-261-19/+23
* video: don't define IMGFMT_VULKAN conditionallysfan52024-02-264-8/+0
* osd_libass: update the OSD bar's dent and border sizeGuido Cella2024-02-263-3/+3
* DOCS/options: make --scale documentation more consistentdokur0chan2024-02-261-8/+9
* wayland: remove old sway/wlroots hackDudemanguy2024-02-262-11/+0
* player/audio: remove misleading comment about delayDudemanguy2024-02-261-1/+1
* player: reset av state on speed changesDudemanguy2024-02-263-2/+22
* player: remove speed adjustment from playing_audio_ptsDudemanguy2024-02-262-2/+3
* ci: add explicit build test for ffmpeg 4.4LaserEyess2024-02-262-0/+69
* DOCS: move ALSA option documentation to ao.rstnanahi2024-02-262-51/+47
* DOCS/options: clarify the impact of --audio-buffernanahi2024-02-261-1/+1
* DOCS/options: remove lavrresample referencenanahi2024-02-261-7/+2
* DOCS/options: remove --alsa-devicenanahi2024-02-261-3/+0
* DOCS/ao: update SDL ao version referencenanahi2024-02-261-2/+2
* vo_gpu_next: fix win32 io wrapnanahi2024-02-261-0/+1
* player/main: don't set the main thread nameDudemanguy2024-02-261-1/+0
* Revert "ci/mingw: pin Vulkan version again"Kacper Michajłow2024-02-261-2/+2
* DOCS: add `insert` commands and args to interface-changesDavid Vaughan2024-02-261-0/+6
* input/player: add loadfile/loadlist insert-at commandDavid Vaughan2024-02-264-29/+113
* player: change insert_next to insert_atDavid Vaughan2024-02-267-35/+23
* input: add insert-next support for drag-and-dropDavid Vaughan2024-02-265-12/+37
* player: add loadlist insert-next commandsDavid Vaughan2024-02-262-5/+22
* player: add loadfile insert-next commandsDavid Vaughan2024-02-264-5/+45
* DOCS/man: remove outdated softvol entryDudemanguy2024-02-251-13/+2
* player: add ao-volume option, to set the system volume at startupLeonardo Boss2024-02-258-16/+41
* ao: don't clip floating point formats at non-unity gainnanahi2024-02-251-1/+1
* osdep/io: add mp_unlink()nanahi2024-02-252-0/+10
* sub: fix LRC lines with multiple timestampsGuido Cella2024-02-251-8/+15
* ci: add OpenBSDLaserEyess2024-02-252-0/+62
* ci: fix typing in lint-commit-msg.pyLaserEyess2024-02-251-2/+4
* image_writer: cleanup leftover files if image writing failsnanahi2024-02-251-2/+10
* player: set hidpi-window-scale to no by defaultDudemanguy2024-02-243-2/+2
* DOCS/options: clarify hidpi-window-scaleDudemanguy2024-02-241-4/+3
* player/command: handle runtime toggling of hidpi-window-scaleDudemanguy2024-02-242-2/+23
* win32: clean up hidpi window scale behaviorDudemanguy2024-02-241-6/+3
* x11: clean up hidpi-window-scale behaviorDudemanguy2024-02-241-14/+15
* vo_gpu: use fbo texture height for fragment coordinate calculationnanahi2024-02-241-2/+2
* test: add missing libplacebo dependencyder richter2024-02-241-2/+2
* github/workflows: add macOS 14 arm runner with most recent xcodeder richter2024-02-241-0/+9
* github/workflows: add vulkan, mujs and urchadet to macOS dependenciesder richter2024-02-242-2/+4
* github/workflows: link macOS artifacts in commentsder richter2024-02-241-0/+7
* github/workflows: b