summaryrefslogtreecommitdiffstats
path: root/video
<
Commit message (Expand)AuthorAgeFilesLines
* w32_common: fix show-in-taskbar toggling after explorer is restartednanahi6 hours1-2/+8
* vf_gpu: vulkan and egl implementationsShreesh Adiga8 hours6-105/+333
* mac: make display-names unique to allow specific selectionder richter3 days1-2/+2
* vo_dmabuf_wayland: use wl_fixed_from_int when setting viewport sourceDudemanguy6 days1-3/+3
* vo_dmabuf_wayland: fix scaling for subsurface positioningDudemanguy6 days1-2/+2
* d3d11: disable IDXGIInfoQueue usage if dxgidebug.h is incompleteKacper Michajłow8 days3-0/+19
* d3d11: use IDXGIInfoQueue instead ID3D11InfoQueueKacper Michajłow8 days3-50/+77
* context_drm_egl: guard gbm_device on uninitDudemanguy8 days1-1/+2
* x11: always do a reset_size if geometry/autofit is updated at runtimeDudemanguy9 days1-2/+2
* various: add GPU context descriptionnanahi9 days18-0/+18
* video/out/gpu/context: add auto dummy contextnanahi9 days1-5/+21
* video/out/gpu/context: convert --gpu-context to use obj_settings_listnanahi9 days2-89/+100
* video/out/gpu/context: don't use hidden flag for contextsnanahi9 days3-17/+24
* vo_gpu_next: invalidate cache object if requested by libplaceboKacper Michajłow9 days1-3/+5
* terminal: add terminal_set_mouse_input functionnanahi9 days3-6/+6
* vo_{tct,sixel,kitty}: implement mouse supportnanahi9 days3-0/+6
* w32_common: implement --show-in-taskbar optionnanahi9 days1-1/+12
* x11_common: implement --show-in-taskbar optionnanahi9 days1-0/+18
* x11_common: detect wm support for _NET_WM_STATE_SKIP_TASKBARnanahi9 days1-0/+2
* player/command: add video-codec-info and audio-codec-infoKacper Michajłow12 days1-0/+5
* wayland: fix segfault in surface_handle_enter due to memory readllyyr12 days1-1/+2
* wayland: check if scale actually changes in scaling eventsDudemanguy13 days1-2/+6
* wayland: only perform a rescale if window is on one outputDudemanguy13 days2-34/+90
* vo_gpu_next: rotate target cropKacper Michajłow13 days1-2/+2
* wayland: apply keepaspect options to wayland configure boundsDudemanguy14 days1-6/+15
* wayland: avoid unneeded calls to xdg_toplevel state functionsDudemanguy14 days1-11/+12
* wayland: enforce a state change after a reconfigureDudemanguy14 days2-0/+12
* vo_gpu_next: set target resolution to crop valueKacper Michajłow14 days1-2/+2
* mac/vulkan: add support for frame timing via presentation feedbackder richter2024-04-102-2/+25
* mac/window: fix window pinch gesture and modify current-window-scaleder richter2024-04-101-1/+1
* various: make filter internal function names more descriptivenanahi2024-04-101-6/+6
* vo_gpu_next: keep target params in priv instead of alocating itKacper Michajłow2024-04-101-4/+7
* Revert "vo_dmabuf_wayland: assume counter-clockwise rotations"Dudemanguy2024-04-091-4/+1
* bstr: change bstr0_s to bstr0_lit, restrict it only for string literalsKacper Michajłow2024-04-081-10/+10
* vo_tct: reduce lut_item size and generate it without snprintfKacper Michajłow2024-04-071-6/+11
* vo_tct: use fwrite when appropriateKacper Michajłow2024-04-071-11/+9
* vo_tct: add synchronized output supportKacper Michajłow2024-04-071-0/+4
* vo_tct: add --vo-tct-buffering optionKacper Michajłow2024-04-071-9/+36
* misc/bstr: add bstr0_s for static initializationKacper Michajłow2024-04-071-12/+12
* vo_tct: write frame fully instead of every pixelKacper Michajłow2024-04-071-48/+44
* vulkan: use pl_vk_inst_createKacper Michajłow2024-04-072-39/+39
* vo: add win32 context menu supportShuanglei Tao2024-04-064-0/+291
* mac/common: reuse hidpi window scale frame calculation helperder richter2024-04-041-4/+2
* mac/window: cleanup unfsContentFrame usage and make it none optionalder richter2024-04-041-10/+8
* mac/window: fix unfs window size retrievalder richter2024-04-042-0/+4
* wayland_common: set mouse position on pointer enternanahi2024-04-011-0/+7
* mac/view: fix cursor visibility when toggling fullscreender richter2024-03-291-3/+3
* mac: cleanup swift bridge header imports and unify themder richter2024-03-293-2/+5
* mac/log: rename log functions and cleanup classder richter2024-03-295-29/+29
* mac: use LogHelper directly instead of mp_logder richter2024-03-293-8/+8
* mac: rename mpvHandle to mpvder richter2024-03-291-5/+4
* mac: remove now unnecessary objective-c forwardingder richter2024-03-291-1/+1
* mac/apphub: move menu bar into AppHubder richter2024-03-291-7/+5
* mac/apphub: move app icon into AppHubder richter2024-03-291-4/+2
* win32: fix native key repeat supportnanahi2024-03-291-5/+2
* vo_gpu: support video-target-paramsnanahi2024-03-273-0/+27
* vo_direct3d: support video-target-paramsnanahi2024-03-271-0/+13
* vo_xv: support video-target-paramsnanahi2024-03-271-0/+8
* cocoa-cb: use EventHelper for event handlingder richter2024-03-241-8/+4
* cocoa-cb: use a separate mpv_handle for cocoa-cb to simplify shutdownder richter2024-03-241-5/+4
* mac/apphub: migrate remaining events functionality to new AppHubder richter2024-03-241-1/+1
* hwdec/vulkan: enable the stable AV1 extensionLynne2024-03-241-2/+1
* mac: optimise and shorten some codeder richter2024-03-213-15/+6
* mac/option: remove now unused computed option variablesder richter2024-03-211-1/+0
* mac/option: rename option structs to properly represent their contentder richter2024-03-216-59/+59
* mac/libmpv: remove mac option handling in favour of option handlerder richter2024-03-211-4/+4
* mac/option: make option helper none optionalder richter2024-03-216-79/+49
* mac/option: make option helper vo struct independentder richter2024-03-213-6/+9
* mac/option: remove unused and obsolete variablesder richter2024-03-212-2/+2
* mac/option: move option functionality from mpv helper to option helperder richter2024-03-216-90/+90
* mac/type: move c<>swift type bridging into a dedicated type helperder richter2024-03-211-20/+20
* video/egl_helpers: fix fallback logic for EGL_KHR_create_contextsfan52024-03-211-3/+4
* video/egl_helpers: log error for eglCreateContextsfan52024-03-211-1/+2
* 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 usesfan5