summaryrefslogtreecommitdiffstats
path: root/video/out
Commit message (Expand)AuthorAgeFilesLines
...
* vo_gpu_next: add --hdr-contrast-recovery/smoothnessNiklas Haas2023-07-183-0/+12
* wayland: handle modifier keys correctlyDudemanguy2023-07-172-20/+22
* vo_gpu_next: add --target-contrast optionKacper Michajłow2023-07-173-0/+33
* wayland: wrap resize requests in prepare_resizeDudemanguy2023-07-161-9/+19
* vo_dmabuf_wayland: error out if compositor doesn't support the formatDudemanguy2023-07-141-2/+71
* build: make dmabuf-wayland a build option and require drmDudemanguy2023-07-141-7/+1
* wayland: use xdg_surface_set_window_geometryDudemanguy2023-07-131-0/+1
* Revert "wayland_gl: wait until resize to create egl_window"Dudemanguy2023-07-131-32/+37
* vo_dmabuf_wayland: guard in destroy_osd_buffersDudemanguy2023-07-121-0/+3
* vo_dmabuf_wayland: stop lazy loading hwdecDudemanguy2023-07-121-17/+12
* vo_dmabuf_wayland: don't try to get pts without frame->currentDudemanguy2023-07-121-1/+2
* vo_dmabuf_wayland: add osd supportDudemanguy2023-07-123-10/+230
* vo_dmabuf_wayland: init wl_list at the top of preinitDudemanguy2023-07-121-2/+2
* vo_dmabuf_wayland: stop guarding viewport interfacesDudemanguy2023-07-121-4/+2
* wayland: add xdg_toplevel.wm_capabilities handlerllyyr2023-07-101-0/+10
* wayland: add support for suspended toplevel stateDudemanguy2023-07-091-2/+14
* wayland: add cursor-shape-v1 supportDudemanguy2023-07-092-12/+63
* vo_wlshm: bail out of resize if width/height is 0Dudemanguy2023-07-081-0/+4
* wayland: fix memory leak with multiple monitorsDudemanguy2023-07-081-7/+5
* various: correctly ignore cache files with --no-configDudemanguy2023-07-062-10/+18
* vo_gpu/vo_gpu_next: enable gpu shader and icc cache by defaultDudemanguy2023-07-042-0/+2
* vo_gpu: fix some cache related memory leaksDudemanguy2023-07-042-2/+3
* player: add --input-cursor-passthrough optionDudemanguy2023-07-042-2/+44
* vo_gpu_next: remove synchronization from info_callbackKacper Michajłow2023-07-021-9/+0
* vo_gpu_next: use pl_dispatch_info_move to avoid useless data copyKacper Michajłow2023-07-021-21/+45
* vo_x11: don't rely on XFree to free calloc-ed dataNRK2023-07-021-1/+6
* vo_x11: check for calloc() failureNRK2023-07-021-3/+5
* win32: add support for drag-and-drop optionDudemanguy2023-07-013-3/+16
* options: add no to drag-and-dropDudemanguy2023-07-012-19/+23
* wayland: remove erroneous POLLERR usageNRK2023-06-291-1/+1
* mp_image: abort on av_buffer_ref() failureNRK2023-06-281-3/+1
* hwdec: fix undeclared identifier in mediacodec_embedsyphyr2023-06-281-1/+1
* vo_drm: fix null dereference and using closed fdNRK2023-06-281-5/+0
* hwdec: do not add hwdec device if it failed to createKacper Michajłow2023-06-2610-8/+64
* vo: hwdec: prioritise `drmprime` over `drmprime_overlay`Philip Langdale2023-06-221-1/+1
* vo_gpu_next: add --corner-rounding optionNiklas Haas2023-06-211-0/+6
* vo_gpu_next: add missing --gamut-mapping-mode optionsNiklas Haas2023-06-213-4/+25
* vo_dmabuf_wayland: drop linux-dmabuf-v2 (again)Dudemanguy2023-06-164-34/+2
* wayland: bump wayland-protocols to 1.25Dudemanguy2023-06-162-14/+1
* wayland: bump required version to 1.20Dudemanguy2023-06-161-8/+0
* vo_dmabuf_wayland: update the image of pending buffersDudemanguy2023-06-141-7/+3
* vo_dmabuf_wayland: use a minimum of 15 buffersDudemanguy2023-06-141-1/+1
* player: add drag-and-drop optionDudemanguy2023-06-122-5/+13
* wayland: avoid misleading log messages on drag/dropDudemanguy2023-06-121-4/+6
* hwdec_cuda: clear vulkan semaphore fd after passing ownership to cudaPhilip Langdale2023-06-041-0/+1
* hwdec_vulkan: respect probing flag when logging during initPhilip Langdale2023-06-031-3/+4
* vulkan: don't assume all ra_ctx implementations have a swapchainPhilip Langdale2023-06-031-1/+1
* hwdec_cuda: remove usage of deprecated libplacebo sync APIPhilip Langdale2023-06-031-1/+105
* video/out/android: assert WinID value before usesfan52023-06-032-0/+2
* hwdec_vulkan: enable AV1 support if availablePhilip Langdale2023-05-291-0/+2
* vo: hwdec_aimagereader: fix compilesfan52023-05-291-1/+1
* hwdec_vulkan: simplify requirement checks for Vulkan interopPhilip Langdale2023-05-291-12/+8
* vo/vulkan: do not define zero sized arrayKacper Michajłow2023-05-291-4/+2
* hwdec_vulkan: account for vulkan frames now using presentation sizePhilip Langdale2023-05-291-12/+2
* vo: vulkan: request additional extensions and features for ffmpegPhilip Langdale2023-05-281-0/+47
* hwdec_vulkan: add Vulkan HW InteropPhilip Langdale2023-05-282-0/+336
* vo: hwdec: Pass the ra_ctx to hwdecs instead of just the raPhilip Langdale2023-05-2828-56/+65
* vo_gpu_next: fix to allow using dllimportKacper Michajłow2023-05-271-1/+1
* vo_gpu_next: respect `gl->flipped`Niklas Haas2023-05-271-2/+4
* opengl: move `ra_gl_ctx_params.flipped` to `struct GL`Niklas Haas2023-05-275-8/+8
* vo: make mp_frame_perf thread safeKacper Michajłow2023-05-253-7/+7
* vo_gpu_next: add size guard for pass->num_samplesKacper Michajłow2023-05-251-2/+3
* vo_gpu_next: synchronize voctrl_performance_data accessKacper Michajłow2023-05-251-0/+11
* vo_gpu_next: fix off by one in info_callbackKacper Michajłow2023-05-251-1/+1
* vo_dmabuf_wayland: rewrite around wl_listDudemanguy2023-05-243-426/+245
* vo_gpu_next: fix build on older libplaceboNiklas Haas2023-05-241-1/+0
* vo_gpu_next: update to new libplacebo gamut mapping APINiklas Haas2023-05-241-3/+29
* vo_gpu_next: remove --tone-mapping-crosstalkNiklas Haas2023-05-243-5/+1
* context_drm_egl: check for non-existant drm in uninitMatthew Lindner2023-05-221-19/+24
* ra_d3d11: change how messages are ignored during texture size lookupKacper Michajłow2023-05-181-13/+9
* wayland: improve guessing when mpv is focusedDudemanguy2023-05-171-6/+16
* vo_gpu_next: allow to use ICC profile luminance valueKacper Michajłow2023-05-133-4/+16
* player: use XDG_CACHE_HOME by defaultDudemanguy2023-05-097-10/+35
* wayland: add support for wl_surface.preferred_buffer_scaleSimon Ser2023-04-301-2/+49
* vo_gpu_next: fixes to allow using dllimportKacper Michajłow2023-04-241-3/+3
* hwdec_drmprime: support rpi4_8 and rpi4_10 formatsEmperorPenguin182023-04-202-1/+14
* wayland: correctly scale configure_boundsiczero2023-04-111-2/+2
* video/out/gpu: Fix compilation warning of out of bound accessMika Kuoppala2023-04-101-7/+9
* win32: follow Windows settings and update dark mode stateKacper Michajłow2023-04-041-0/+48
* d3d11: retry device creation without debug, if SDK is not availableKacper Michajłow2023-04-021-1/+10
* context_angle: include eglext_angle.h explicitlyKacper Michajłow2023-03-301-0/+1
* various: fix various typos in the code baseAlexander Seiler2023-03-282-9/+9
* various: fix typosHarri Nieminen2023-03-2811-14/+14
* vo_gpu_next: drop various PL_API_VER checksllyyr2023-03-262-46/+2
* vo_gpu_next: compatibility with libplacebo v6.265llyyr2023-03-131-1/+6
* wayland: make wayland-edge-pixels-pointer default to 16Dudemanguy2023-03-081-1/+1
* wayland: use correct x/y coordinates for the cursorDudemanguy2023-03-082-15/+11
* wayland: fix client side resizeChristoph Heinrich2023-03-071-1/+1
* vo_gpu_next: compatibility with PL_API_VER >= 254Niklas Haas2023-03-061-2/+12
* vo_gpu_next: use inverse mapping functions to tag screenshotsLeo Izen2023-03-051-14/+5
* video/out/placebo/utils: add mappings from pl enums to mpv enumsLeo Izen2023-03-052-0/+72
* video: add missing libplacebo colorspace enumsLeo Izen2023-03-051-0/+9
* vo: fix race condition with redraw requestsDudemanguy2023-03-021-1/+11
* test: integrate unittests with mesonDudemanguy2023-03-023-15/+18
* vo_gpu: improve XYZ conversionKacper Michajłow2023-03-021-1/+8
* csputils: add MP_CSP_TRC_ST428 as defined in ST 428-1Kacper Michajłow2023-03-022-0/+11
* player: add --auto-window-resize optionDudemanguy2023-03-024-14/+23
* ra: assert when using params with dimensionsDudemanguy2023-03-021-0/+10
* wayland: request frame callbacks on the topmost surfaceDaniel van Vugt2023-02-282-3/+5
* wayland: deduplicate and cache detection of dmabuf-waylandDaniel van Vugt2023-02-282-4/+4
* wayland: use bool type for alpha framebuffer trackingRay Smith2023-02-285-5/+5
* vo_gpu: d3d11_helpers: prefer DXGI_SWAP_EFFECT_FLIP_DISCARD if possiblemsoxzw2023-02-281-2/+8
* video: initialize depth=1 on screenshot texturesaverne2023-02-281-0/+1
* various: fix warning -Wimplicit-const-int-float-conversionThomas Weißschuh2023-02-261-2/+2
* vo_gpu_next: fix warning -Wunused-functionThomas Weißschuh2023-02-261-0/+2
* vo_wayland: fix warning -Wvoid-pointer-to-enum-castThomas Weißschuh2023-02-261-1/+1
* vo_gpu: fix newline in log messagesfan52023-02-241-1/+1
* vo_gpu_next: fix color space hint with target peak overrideKacper Michajłow2023-02-231-1/+4
* options: remove explicit initialization of integers to 0Christoph Heinrich2023-02-213-12/+1
* options: transition commands from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-215-3/+4
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-2129-129/+121
* various: drop unused #include "config.h"Thomas Weißschuh2023-02-2021-28/+0
* Vulkan: add configure check for VK_KHR_display extensionrcombs2023-02-201-0/+2
* vo_gpu_next: add --tone-mapping-visualizeNiklas Haas2023-02-193-0/+5
* vo_gpu_next: parse Dolby Vision metadata for dynamic scene brightnessquietvoid2023-02-193-16/+53
* Revert "vo_dmabuf_wayland: drop support for linux-dmabuf-v2"Dudemanguy2023-02-184-5/+35
* vo_gpu_next: allow native CSP screenshotsNiklas Haas2023-02-131-0/+5
* player/screenshot: pass on ability to output native CSPNiklas Haas2023-02-131-1/+1
* vo_gpu_next: tag screenshots with correct colorspaceNiklas Haas2023-02-131-0/+15
* vo_gpu_next: only apply target options in window screenshot modeNiklas Haas2023-02-131-1/+5
* vo_gpu_next: be explicit about screenshot reprNiklas Haas2023-02-131-0/+1
* vo_gpu_next: expose --tone-mapping=st2094-40 and st2094-10Niklas Haas2023-02-133-1/+9
* vo_gpu_next: support mapping HDR10+ dynamic metadataNiklas Haas2023-02-131-0/+19
* vo_dmabuf_wayland: reject hw formats not supported by compositorAaron Boxer2023-02-1110-33/+78
* vo_dmabuf_wayland: add purgatory list to buffer pool to avoid memory leaksAaron Boxer2023-02-053-65/+114
* vo_dmabuf_wayland: ensure buffer pool is cleaned at start of uninitAaron Boxer2023-02-051-1/+1
* vo_dmabuf_wayland: simplify buffer pool resetAaron Boxer2023-02-051-12/+9
* vo_dmabuf_wayland: only resize when a new frame is about to be drawnAaron Boxer2023-02-051-4/+12
* vo_gpu_next: add check for PL_HAVE_LCMSKacper Michajłow2023-02-021-1/+1
* hwdec_cuda: fix enum type for semaphoreKacper Michajłow2023-02-021-4/+4
* vo_d3d11: do not call MAKEINTRESOURCEW twiceKacper Michajłow2023-02-021-1/+1
* osdep: add MP_FALLTHROUGHKacper Michajłow2023-02-023-3/+3
* libplacebo: fix enum type castKacper Michajłow2023-02-021-4/+4
* hwdec/vaapi: zero-initialize VADRMPRIMESurfaceDescriptorDudemanguy2023-01-301-1/+1
* vo_lavc: set frame rate on encoder; fixes #11215rcombs2023-01-291-0/+11
* wayland: add auto choice to wayland-configure-boundsDudemanguy2023-01-301-2/+12
* wayland: handle runtime hidpi-window-scale changes correctlyDudemanguy2023-01-301-6/+2
* wayland: unbreak runtime geometry/autofit changesDudemanguy2023-01-301-12/+15
* hwdec_vaapi: close file descriptors even if surface export failsAaron Boxer2023-01-281-0/+7
* vo_dmabuf_wayland: close file handles when surface export failsAaron Boxer2023-01-281-2/+9
* vo_dmabuf_wayland: plug leaking file descriptor from solid buffer poolAaron Boxer2023-01-281-0/+1
* vo_opengl/angle_dynamic: simplify symbol renaming to make it more straightfor...Kacper Michajłow2023-01-282-8/+5
* x11: remove PresentNotifyMSC from egl/glx/vulkan to fix xpresent timingSultan Alsawaf2023-01-253-9/+3
* wayland: add wp-fractional-scale-v1 supportDudemanguy2023-01-245-17/+113
* wayland: rewrite geometry and scaling handlingDudemanguy2023-01-246-39/+31
* vo_gpu: implement VO_DR_FLAG_HOST_CACHEDsfan52023-01-236-0/+30
* vo_gpu_next: implement VO_DR_FLAG_HOST_CACHEDNiklas Haas2023-01-231-0/+5
* vd_lavc: add "auto" choice for vd-lavc-drsfan52023-01-231-0/+5
* vo: add `int flags` to the get_image signatureNiklas Haas2023-01-2311-28/+33
* drm: rewrite based around vo_drm_stateDudemanguy2023-01-219-1167/+950
* hwdec_cuda: drop support for PL_HANDLE_WIN32_KMTNiklas Haas2023-01-172-35/+17
* wayland: only warn when actually missing idle inhibit supportThomas Weißschuh2023-01-161-5/+6
* vo: make driver list staticThomas Weißschuh2023-01-161-1/+1
* vo: remove trailing NULL element from driver arrayThomas Weißschuh2023-01-161-3/+2
* wayland: store presentation feedbacks in a poolDudemanguy2023-01-132-20/+65
* Revert "wayland: dispatch and wait for compositor events in uninit"Dudemanguy2023-01-132-22/+27
* various: replace abort() with MP_ASSERT_UNREACHABLE() where appropriatesfan52023-01-128-17/+16
* various: replace if + abort() with MP_HANDLE_OOM()sfan52023-01-125-12/+6
* {video,audio}: adjust unsafe strncpy usagessfan52023-01-121-2/+2
* video/x11: replace sprintf usagesfan52023-01-121-1/+1
* video: replace sprintf usagesfan52023-01-122-2/+2
* ra_d3d11: fix incorrect typesfan52023-01-121-1/+1
* vo_dmabuf_wayland: drop support for linux-dmabuf-v2Dudemanguy2023-01-123-35/+2
* vo_dmabuf_wayland: support panscan and panningAaron Boxer2023-01-111-1/+38
* vo_wlshm: properly support video panscanDudemanguy2023-01-091-0/+6
* wayland: make vo_wayland_reconfig a boolDudemanguy2023-01-084-10/+4
* wayland: cleanup on vo_wayland_init errorDudemanguy2023-01-083-13/+12
* vo: change vo_platform_init to boolDudemanguy2023-01-088-15/+14
* vo_wlshm: cleanup on failureDudemanguy2023-01-081-15/+18
* vo_dmabuf_wayland: goto err instead of returningDudemanguy2023-01-081-11/+11
* vulkan: fix build error for 32bit builds with clangChristoph Reiter2023-01-081-1/+1
* wayland: dispatch and wait for compositor events in uninitDudemanguy2023-01-032-30/+25
* wayland: initalize display_fd as -1Dudemanguy2023-01-031-3