summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* various: use thread safe mp_strerror()nanahi2024-03-192-2/+3
* image_writer: refactor screenshot write functionsnanahi2024-03-191-50/+24
* image_writer: fix TOCTOU in screenshot filename generationnanahi2024-03-193-11/+26
* repack: add restrict qualifier to src/dst pointersKacper Michajłow2024-03-191-36/+36
* win32: resolve dropped shell links (Windows shortcuts)nanahi2024-03-191-1/+3
* video/image_writer: attach MDVC metadata and CLLI metadataLeo Izen2024-03-192-13/+8
* vo_gpu_next: make `dither-depth=auto` mean 8 bpc for non-d3d11 SDRllyyr2024-03-191-1/+5
* vulkan: remove color_depth stubllyyr2024-03-191-6/+0
* vo_gpu_next: fix -Wembedded-directive warningnanahi2024-03-192-18/+19
* video/out/gpu/spirv: fix warning: zero size arrays are an extensionnanahi2024-03-191-0/+1
* various: fix -Wold-style-declaration warningnanahi2024-03-195-6/+6
* video/out/placebo/utils: fix -Wignored-qualifiers warningnanahi2024-03-191-1/+1
* vo_gpu_next: don't render ASS subtitles at HDR colorspaceKacper Michajłow2024-03-181-1/+1
* win32: remove all NC area on Windows 10 with --title-bar=noKacper Michajłow2024-03-181-3/+12
* win32: add helper function to check Windows 10 build numberKacper Michajłow2024-03-181-8/+20
* win32: adjust top border offset when title bar is disabledKacper Michajłow2024-03-181-18/+52
* win32: add DWMWA_VISIBLE_FRAME_BORDER_THICKNESS definitionKacper Michajłow2024-03-181-1/+8
* win32: use dpi aware GetSystemMetricsForDpiKacper Michajłow2024-03-181-9/+19
* win32: update maximized state when leaving fullscreennanahi2024-03-181-6/+7
* win32: fix window maximized state after setting window sizenanahi2024-03-181-0/+20
* wayland_common: respect compositor's preferenced size on state changenanahi2024-03-171-4/+2
* wayland_common: always use the current geometry for prepare_resizenanahi2024-03-171-14/+12
* x11_common: unmaximize window on runtime geometry changenanahi2024-03-171-9/+6
* win32: support runtime geometry updatenanahi2024-03-171-5/+13
* x11_common: fix window x/y position when updating geometry on runtimenanahi2024-03-172-4/+9
* gpu-next: add support for --dither-depth=autoKacper Michajłow2024-03-171-3/+8
* d3d11: get real on the wire bits per color channelKacper Michajłow2024-03-171-0/+5
* d3d11: add mp_get_dxgi_output_descKacper Michajłow2024-03-172-22/+25
* mac/view: optimise drag and drop event handlingder richter2024-03-161-17/+11
* mac/input: move scroll wheel event handling into input helperder richter2024-03-161-35/+1
* mac/input: optimise mouse movement enabled checkder richter2024-03-161-6/+2
* mac/input: move mouse event handling into input helperder richter2024-03-161-47/+12
* vo_{drm,wlshm}: make query_format checks more correctsfan52024-03-162-6/+7
* vo_drm: add support for YUYV formatsfan52024-03-163-9/+20
* vo_{drm,wlshm,x11}: add support for video-target-paramssfan52024-03-163-0/+12
* vo: move target_params into responsibility of VOsfan52024-03-163-6/+5
* 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/event: move key event handling to input helper and optimise itder richter2024-03-142-6/+6
* mac/events: remove redundant functions and optimise input helper usageder richter2024-03-142-6/+6
* mac/helper: move input ctx related functionality into new input helperder richter2024-03-145-18/+23
* 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
* vo_gpu: fix broken chroma plane for rotated semi-planar formatsnanahi2024-03-111-0/+19
* options: remove --focus-on-open and add --focus-onder richter2024-03-103-3/+10
* vf_format: add hdr10plus sub-parameter to format video filterKacper Michajłow2024-03-091-0/+10
* mp_image: add Dolby Vision metadata mappingKacper Michajłow2024-03-096-42/+50
* csputils: add missing PL_COLOR_SYSTEM namesKacper Michajłow2024-03-092-0/+12
* mp_image: add mp_image_params_static_equal for finer comparisionKacper Michajłow2024-03-097-7/+26
* wayland: always rescale geometry if in a fullscreen/maximized stateDudemanguy2024-03-091-1/+1
* 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-072-0/+16
* mp_image: add imgfmt_name to mp_image_paramsKacper Michajłow2024-03-071-0/+1
* mac/menu: add explicit menu type instead of an inferred typeder richter2024-03-071-5/+5
* mac/menu: rewrite menu bar in swiftder richter2024-03-071-5/+5
* 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
* wayland_common: fix pointer serial conflictnanahi2024-03-051-8/+9
* video/filter: add field order support for built in deinterlacers1nsane0002024-03-045-3/+43
* options: add --deinterlace-field-parity option1nsane0002024-03-041-0/+4
* wayland: fix missing lround in cursor surfaceDudemanguy2024-03-041-1/+1
* wayland: guess the first hidpi frame betterDudemanguy2024-03-042-1/+8
* vo_gpu_next: render subtitles at video colorspaceKacper Michajłow2024-03-021-0/+2
* 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-012-9/+0
* 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-011-0/+3
* 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
* mac/vulkan: remove old deprecated VK_MVK_macos_surface extension remainsder richter2024-02-292-2/+1
* various: avoid function pointer castsKacper Michajłow2024-02-288-30/+12
* osdep/mac: make mac naming of files, folders and function consistentder richter2024-02-282-2/+2
* 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
* 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-271-1/+7
* vo_gpu_next: simplify pl_clear_mode enum mappingDudemanguy2024-02-261-6/+6
* vo_gpu_next: add --border-background optionDudemanguy2024-02-261-1/+12
* 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-264-25/+25
* player: rename --background to --background-colorDudemanguy2024-02-263-10/+10
* 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-262-4/+0
* wayland: remove old sway/wlroots hackDudemanguy2024-02-262-11/+0
* vo_gpu_next: fix win32 io wrapnanahi2024-02-261-0/+1
* input: add insert-next support for drag-and-dropDavid Vaughan2024-02-261-2/+8
* image_writer: cleanup leftover files if image writing failsnanahi2024-02-251-2/+10
* player/command: handle runtime toggling of hidpi-window-scaleDudemanguy2024-02-241-2/+0
* 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
* osdep/io: move I/O utility functions to misc/io_utilsnanahi2024-02-231-1/+1
* vo_gpu: fix fragment coordinate calculation when ditheringnanahi2024-02-221-3/+5
* vo_gpu: fix fragment coordinate calculation when drawing checkerboardnanahi2024-02-221-1/+3
* x11_common: handle window dragging in ButtonPress eventnanahi2024-02-212-28/+17
* various: make mentions of macOS consistentder richter2024-02-214-5/+5
* vo: make libmpv last in the auto-probing order for cocoa-cb onlyder richter2024-02-202-1/+6
* wayland_common: update pointer serial on pointer_enterJulian Orth2024-02-181-0/+1
* cocoa-cb: lock CGLContext on uninit and manual redrawder richter2024-02-182-0/+12
* vo_gpu_next: fix some lut-related memory leaksDudemanguy2024-02-171-0/+5
* vo_gpu_next: move gpu-next opts to specific sub optionDudemanguy2024-02-171-52/+62
* vo: remove VOCTRL_SET_EQUALIZER and simplify into UPDATE_VIDEODudemanguy2024-02-176-40/+0
* wayland_common: drop shape device check when spawning cursornanahi2024-02-172-12/+2
* wayland_common: properly determine has_keyboard_inputnanahi2024-02-172-5/+14
* wayland_common: handle scroll accumulation for each seatnanahi2024-02-172-22/+20
* wayland_common: handle keyboard state per seatnanahi2024-02-172-45/+43
* wayland_common: set cursor visibility for all seats for voctrlnanahi2024-02-171-3/+22
* wayland_common: handle removal of seatsnanahi2024-02-171-2/+13
* wayland_common: prevent cursor_seat stale referencenanahi2024-02-171-0/+1
* wayland_common: handle cursor_shape_device per seatnanahi2024-02-172-29/+31
* wayland_common: drop unnecessary xdg_toplevel null checknanahi2024-02-171-11/+1
* wayland_common: implement multi-seat supportnanahi2024-02-172-91/+141
* wayland_common: indentation nitnanahi2024-02-171-1/+1
* vulkan/context_win: make --alpha work and runtime changeablenanahi2024-02-171-6/+15
* opengl/context_win: make --alpha runtime changeablenanahi2024-02-171-8/+13
* d3d11: make --alpha runtime changeablenanahi2024-02-171-6/+12
* opengl/context_win: make --alpha=yes worknanahi2024-02-171-0/+5
* d3d11: set window to transparent if --alpha=yes is specifiednanahi2024-02-171-0/+3
* w32_common: add function to control window transparency statenanahi2024-02-172-0/+22
* vo_gpu_next: don't add 0 width/height sub bitmaps to pl_overlayDudemanguy2024-02-161-0/+2
* vo_gpu_next: move the frame->redraw check for blended subtitlesDudemanguy2024-02-151-4/+3
* vo: ensure that frames are not eaten on reconfigKacper Michajłow2024-02-151-13/+41
* Reapply "video: remove another redundant wakeup"Kacper Michajłow2024-02-152-19/+42
* Revert "vo: remove frame timing check from vo_still_displaying()"Kacper Michajłow2024-02-151-3/+10
* x11_common: fix Xft.dpi detection ignoring --hidpi-window-scalesfan52024-02-121-3/+5
* various: replace dead links in commentsnanahi2024-02-114-8/+10
* wayland: don't press keys again when releasing modifiersGuido Cella2024-02-111-0/+6
* hwdec_drmprime: check for AV_PIX_FMT_P210 before using itPhilip Langdale2024-02-101-0/+2
* wayland: set current_output on surface leave if applicableDudemanguy2024-02-081-4/+4
* vo_vdpau: cosmetic changes to timingsKacper Michajłow2024-02-071-10/+7
* player: remove all rpi-specific codeDudemanguy2024-02-056-1661/+0
* player: ensure runtime updates of certain rendering optionsDudemanguy2024-02-054-0/+13
* vo_vdpau: fix timing for nanosecondsDan Oscarsson2024-02-041-8/+6
* wayland_common: warn if scrolling will be brokennanahi2024-02-041-0/+3
* wayland_common: add touch listener boilerplatenanahi2024-02-041-0/+12
* wayland_common: prefer axis_value120 if supportednanahi2024-02-042-15/+95
* wayland_common: properly handle high resolution scrollingnanahi2024-02-041-1/+6
* x11_common: support --title-barnanahi2024-02-021-9/+13
* wayland: look for "default" cursor as well as "left_ptr"Dudemanguy2024-02-011-2/+5
* io: add mp_save_fileKacper Michajłow2024-01-311-25/+4
* vo_gpu_next: save cache to separate filesKacper Michajłow2024-01-311-49/+182
* hwdec_drmprime: add P010 and P210 supportboogie2024-01-282-0/+3
* hwdec_aimagereader: handle lack of JNI gracefullysfan52024-01-271-4/+6
* vo: change vo_frame duration to doubleKacper Michajłow2024-01-271-1/+1
* vo_dmabuf_wayland: scale smarter in hidpi situationsDudemanguy2024-01-273-13/+12
* wayland: don't rescale dimensions if hidpi-window-scale is disabledDudemanguy2024-01-271-0/+3
* wayland: drop buffer_scale use for viewporterDudemanguy2024-01-276-28/+23
* vo: ensure a dropped frame is always freedDudemanguy2024-01-261-1/+1
* all: add missing repr assignmentsKacper Michajłow2024-01-263-1/+5
* vo_gpu_next: simplify after recent changesKacper Michajłow2024-01-221-20/+4
* csputils: replace more primitives with pl_Kacper Michajłow2024-01-228-469/+93
* csputils: replace mp_chroma_location with pl_chroma_locationKacper Michajłow2024-01-2213