summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu_next: don't render ASS subtitles at HDR colorspaceHEADmasterKacper Michajłow8 hours1-1/+1
* win32: remove all NC area on Windows 10 with --title-bar=noKacper Michajłow26 hours1-3/+12
* win32: add helper function to check Windows 10 build numberKacper Michajłow26 hours1-8/+20
* win32: adjust top border offset when title bar is disabledKacper Michajłow26 hours1-18/+52
* win32: add DWMWA_VISIBLE_FRAME_BORDER_THICKNESS definitionKacper Michajłow26 hours1-1/+8
* win32: use dpi aware GetSystemMetricsForDpiKacper Michajłow26 hours1-9/+19
* win32: update maximized state when leaving fullscreennanahi26 hours1-6/+7
* win32: fix window maximized state after setting window sizenanahi26 hours1-0/+20
* wayland_common: respect compositor's preferenced size on state changenanahi37 hours1-4/+2
* wayland_common: always use the current geometry for prepare_resizenanahi37 hours1-14/+12
* x11_common: unmaximize window on runtime geometry changenanahi37 hours1-9/+6
* win32: support runtime geometry updatenanahi37 hours1-5/+13
* x11_common: fix window x/y position when updating geometry on runtimenanahi37 hours2-4/+9
* gpu-next: add support for --dither-depth=autoKacper Michajłow39 hours1-3/+8
* d3d11: get real on the wire bits per color channelKacper Michajłow39 hours1-0/+5
* d3d11: add mp_get_dxgi_output_descKacper Michajłow39 hours2-22/+25
* mac/view: optimise drag and drop event handlingder richter3 days1-17/+11
* mac/input: move scroll wheel event handling into input helperder richter3 days1-35/+1
* mac/input: optimise mouse movement enabled checkder richter3 days1-6/+2
* mac/input: move mouse event handling into input helperder richter3 days1-47/+12
* vo_{drm,wlshm}: make query_format checks more correctsfan53 days2-6/+7
* vo_drm: add support for YUYV formatsfan53 days3-9/+20
* vo_{drm,wlshm,x11}: add support for video-target-paramssfan53 days3-0/+12
* vo: move target_params into responsibility of VOsfan53 days3-6/+5
* context_drm_egl: log fallback correctlysfan53 days1-0/+4
* vo_drm: add support for BGR formatssfan53 days1-3/+21
* vo_drm: use native matching pixel format for XRGB2101010sfan53 days1-34/+6
* mac/event: move key event handling to input helper and optimise itder richter4 days2-6/+6
* mac/events: remove redundant functions and optimise input helper usageder richter4 days2-6/+6
* mac/helper: move input ctx related functionality into new input helperder richter4 days5-18/+23
* wayland_common: move WAYLAND_DISPLAY check above vo_wayland_state initDudemanguy5 days1-3/+3
* wayland_common: require WAYLAND_DISPLAY to be set for initializationnanahi5 days1-0/+3
* vo_gpu/vo_gpu_next: fix transparency in glxDudemanguy5 days4-21/+22
* vo_gpu: fix broken chroma plane for rotated semi-planar formatsnanahi7 days1-0/+19
* options: remove --focus-on-open and add --focus-onder richter9 days3-3/+10
* vf_format: add hdr10plus sub-parameter to format video filterKacper Michajłow10 days1-0/+10
* mp_image: add Dolby Vision metadata mappingKacper Michajłow10 days6-42/+50
* csputils: add missing PL_COLOR_SYSTEM namesKacper Michajłow10 days2-0/+12
* mp_image: add mp_image_params_static_equal for finer comparisionKacper Michajłow10 days7-7/+26
* wayland: always rescale geometry if in a fullscreen/maximized stateDudemanguy10 days1-1/+1
* vo_gpu_next: infer target parametersKacper Michajłow11 days1-3/+5
* vo_gpu_next: add support for video-target-paramsKacper Michajłow11 days1-1/+13
* vo: add video-target-params propertyKacper Michajłow11 days2-0/+16
* mp_image: add imgfmt_name to mp_image_paramsKacper Michajłow11 days1-0/+1
* mac/menu: add explicit menu type instead of an inferred typeder richter12 days1-5/+5
* mac/menu: rewrite menu bar in swiftder richter12 days1-5/+5
* mac/vulkan: directly retrieve current render size without cachingder richter12 days4-15/+11
* mac/vulkan: workaround for MoltenVK problem that causes flickerder richter12 days1-0/+11
* wayland_common: fix pointer serial conflictnanahi13 days1-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-90/+37
* csputils: replace mp_alpha_type with pl_alpha_modeKacper Michajłow2024-01-2210-35/+13
* csputils: replace mp_colorspace with pl_color_spaceKacper Michajłow2024-01-2235-910/+532
* win32: stop waiting for messages if the window is destroyednanahi2024-01-211-1/+1
* command: export current-gpu-context propertynanahi2024-01-202-0/+4
* chmap: mp_image_pool: drop stale mentions of Libav in commentsllyyr2024-01-201-1/+1
* libplacebo: fix out-of-bounds read with --really-quietGuido Cella2024-01-201-1/+7
* wayland_common: guard against negative configure sizesnanahi2024-01-191-0/+5
* win32: change to alphanumeric mode on the first keypressnanahi2024-01-151-0/+10
* win32: default to alphanumeric input when the IME is first initializednanahi2024-01-151-0/+30
* win32: move IME candidate window to video windownanahi2024-01-151-0/+9
* win32: handle WM_UNICHARnanahi2024-01-151-3