summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* wayland: correctly handle non-CLOCK_MONOTONIC clocksDudemanguy2022-10-066-13/+21
* vulkan: remove --vulkan-disable-eventsNiklas Haas2022-10-051-3/+1
* vo: hwdec_aimagereader: add missing image format specifiersfan52022-10-031-0/+1
* vo_gpu: hwdec: add Android hwdec utilizing AImageReadersfan52022-10-022-0/+400
* vo_gpu_next: respect --blend-subtitles=<yes/no>Niklas Haas2022-09-291-11/+31
* mp_image: strip DoVi metadata that requires an ELNiklas Haas2022-09-281-2/+12
* vo_gpu_next: fix screenshots of rotated sourcesNiklas Haas2022-09-271-3/+6
* vo_gpu_next: use static assert for array sizeNiklas Haas2022-09-271-1/+1
* vo_gpu_next: update render_info for upstream API changeNiklas Haas2022-09-261-11/+14
* vo_gpu_next: implement --video-output-levelsNiklas Haas2022-09-251-0/+4
* f_hwtransfer: mp_image_pool: support HW -> HW mappingPhilip Langdale2022-09-214-0/+31
* f_autoconvert: f_hwtransfer: support HW -> HW uploadsPhilip Langdale2022-09-211-1/+1
* filters: lavfi: allow hwdec_interop selection for filtersPhilip Langdale2022-09-214-15/+51
* filters: support loading new hwdec_interops from filtersPhilip Langdale2022-09-212-2/+2
* vo: hwdec: do hwdec interop lookup by image formatPhilip Langdale2022-09-2115-35/+28
* vo_gpu_next: support error diffusion ditheringNiklas Haas2022-09-201-6/+14
* mac: avoid unnecessary unsafe conversions; fixes crash in debug buildsrcombs2022-09-142-22/+14
* vo_gpu_next: only require full pixel byte alignmentNiklas Haas2022-09-121-3/+3
* vo_gpu_next: implement ICC 3DLUT cachingNiklas Haas2022-09-121-0/+65
* vo_gpu_next: use correct pixel size when mapping formatsNiklas Haas2022-09-121-1/+1
* repack: add repacker for ccc16x16 formatsPhilip Langdale2022-09-101-9/+12
* vo_gpu_next: fix typo affecting --target-trc optionTillmann Karras2022-09-021-1/+1
* x11: add support for F13-F24 keysThomas Weißschuh2022-09-021-0/+4
* wayland: add support for F13-F24 keysThomas Weißschuh2022-09-021-0/+6
* vo_gpu_next: display subtitles without video streamNiklas Haas2022-08-311-1/+2
* vo_gpu_next: pass GL get_proc_addr pointer to libplaceboNiklas Haas2022-08-193-0/+11
* wayland: add support for configure boundsDudemanguy2022-08-142-2/+32
* x11: fix display-{width,height} calculationDudemanguy2022-08-141-3/+9
* drm_common: remove hard dependency on drmIsKMS()sfan52022-08-111-5/+14
* context_drm_egl: skip page flip wait on errorHo Ming Shun2022-08-111-1/+1
* gpu/hwdec: reorder `drmprime` below `drmprime_drm`Philip Langdale2022-08-091-1/+1
* video/drmprime: fix use-after-freePhilip Langdale2022-08-091-1/+2
* hwdec/drmprime: fix buildPhilip Langdale2022-08-091-1/+1
* hwdec/dmabuf_interop: Properly prefix `priv` structPhilip Langdale2022-08-095-14/+14
* hwdec/drmprime: Fix small issuesPhilip Langdale2022-08-091-6/+21
* hwdec/drmprime: add drmprime hwdec-interopPhilip Langdale2022-08-095-0/+311
* hwdec/dmabuf_interop_gl: support basic multi-plane formatsPhilip Langdale2022-08-031-38/+53
* hwdec/dmabuf_interop: use AVDRMFrameDescriptor to describe dmabufsPhilip Langdale2022-08-034-27/+46
* hwdec/dmabuf_interop: refactor out hwdec_vaapi dependenciesPhilip Langdale2022-08-034-39/+53
* hwdec/vaapi: rename interops to reflect more general usePhilip Langdale2022-08-034-11/+11
* drm_common: skip cards that don't support KMS for autodetectionsfan52022-08-031-0/+15
* drm: avoid drmModeAtomicCommit races by blockingHo Ming Shun2022-08-031-1/+1
* video: remove unnecessary codeAaron Boxer2022-08-011-1/+1
* wayland: add missing newline in wayland_commonEmmanuel Gil Peyrot2022-07-231-1/+1
* hwdec_vaapi_pl: support simple multi-plane image formatsPhilip Langdale2022-07-233-11/+31
* vo_gpu_next: fix screenshots on single-frame filesNiklas Haas2022-07-231-1/+1
* vo_gpu/d3d11: fix VRAM leakGraham Booker2022-07-211-1/+1
* vo_gpu_next: don't crash on !frame->currentNiklas Haas2022-07-181-5/+7
* libplacebo: fix compatibility with libplacebo >= 5Coelacanthus2022-07-161-1/+1
* vo_gpu: fix 3DLUT precisionNiklas Haas2022-07-151-2/+3
* drm_prime: fix newline in error messageHo Ming Shun2022-07-051-1/+1
* context_x11egl: remove supposed transparency fixDudemanguy2022-07-011-3/+0
* vo_gpu_next: implement --cscaleNiklas Haas2022-06-241-0/+3
* x11: avoid XPresent API calls when it's not neededDudemanguy2022-06-227-23/+52
* x11: add --x11-present optionDudemanguy2022-06-221-3/+5
* x11: add nouveau to the xpresent whitelistDudemanguy2022-06-221-1/+3
* x11: correct provider detection logicDudemanguy2022-06-211-2/+2
* vo_vaapi_wayland: remove vaapi format query as formats are never usedAaron Boxer2022-06-211-25/+2
* x11: replace strcasestr usage with bstrDudemanguy2022-06-191-6/+8
* x11: support xorg present extensionDudemanguy2022-06-1910-191/+97
* x11: use xrandr providers for driver detectionDudemanguy2022-06-192-0/+27
* vo: move wayland presentation to separate filesDudemanguy2022-06-198-120/+158
* vo_vaapi_wayland: only attach solid buffer once to main surface, on creationAaron Boxer2022-06-151-1/+1
* vo_vaapi_wayland: remove unnecessary subsurface sync/desync in resizeAaron Boxer2022-06-151-2/+0
* wayland: set appid before initial surface commitDudemanguy2022-06-111-3/+3
* wayland_gl: fix a typoDudemanguy2022-06-111-1/+1
* wayland_gl: wait until resize to create egl_windowDudemanguy2022-06-101-34/+32
* wayland_gl: use wl->scaling when creating egl_windowDudemanguy2022-06-071-2/+3
* wayland: rearrange initialization logicDudemanguy2022-06-071-10/+8
* wayland: remove some unneeded lines from reconfigDudemanguy2022-06-061-2/+0
* vo_gpu_next: fix OSD rendering of screenshotsNiklas Haas2022-06-061-5/+6
* video/out/dither: remove custom index_t typedefWessel Dankers2022-06-041-26/+24
* wayland: force vo_vaapi_wayland scaling to 1Dudemanguy2022-05-301-1/+2
* vo: move allocate_memfd method to wayland_commonAaron Boxer2022-05-304-36/+26
* vo_vaapi_wayland/wayland_common: code style fixesDudemanguy2022-05-303-138/+177
* wayland: use mp_tag_str not drm_format_stringDudemanguy2022-05-304-455/+3
* vo: allow vaapi_wayland and vaapi_x11 to coexistAaron Boxer2022-05-301-2/+3
* wayland: don't depend on the order of global announcementsJulian Orth2022-05-281-4/+10
* vo: add new vaapi-wayland driverAaron Boxer2022-05-246-1/+953
* various: remove trailing whitespaceGuido Cella2022-05-142-2/+2
* wayland: use wl_output v4 for display-namesDudemanguy2022-05-131-2/+4
* context_drm_egl: support monitor parDudemanguy2022-05-051-0/+9
* video/image_writer: tag colorspace in AVCodecContextLeo Izen2022-05-041-2/+4
* video/image_writer: fix high-depth JPEG XL screenshotsLeo Izen2022-04-291-1/+5
* build: add avcodec jpegxl dependency versionsLeo Izen2022-04-281-5/+3
* wayland: use wl_surface_damage_bufferDudemanguy2022-04-272-5/+5
* video/image_writer: add Jpeg XL screenshotsLeo Izen2022-04-262-0/+20
* various: fix typosCœur2022-04-2514-19/+19
* vo_gpu_next: avoid 0x0 resizesDudemanguy2022-04-241-2/+4
* vo_wlshm: use draw_frame instead of draw_imageDudemanguy2022-04-211-3/+3
* vd_lavc: fixup unchecked usage of AV_CODEC_EXPORT_DATA_FILM_GRAINJan Ekström2022-04-131-0/+7
* vd_lavc: fix decoder initialization when no VO is availableJan Ekström2022-04-111-6/+20
* vd_lavc: remove duplicate vd_ffmpeg_ctx pointer from init_avctxJan Ekström2022-04-111-2/+1
* wayland: use wl_output v4 for --fs-screen-nameDudemanguy2022-04-111-3/+30
* x11: avoid wasteful rendering when possibleDudemanguy2022-04-117-1/+37
* wayland: unify visibility checking codeDudemanguy2022-04-117-23/+33
* vo_gpu/d3d11: add message ID based log level mappingJan Ekström2022-04-111-6/+64
* vo_gpu/d3d11: mimic libplacebo backbuffer usageJan Ekström2022-04-111-7/+10
* vo_gpu/d3d11: enable receival of color depth without active backbufferJan Ekström2022-04-111-2/+12
* vo_gpu/d3d11: add helper function to get ra_format from DXGI_FORMATJan Ekström2022-04-112-0/+16
* vo_gpu_next: switch to unpooled hwdec mappingNiklas Haas2022-04-113-64/+85
* x11: fix screen-name optionDudemanguy2022-04-081-0/+1
* egl_helpers: request at least 8 alpha bits if necessaryOlivier Perret2022-04-071-1/+1
* drm: context_drm_egl: add support for enabling VRRPhilip Langdale2022-04-055-0/+29
* vd_lavc: add vo caps and option to set GPU film grain applicationLynne2022-04-053-1/+21
* vo_gpu_next: apply film grain if such metadata is presentLynne2022-04-051-0/+5
* vf_format: support forwarding/stripping film grain metadataLynne2022-04-051-0/+6
* mp_image: support film grain parametersLynne2022-04-052-0/+12
* vd_lavc: hide a deprecation warning in already handled compatible codeJan Ekström2022-04-031-1/+3
* Revert "vo_gpu_next: remove unnecessary dependency"Niklas Haas2022-04-011-2/+1
* vo_gpu_next: remove unnecessary dependencyNiklas Haas2022-03-291-1/+2
* vo_gpu[_next]: hwdec: fix logging regression when probingPhilip Langdale2022-03-2111-31/+54
* vo_gpu_next: also include stride alignment in DR sizeNiklas Haas2022-03-141-2/+3
* vulkan: correctly inherit proc_addr pointerNiklas Haas2022-03-131-0/+1
* vo_gpu: hwdec_vaapi: Improve logging when probing surface formatsPhilip Langdale2022-03-102-4/+25
* vo_gpu_next: fix crash when disabling DR at runtimeNiklas Haas2022-03-081-5/+6
* vo_gpu_next: don't leak mpi on failed uploadNiklas Haas2022-03-081-32/+37
* vo_gpu_next: properly keep track of DR allocationsNiklas Haas2022-03-071-27/+39
* hwdec: warn on unsupported hwdec option valueAvi Halachmi (:avih)2022-03-071-5/+10
* vo_gpu_next: don't allocate dr_buf as part of the AVBufferRefNiklas Haas2022-03-061-20/+9
* hwdec: fix out-of-date preprocessor variable nameNiklas Haas2022-03-041-1/+1
* vo_gpu_next: add D3D11 RA texture wrapping/unwrapping for hwdecJames Ross-Gowan2022-03-033-5/+44
* vo_gpu_next: add support for hardware decodingNiklas Haas2022-03-032-36/+166
* vo_gpu_next: configure the VO queue size dynamicallyNiklas Haas2022-03-031-12/+21
* vo_gpu_next: expose EGLDisplay to pl_gpuNiklas Haas2022-03-031-0/+7
* vo_gpu: move hwdec loading code to common helperNiklas Haas2022-03-036-153/+193
* hwdec: release images as soon as possible after mappingNiklas Haas2022-03-033-4/+15
* hwdec_vaapi_vk: rename to vaapi_plNiklas Haas2022-03-033-13/+12
* hwdec_vaapi_gl: properly zero initialize priv structNiklas Haas2022-03-031-6/+8
* vo_gpu_next: remove/simplify plane flipping hacksNiklas Haas2022-02-251-37/+9
* vo_gpu_next: avoid rendering subtitles as HDR/wide gamutNiklas Haas2022-02-251-1/+9
* mp_image: fix mp_image_plane_w/hNiklas Haas2022-02-241-4/+2
* vo_gpu_next: refactor subtitle renderingNiklas Haas2022-02-213-30/+56
* vo_gpu: hwdec: load hwdec interops on-demand by defaultPhilip Langdale2022-02-177-23/+91
* vo_gpu_next: don't crash on negative plane stridesNiklas Haas2022-02-111-5/+34
* vo_gpu: d3d11_helpers: don't create UNORDERED_ACCESS backbuffers in Win7James Ross-Gowan2022-02-091-0/+10
* wayland: partially fix drag and drop handlingDudemanguy2022-02-071-2/+15
* vo_gpu_next/context: get graphics API-specific contexts from pl_gpuJan Ekström2022-02-061-36/+31
* vf_format: simplify frame type checking after addition of DoVi optionJan Ekström2022-02-061-1/+5
* vo_gpu: hwdec_vaapi: Don't probe formats for irrelevant endpointsPhilip Langdale2022-02-061-0/+8
* libplacebo: switch to new target format APINiklas Haas2022-02-031-1/+6
* libplacebo: switch to new GPU limits APIsNiklas Haas2022-02-031-6/+11
* libplacebo: switch to v4 naming conventionNiklas Haas2022-02-035-50/+46
* libplacebo: update log helpersNiklas Haas2022-02-038-38/+35
* libplacebo: bump minimum dependency to 4.157Niklas Haas2022-02-031-10/+3
* vo_gpu_next: create shader cache dir if missingNiklas Haas2022-02-031-0/+1
* build: rename libplacebo version checkNiklas Haas2022-02-031-1/+1
* wayland: always start rendering after a resizeJulian Orth2022-02-031-0/+6
* filter kernels: add cosine windowgaramond132022-02-031-0/+6
* vo_gpu_next: initial attempt at adding d3d11 supportJan Ekström2022-02-021-7/+87
* vo_gpu_next/context: common'ize things that would be common for non-vulkanJan Ekström2022-02-021-10/+25
* vo_gpu/d3d11: enable access to the underlying ra_ctx swap chainJan Ekström2022-02-022-0/+22
* vo_gpu/d3d11: add more usage flags to the swapchain imagesJames Ross-Gowan2022-02-021-1/+8
* vo_gpu/d3d11: early exit in start_frame if output fbo is nullptrJan Ekström2022-02-021-0/+3
* win32: apply geometry position to content instead of windowAvi Halachmi (:avih)2022-02-021-1/+6
* wayland: always resize when scale changes on surface enterDudemanguy2022-01-271-0/+1
* wayland: support extra mouse buttonsRyan Hendrickson2022-01-281-18/+22
* wayland: actually handle 0x0 resizes correctlyDudemanguy2022-01-271-0/+8
* Revert "wayland: ignore 0x0 resizes"Dudemanguy2022-01-271-3/+2
* x11: sanitize window title to UTF-8 for EWMHDudemanguy2022-01-241-2/+7
* wayland: sanitize toplevel title to UTF-8Dudemanguy2022-01-241-1/+5
* wayland: ignore 0x0 resizesDudemanguy2022-01-231-2/+3
* vo_gpu: add HOOKED_gatherNiklas Haas2022-01-151-0/+5
* vo_gpu_next: fix SUBBITMAP_BGRANiklas Haas2022-01-111-1/+1
* sub: rename SUBBITMAP_RGBA to SUBBITMAP_BGRANiklas Haas2022-01-114-11/+11
* image_writer: replace deprecated av_init_packet()sfan52022-01-101-10/+9
* vo_gpu: placebo: add missing gamma functionsNiklas Haas2022-01-101-3/+10
* vo_gpu_next: forward dovi metadata to libplaceboNiklas Haas2022-01-091-0/+17
* vf_format: add dolbyvision sub-optionNiklas Haas2022-01-091-2/+8
* mp_image: add dolbyvision metadataLynne2022-01-092-0/+12
* wayland: use `xkb_keymap_new_from_buffer`Julian Orth2022-01-081-1/+2
* wayland: map keymaps with `MAP_PRIVATE`Julian Orth2022-01-081-1/+1
* vo_gpu: add --tone-mapping-modeNiklas Haas2022-01-074-19/+56
* vo_gpu: add --gamut-mapping-modeNiklas Haas2022-01-074-13/+41
* vo_gpu_nex