moonlight-qt/app/streaming/video/ffmpeg-renderers
Cameron Gutman 4838a75c58 Suppress spammy libplacebo messages
Streaming 10-bit content on Nvidia GPUs spams the log with the following for every rendered frame:
Masking `blit_src` from wrapped texture because the corresponding format 'rx10' does not support PL_FMT_CAP_BLITTABLE
Masking `blit_src` from wrapped texture because the corresponding format 'rxgx10' does not support PL_FMT_CAP_BLITTABLE
2024-09-15 22:01:39 -05:00
..
pacer Correct spelling mistakes found with Codespell 2023-07-09 13:21:18 -05:00
cuda.cpp Enable AV1 RFI on all decoders capable of HEVC RFI 2023-08-13 16:41:48 -05:00
cuda.h Enable HEVC RFI for CUDA, VAAPI, and VDPAU decoders 2022-10-05 18:47:43 -05:00
d3d11va.cpp Don't use the bind path for UMA GPUs 2024-09-12 21:32:36 -05:00
d3d11va.h Enable decoder texture binding for all FL11.1 iGPUs 2024-08-31 00:36:25 -05:00
drm.cpp Reintroduce support for FFmpeg 4 2024-08-24 16:50:27 -05:00
drm.h Rewrite format handling in DRM renderer 2024-08-19 00:57:07 -05:00
dxutil.h Move hybrid decode detection logic into a central location 2022-01-23 15:41:33 -06:00
dxva2.cpp Fix YUV444 hardware decoding on Windows systems without an Intel GPU present 2024-08-30 16:31:58 -05:00
dxva2.h Use ComPtr for lifetime management in DXVA2 2024-07-30 22:41:29 -05:00
egl_extensions.cpp Print the error when querying EGL_EXTENSIONS fails 2021-01-30 20:13:20 -06:00
eglimagefactory.cpp Fix warnings in 32-bit builds 2023-10-12 19:05:52 -05:00
eglimagefactory.h Export composed VA surface layers for EGL import if supported 2023-09-26 22:58:13 -05:00
eglvid.cpp Share SDL's EGL display with EGLRenderer 2024-09-12 22:37:25 -05:00
eglvid.h Share SDL's EGL display with EGLRenderer 2024-09-12 22:37:25 -05:00
genhwaccel.cpp Add a GenericHwAccelRenderer for unknown hwaccels 2024-07-05 22:49:52 -05:00
genhwaccel.h Add a GenericHwAccelRenderer for unknown hwaccels 2024-07-05 22:49:52 -05:00
mmal.cpp Add a new prepareToRender() callback for renders to perform their initial window clears 2024-06-25 23:12:18 -05:00
mmal.h Add a new prepareToRender() callback for renders to perform their initial window clears 2024-06-25 23:12:18 -05:00
plvk.cpp Suppress spammy libplacebo messages 2024-09-15 22:01:39 -05:00
plvk.h Support YUV 4:4:4 formats 2024-07-24 20:54:13 -05:00
plvk_c.c Fix libplacebo renderer build on Windows 2023-12-21 18:12:19 -06:00
renderer.h Provide valid default preferred formats for YUV444 2024-08-29 01:03:39 -05:00
sdlvid.cpp Reintroduce support for FFmpeg 4 2024-08-24 16:50:27 -05:00
sdlvid.h Add software fallback for YUV444 using libswscale 2024-08-19 19:20:17 -05:00
swframemapper.cpp Move hw->sw frame mapping into a separate class 2023-03-26 14:41:02 -05:00
swframemapper.h Move hw->sw frame mapping into a separate class 2023-03-26 14:41:02 -05:00
vaapi.cpp Disable direct rendering of YUV444 using vaPutSurface() 2024-09-15 21:03:00 -05:00
vaapi.h Plumb YUV444 logic into additional renderers 2024-07-25 06:36:40 -05:00
vdpau.cpp Move declaration under ifdef to eliminate unused variable warning 2024-05-25 17:01:46 -05:00
vdpau.h Avoid trying VDPAU when Vulkan is preferred 2024-04-18 00:41:24 -05:00
vt.h Implement support for HDR with software decoding on macOS 2024-08-22 00:05:26 -05:00
vt_avsamplelayer.mm Remove guards for older macOS and SDK versions 2024-07-26 00:38:54 -05:00
vt_base.mm Remove guards for older macOS and SDK versions 2024-07-26 00:38:54 -05:00
vt_metal.mm Log the chosen Metal device 2024-08-29 23:20:52 -05:00