elFarto / nvidia-vaapi-driver

A VA-API implemention using NVIDIA's NVDEC
Other
1.25k stars 57 forks source link

X11: EGL_BAD_STATE_KHR error #14

Closed miyuchina closed 2 years ago

miyuchina commented 2 years ago

Thank you for this project -- it's great to see hwdec on nvidia moving along. I'm seeing similar errors as #4 and #11, but am using:

Here are my logs:

nvidia-drm.modeset=1 ``` sh $ cat /sys/module/nvidia_drm/parameters/modeset Y ```
vainfo (similar output to #4, despite running on X11 this time): ``` sh $ NVD_LOG=1 LIBVA_DRIVER_NAME=nvidia vainfo [5033-5033] ../src/vabackend.c:1522 __vaDriverInit_1_0 Initing NVIDIA VA-API Driver [5033-5033] ../src/export-buf.c: 90 findCudaDisplay Found 3 EGL devices [5033-5033] ../src/export-buf.c: 94 findCudaDisplay Got EGL_CUDA_DEVICE_NV value '0' from device 0 [5033-5033] ../src/export-buf.c: 121 initExporter Got EGLDisplay from CUDA device [5033-5033] ../src/export-buf.c: 56 reconnect Reconnecting to stream vainfo: VA-API version: 1.13 (libva 2.13.0) vainfo: Driver version: VA-API NVDEC driver [5033-5033] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 2 [5033-5033] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 3 [5033-5033] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 4 [5033-5033] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 12 vainfo: Supported profile and entrypoints VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointVLD VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD : VAEntrypointVLD VAProfileH264Main : VAEntrypointVLD VAProfileH264High : VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileHEVCMain : VAEntrypointVLD VAProfileVP8Version0_3 : VAEntrypointVLD VAProfileVP9Profile0 : VAEntrypointVLD [5033-5033] ../src/vabackend.c:1511 nvTerminate In nvTerminate [5033-5033] ../src/export-buf.c: 36 debug [EGL] eglStreamImageConsumerConnectNV: EGL_BAD_STATE_KHR error: In EGL Access Table::stream2.consumer.disconnect: Consumer handle does not match reservation (0x422626b1 vs 0x422626b9). ```
mpv (video opens but only shows a green screen, same as any YouTube videos I tried) ``` sh $ NVD_LOG=1 LIBVA_DRIVER_NAME=nvidia mpv --hwdec=vaapi --opengl-debug --hwdec-codecs=all file_example_MP4_1920_18MG.mp4 > out.log Warning: option --opengl-debug was replaced with --gpu-debug and might be removed in the future. (+) Video --vid=1 (*) (h264 1920x1080 30.000fps) (+) Audio --aid=1 (*) (aac 2ch 48000Hz) [4685-4696] ../src/vabackend.c:1522 __vaDriverInit_1_0 Initing NVIDIA VA-API Driver [4685-4696] ../src/export-buf.c: 90 findCudaDisplay Found 3 EGL devices [4685-4696] ../src/export-buf.c: 94 findCudaDisplay Got EGL_CUDA_DEVICE_NV value '0' from device 0 [4685-4696] ../src/export-buf.c: 121 initExporter Got EGLDisplay from CUDA device [4685-4696] ../src/export-buf.c: 56 reconnect Reconnecting to stream [4685-4696] ../src/vabackend.c: 865 nvQueryImageFormats In nvQueryImageFormats [4685-4696] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 2 [4685-4696] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 3 [4685-4696] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 4 [4685-4696] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 12 [4685-4696] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 0 with 0 attributes [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 1 (nil) 0 [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 1 0x7f9910fa09c0 5 [4685-4696] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 128x128, format 1 [4685-4696] ../src/vabackend.c: 957 nvDeriveImage In nvDeriveImage [4685-4696] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0x6972642f7665642f) [4685-4696] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0x447265646e65722f) [4685-4696] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0x383231) [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9910fa0db1 NV12 (3231564e) planes:2 mods:300000000606014 300000000606013 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 51 52 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 128 128 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [4685-4696] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 1 with 0 attributes [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 1 (nil) 0 [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 1 0x7f9910eaef40 5 [4685-4696] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 8 with 0 attributes [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 3 (nil) 0 [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 3 0x7f9910eaf380 5 [4685-4696] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 9 with 0 attributes [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 3 (nil) 0 [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 3 0x7f9910eaf440 5 [4685-4696] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 10 with 0 attributes [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 3 (nil) 0 [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 3 0x7f9910eaf580 5 [4685-4696] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 5 with 0 attributes [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x7f9910eafb00 5 [4685-4696] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 6 with 0 attributes [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x7f9910eafc40 5 [4685-4696] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 7 with 0 attributes [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x7f9910eafcc0 5 [4685-4696] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 13 with 0 attributes [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x7f9910eafd40 5 [4685-4696] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 17 with 0 attributes [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 8 (nil) 0 [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 8 0x7f9910eafdc0 5 [4685-4696] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 14 with 0 attributes [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 9 (nil) 0 [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 9 0x7f9910eafd00 5 [4685-4696] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 19 with 0 attributes [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 10 (nil) 0 [4685-4696] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 10 0x7f9910eafd80 5 [4685-4685] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 2 [4685-4685] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 3 [4685-4685] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 4 [4685-4685] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 12 [4685-4685] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 7 with 0 attributes [4685-4685] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4685-4685] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x56003d2cb840 5 [4685-4685] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 22016 [4685-4685] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x56003d1d6d40 5 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 957 nvDeriveImage In nvDeriveImage [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4685-4685] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 2 [4685-4685] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 3 [4685-4685] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 4 [4685-4685] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 12 [4685-4685] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 7 with 0 attributes [4685-4685] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4685-4685] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x56003d1d9600 5 [4685-4685] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4685-4685] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x56003d1dbd80 5 [4685-4685] ../src/vabackend.c: 546 nvCreateContext with 22 render targets [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 21 [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 20 [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 Using hardware decoding (vaapi). AO: [pulse] 48000Hz stereo 2ch float [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 18 VO: [gpu] 1920x1080 vaapi[nv12] [vo/gpu/opengl] before video texture creation: OpenGL error INVALID_OPERATION. [4685-4696] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0x7918) [4685-4696] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0xfc00000000000) [4685-4696] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0x7918) [4685-4696] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0xfc00000000000) [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 36 (picIdx: 21) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 17 [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 16 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 33 (picIdx: 18) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 15 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 34 (picIdx: 19) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 21 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 32 (picIdx: 17) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 35 (picIdx: 20) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 36 (picIdx: 21) [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 17 [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 18 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 30 (picIdx: 15) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 20 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 34 (picIdx: 19) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 15 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 31 (picIdx: 16) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 35 (picIdx: 20) [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 21 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 33 (picIdx: 18) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 16 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 30 (picIdx: 15) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 18 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 32 (picIdx: 17) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 15 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 31 (picIdx: 16) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 20 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 36 (picIdx: 21) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 17 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 33 (picIdx: 18) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 21 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 34 (picIdx: 19) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 18 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 32 (picIdx: 17) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 16 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 35 (picIdx: 20) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 36 (picIdx: 21) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 20 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 30 (picIdx: 15) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 21 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 34 (picIdx: 19) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 17 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 31 (picIdx: 16) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 15 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 35 (picIdx: 20) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 16 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 33 (picIdx: 18) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 20 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 30 (picIdx: 15) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 32 (picIdx: 17) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 18 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 31 (picIdx: 16) [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 17 [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 36 (picIdx: 21) [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f991154d921 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4685-4685] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 16 [4685-4696] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f9910523cd0 [4685-4696] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 33 (picIdx: 18) [4685-4685] ../src/vabackend.c: 624 nvDestroyContext In nvDestroyContext [4685-4696] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f9911549e71 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4685-4696] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4685-4696] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4685-4696] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. Exiting... (Quit) [4685-4696] ../src/vabackend.c:1511 nvTerminate In nvTerminate [4685-4696] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_STATE_KHR error: In EGL Access Table::stream2.consumer.disconnect: Consumer handle does not match reservation (0x10df2ba1 vs 0x10df2ba9). ```
Slightly longer mpv log ``` [cplayer] Command line options: '-v' '--msg-level=all=debug' '--hwdec=vaapi' '--opengl-debug' '--hwdec-codecs=all' '/home/mi/Downloads/file_example_MP4_1920_18MG.mp4' [cplayer] mpv 0.34.1-dirty Copyright © 2000-2021 mpv/MPlayer/mplayer2 projects [cplayer] built on UNKNOWN [cplayer] FFmpeg library versions: [cplayer] libavutil 56.70.100 [cplayer] libavcodec 58.134.100 [cplayer] libavformat 58.76.100 [cplayer] libswscale 5.9.100 [cplayer] libavfilter 7.110.100 [cplayer] libswresample 3.9.100 [cplayer] FFmpeg version: n4.4.1 [cplayer] [cplayer] Configuration: /usr/bin/waf configure --prefix=/usr --confdir=/etc/mpv --enable-cdda --enable-dvb --enable-dvdnav --enable-libarchive --enable-libmpv-shared --disable-build-date --disable-caca [cplayer] List of enabled features: alsa asm cdda cplayer cplugins cuda-hwaccel cuda-interop debug-build drm dvbin dvdnav egl egl-drm egl-helpers egl-x11 ffmpeg ffmpeg-aviocontext-bytes-read ffnvcodec gbm gbm.h gl gl-wayland glibc-thread-name glob glob-posix gpl iconv jack javascript jpeg lcms2 libarchive libass libavdevice libbluray libdl libm libmpv-shared libplacebo librt linux-fstatfs linux-input-event-codes lua luajit memfd_create optimize plain-gl posix posix-or-mingw pthreads pulse rubberband shaderc shaderc-shared stdatomic uchardet vaapi vaapi-drm vaapi-egl vaapi-vulkan vaapi-wayland vaapi-x-egl vaapi-x11 vdpau vector vt.h vulkan wayland wayland-protocols x11 xv zimg zlib [global] config path: '' -> '/home/mi/.config/mpv' [global] user path: '~~home/' -> '/home/mi/.config/mpv' [global] user path: '~~old_home/' -> '/home/mi/.mpv' [global] config path: 'encoding-profiles.conf' -/-> '/home/mi/.config/mpv/encoding-profiles.conf' [global] config path: 'encoding-profiles.conf' -/-> '/home/mi/.mpv/encoding-profiles.conf' [global] config path: 'encoding-profiles.conf' -> '/etc/mpv/encoding-profiles.conf' [cplayer] Reading config file /etc/mpv/encoding-profiles.conf [cplayer] Applying profile 'default'... [global] config path: 'mpv.conf' -/-> '/home/mi/.config/mpv/mpv.conf' [global] config path: 'config' -/-> '/home/mi/.config/mpv/config' [global] config path: 'mpv.conf' -/-> '/home/mi/.mpv/mpv.conf' [global] config path: 'config' -/-> '/home/mi/.mpv/config' [global] config path: 'mpv.conf' -/-> '/etc/mpv/mpv.conf' [global] config path: 'config' -/-> '/etc/mpv/config' [cplayer] Setting option 'v' = '' (flags = 8) [cplayer] Setting option 'msg-level' = 'all=debug' (flags = 8) [cplayer] Setting option 'hwdec' = 'vaapi' (flags = 8) [cplayer] Warning: option --opengl-debug was replaced with --gpu-debug and might be removed in the future. [cplayer] Setting option 'opengl-debug' = '' (flags = 8) [cplayer] Setting option 'hwdec-codecs' = 'all' (flags = 8) [global] config path: 'input.conf' -/-> '/home/mi/.config/mpv/input.conf' [global] config path: 'input.conf' -/-> '/home/mi/.mpv/input.conf' [global] config path: 'input.conf' -/-> '/etc/mpv/input.conf' [osc] Loading lua script @osc.lua... [ytdl_hook] Loading lua script @ytdl_hook.lua... [stats] Loading lua script @stats.lua... [console] Loading lua script @console.lua... [auto_profiles] Loading lua script @auto_profiles.lua... [global] config path: 'scripts' -/-> '/home/mi/.config/mpv/scripts' [global] config path: 'scripts' -/-> '/home/mi/.mpv/scripts' [global] config path: 'scripts' -/-> '/etc/mpv/scripts' [cplayer] Waiting for scripts... [auto_profiles] loading mp.defaults [ytdl_hook] loading mp.defaults [stats] loading mp.defaults [osc] loading mp.defaults [console] loading mp.defaults [auto_profiles] loading @auto_profiles.lua [ytdl_hook] loading @ytdl_hook.lua [osc] loading @osc.lua [auto_profiles] Exiting... [stats] loading @stats.lua [console] loading @console.lua [ytdl_hook] reading options for ytdl_hook [global] config path: 'script-opts/ytdl_hook.conf' -/-> '/home/mi/.config/mpv/script-opts/ytdl_hook.conf' [global] config path: 'script-opts/ytdl_hook.conf' -/-> '/home/mi/.mpv/script-opts/ytdl_hook.conf' [global] config path: 'script-opts/ytdl_hook.conf' -/-> '/etc/mpv/script-opts/ytdl_hook.conf' [ytdl_hook] script-opts/ytdl_hook.conf not found. [global] config path: 'lua-settings/ytdl_hook.conf' -/-> '/home/mi/.config/mpv/lua-settings/ytdl_hook.conf' [global] config path: 'lua-settings/ytdl_hook.conf' -/-> '/home/mi/.mpv/lua-settings/ytdl_hook.conf' [global] config path: 'lua-settings/ytdl_hook.conf' -/-> '/etc/mpv/lua-settings/ytdl_hook.conf' [ytdl_hook] lua-settings/ytdl_hook.conf not found. [console] reading options for console [global] config path: 'script-opts/console.conf' -/-> '/home/mi/.config/mpv/script-opts/console.conf' [global] config path: 'script-opts/console.conf' -/-> '/home/mi/.mpv/script-opts/console.conf' [global] config path: 'script-opts/console.conf' -/-> '/etc/mpv/script-opts/console.conf' [console] script-opts/console.conf not found. [global] config path: 'lua-settings/console.conf' -/-> '/home/mi/.config/mpv/lua-settings/console.conf' [global] config path: 'lua-settings/console.conf' -/-> '/home/mi/.mpv/lua-settings/console.conf' [global] config path: 'lua-settings/console.conf' -/-> '/etc/mpv/lua-settings/console.conf' [console] lua-settings/console.conf not found. [global] config path: 'fonts' -/-> '/home/mi/.config/mpv/fonts' [global] config path: 'fonts' -/-> '/home/mi/.mpv/fonts' [global] config path: 'fonts' -/-> '/etc/mpv/fonts' [osd/libass] ASS library version: 0x1502000 (runtime 0x1502000) [osd/libass] libass API version: 0x1502000 [osd/libass] libass source: commit: 0.15.2-0-gc967a5a3d9ec0d36af1148b3fdf2f307a21dd122-dirty [osd/libass] Shaper: FriBidi 1.0.10 (SIMPLE) HarfBuzz-ng 3.2.0 (COMPLEX) [global] config path: 'subfont.ttf' -/-> '/home/mi/.config/mpv/subfont.ttf' [global] config path: 'subfont.ttf' -/-> '/home/mi/.mpv/subfont.ttf' [global] config path: 'subfont.ttf' -/-> '/etc/mpv/subfont.ttf' [global] config path: 'fonts.conf' -/-> '/home/mi/.config/mpv/fonts.conf' [global] config path: 'fonts.conf' -/-> '/home/mi/.mpv/fonts.conf' [global] config path: 'fonts.conf' -/-> '/etc/mpv/fonts.conf' [osd/libass] Setting up fonts... [stats] reading options for stats [global] config path: 'script-opts/stats.conf' -/-> '/home/mi/.config/mpv/script-opts/stats.conf' [global] config path: 'script-opts/stats.conf' -/-> '/home/mi/.mpv/script-opts/stats.conf' [global] config path: 'script-opts/stats.conf' -/-> '/etc/mpv/script-opts/stats.conf' [stats] script-opts/stats.conf not found. [global] config path: 'lua-settings/stats.conf' -/-> '/home/mi/.config/mpv/lua-settings/stats.conf' [global] config path: 'lua-settings/stats.conf' -/-> '/home/mi/.mpv/lua-settings/stats.conf' [global] config path: 'lua-settings/stats.conf' -/-> '/etc/mpv/lua-settings/stats.conf' [stats] lua-settings/stats.conf not found. [osc] reading options for osc [global] config path: 'script-opts/osc.conf' -/-> '/home/mi/.config/mpv/script-opts/osc.conf' [global] config path: 'script-opts/osc.conf' -/-> '/home/mi/.mpv/script-opts/osc.conf' [global] config path: 'script-opts/osc.conf' -/-> '/etc/mpv/script-opts/osc.conf' [osc] script-opts/osc.conf not found. [global] config path: 'lua-settings/osc.conf' -/-> '/home/mi/.config/mpv/lua-settings/osc.conf' [global] config path: 'lua-settings/osc.conf' -/-> '/home/mi/.mpv/lua-settings/osc.conf' [global] config path: 'lua-settings/osc.conf' -/-> '/etc/mpv/lua-settings/osc.conf' [osc] lua-settings/osc.conf not found. [osd/libass] Using font provider fontconfig [osd/libass] Done. [cplayer] Run command: define-section, flags=64, args=[name="input_console", contents="", flags="default"] [cplayer] Run command: enable-section, flags=64, args=[name="input_console", flags="allow-hide-cursor+allow-vo-dragging"] [cplayer] Run command: define-section, flags=64, args=[name="input_forced_console", contents="", flags="force"] [cplayer] Run command: enable-section, flags=64, args=[name="input_forced_console", flags="allow-hide-cursor+allow-vo-dragging"] [cplayer] Run command: define-section, flags=64, args=[name="showhide", contents="mouse_move script-binding osc/__keybinding1\nmouse_leave script-binding osc/__keybinding2\n", flags="force"] [cplayer] Run command: define-section, flags=64, args=[name="showhide_wc", contents="mouse_move script-binding osc/__keybinding3\nmouse_leave script-binding osc/__keybinding4\n", flags="force"] [cplayer] Run command: enable-section, flags=64, args=[name="showhide", flags="allow-hide-cursor+allow-vo-dragging"] [cplayer] Run command: enable-section, flags=64, args=[name="showhide_wc", flags="allow-hide-cursor+allow-vo-dragging"] [cplayer] Run command: define-section, flags=64, args=[name="input", contents="mbtn_left script-binding osc/__keybinding5\nshift+mbtn_left script-binding osc/__keybinding6\nmbtn_right script-binding osc/__keybinding7\nmbtn_mid script-binding osc/__keybinding8\nwheel_up script-binding osc/__keybinding9\nwheel_down script-binding osc/__keybinding10\nmbtn_left_dbl ignore\nshift+mbtn_left_dbl ignore\nmbtn_right_dbl ignore\n", flags="force"] [cplayer] Run command: enable-section, flags=64, args=[name="input", flags=""] [cplayer] Run command: define-section, flags=64, args=[name="window-controls", contents="mbtn_left script-binding osc/__keybinding11\n", flags="force"] [cplayer] Run command: enable-section, flags=64, args=[name="window-controls", flags=""] [cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-visibility=auto"] [cplayer] Set property: shared-script-properties -> 1 [cplayer] Run command: disable-section, flags=64, args=[name="input"] [cplayer] Run command: define-section, flags=64, args=[name="input_stats", contents="", flags="default"] [cplayer] Run command: disable-section, flags=64, args=[name="window-controls"] [cplayer] Run command: enable-section, flags=64, args=[name="input_stats", flags="allow-hide-cursor+allow-vo-dragging"] [cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"] [cplayer] Set property: shared-script-properties -> 1 [cplayer] Run command: define-section, flags=64, args=[name="input_forced_stats", contents="", flags="force"] [cplayer] Run command: enable-section, flags=64, args=[name="input_forced_stats", flags="allow-hide-cursor+allow-vo-dragging"] [cplayer] Done loading scripts. [global] config path: 'watch_later' -> '/home/mi/.config/mpv/watch_later' [cplayer] Running hook: ytdl_hook/on_load [ytdl_hook] ytdl:// hook [ytdl_hook] not a ytdl:// url [cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"] [cplayer] Set property: shared-script-properties -> 1 [ifo_dvdnav] Opening /home/mi/Downloads/file_example_MP4_1920_18MG.mp4 [osc] osc_init [bdmv/bluray] Opening /home/mi/Downloads/file_example_MP4_1920_18MG.mp4 [file] Opening /home/mi/Downloads/file_example_MP4_1920_18MG.mp4 [file] resize stream to 131072 bytes, drop 0 bytes [file] Stream opened successfully. [demux] Trying demuxers for level=normal. [demux] Trying demuxer: disc (force-level: normal) [demux] Trying demuxer: edl (force-level: normal) [demux] Trying demuxer: cue (force-level: normal) [demux] Trying demuxer: rawaudio (force-level: normal) [demux] Trying demuxer: rawvideo (force-level: normal) [demux] Trying demuxer: mkv (force-level: normal) [demux] Trying demuxer: libarchive (force-level: normal) [cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"] [cplayer] Set property: shared-script-properties -> 1 [global] config path: 'fonts' -/-> '/home/mi/.config/mpv/fonts' [global] config path: 'fonts' -/-> '/home/mi/.mpv/fonts' [global] config path: 'fonts' -/-> '/etc/mpv/fonts' [osd/libass] ASS library version: 0x1502000 (runtime 0x1502000) [osd/libass] libass API version: 0x1502000 [osd/libass] libass source: commit: 0.15.2-0-gc967a5a3d9ec0d36af1148b3fdf2f307a21dd122-dirty [demux] Trying demuxer: lavf (force-level: normal) [osd/libass] Shaper: FriBidi 1.0.10 (SIMPLE) HarfBuzz-ng 3.2.0 (COMPLEX) [global] config path: 'subfont.ttf' -/-> '/home/mi/.config/mpv/subfont.ttf' [global] config path: 'subfont.ttf' -/-> '/home/mi/.mpv/subfont.ttf' [global] config path: 'subfont.ttf' -/-> '/etc/mpv/subfont.ttf' [global] config path: 'fonts.conf' -/-> '/home/mi/.config/mpv/fonts.conf' [global] config path: 'fonts.conf' -/-> '/home/mi/.mpv/fonts.conf' [global] config path: 'fonts.conf' -/-> '/etc/mpv/fonts.conf' [osd/libass] Setting up fonts... [lavf] Found 'mov,mp4,m4a,3gp,3g2,mj2' at score=100 size=2048. [demux] Detected file format: mov,mp4,m4a,3gp,3g2,mj2 (libavformat) [cplayer] Opening done: /home/mi/Downloads/file_example_MP4_1920_18MG.mp4 [osd/libass] Using font provider fontconfig [osd/libass] Done. [find_files] Loading external files in /home/mi/Downloads/ [global] config path: 'sub' -/-> '/home/mi/.config/mpv/sub' [global] config path: 'sub' -/-> '/home/mi/.mpv/sub' [global] config path: 'sub' -/-> '/etc/mpv/sub' [osc] osc_init [cplayer] Running hook: ytdl_hook/on_preloaded [lavf] select track 0 [lavf] select track 1 [cplayer] (+) Video --vid=1 (*) (h264 1920x1080 30.000fps) [cplayer] (+) Audio --aid=1 (*) (aac 2ch 48000Hz) [vo/gpu] Probing for best GPU context. [vo/gpu/opengl] Initializing GPU context 'wayland' [vo/gpu/opengl] Initializing GPU context 'x11egl' [vo/gpu/x11] X11 opening display: :0 [vo/gpu/x11] X11 running at 3840x2160 (":0" => local display) [vo/gpu/x11] Assuming DPI scale 2 for prescaling. This can be disabled with --hidpi-window-scale=no. [vo/gpu/x11] Detected wm supports NetWM. [vo/gpu/x11] Detected wm supports FULLSCREEN state. [vo/gpu/x11] Detected wm supports BELOW state. [vo/gpu/x11] Detected wm supports ABOVE state. [vo/gpu/x11] Display 0 (HDMI-0): [0, 0, 3840, 2160] @ 30.000000 FPS [vo/gpu/x11] Current display FPS: 30.000000 [vo/gpu/opengl] EGL_VERSION=1.5 [vo/gpu/opengl] EGL_VENDOR=NVIDIA [vo/gpu/opengl] EGL_CLIENT_APIS=OpenGL_ES OpenGL [vo/gpu/opengl] Trying to create Desktop OpenGL context. [vo/gpu/opengl] Chosen EGLConfig: [vo/gpu/opengl] EGL_CONFIG_ID=0x28 [vo/gpu/opengl] EGL_RED_SIZE=0x8 [vo/gpu/opengl] EGL_GREEN_SIZE=0x8 [vo/gpu/opengl] EGL_BLUE_SIZE=0x8 [vo/gpu/opengl] EGL_ALPHA_SIZE=0x0 [vo/gpu/opengl] EGL_COLOR_BUFFER_TYPE=0x308e [vo/gpu/opengl] EGL_CONFIG_CAVEAT=0x3038 [vo/gpu/opengl] EGL_CONFORMANT=0x4d [vo/gpu/opengl] EGL_NATIVE_VISUAL_ID=0x2b [vo/gpu/opengl] Choosing visual EGL config 0x28, visual ID 0x2b [vo/gpu/opengl] GL_VERSION='4.4.0 NVIDIA 495.46' [vo/gpu/opengl] Detected desktop OpenGL 4.4. [vo/gpu/opengl] GL_VENDOR='NVIDIA Corporation' [vo/gpu/opengl] GL_RENDERER='NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2' [vo/gpu/opengl] GL_SHADING_LANGUAGE_VERSION='4.40 NVIDIA via Cg compiler' [vo/gpu/opengl] Combined OpenGL extensions string: [vo/gpu/opengl] EGL_EXT_buffer_age EGL_EXT_client_sync EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_MESA_image_dma_buf_export EGL_EXT_output_base EGL_EXT_stream_acquire_mode EGL_EXT_sync_reuse EGL_IMG_context_priority EGL_KHR_config_attribs EGL_KHR_create_context_no_error EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_partial_update EGL_KHR_swap_buffers_with_damage EGL_KHR_no_config_context EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_reusable_sync EGL_KHR_stream EGL_KHR_stream_attrib EGL_KHR_stream_consumer_gltexture EGL_KHR_stream_cross_process_fd EGL_KHR_stream_fifo EGL_KHR_stream_producer_eglsurface EGL_KHR_surfaceless_context EGL_KHR_wait_sync EGL_NV_nvrm_fence_sync EGL_NV_post_sub_buffer EGL_NV_quadruple_buffer EGL_NV_stream_consumer_eglimage EGL_NV_stream_cross_display EGL_NV_stream_cross_object EGL_NV_stream_cross_process EGL_NV_stream_cross_system EGL_NV_stream_dma EGL_NV_stream_flush EGL_NV_stream_metadata EGL_NV_stream_remote EGL_NV_stream_reset EGL_NV_stream_socket EGL_NV_stream_socket_inet EGL_NV_stream_socket_unix EGL_NV_stream_sync EGL_NV_stream_fifo_next EGL_NV_stream_fifo_synchronous EGL_NV_stream_consumer_gltexture_yuv EGL_NV_stream_attrib EGL_NV_stream_origin EGL_NV_system_time EGL_NV_output_drm_flip_event EGL_NV_triple_buffer EGL_NV_robustness_video_memory_purge EGL_WL_bind_wayland_display EGL_WL_wayland_eglstream GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_EGL_image_storage GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_import_sync_object GL_NV_robustness_video_memory_purge GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_fd GL_NV_memory_object_sparse GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_fd GL_NV_timeline_semaphore GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_barycentric GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_mesh_shader GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_point_sprite GL_NV_primitive_restart GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_representative_fragment_test GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_scissor_exclusive GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned GL_NV_shader_texture_footprint GL_NV_shading_rate_image GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NV_gpu_multicast GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OES_EGL_image GL_OVR_multiview GL_OVR_multiview2 GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum [vo/gpu/opengl] Texture formats: [vo/gpu/opengl] NAME COMP*TYPE SIZE DEPTH PER COMP. [vo/gpu/opengl] r8 1*unorm 1B LF CR ST {8} [vo/gpu/opengl] rg8 2*unorm 2B LF CR ST {8 8} [vo/gpu/opengl] rgb8 3*unorm 3B LF CR ST {8 8 8} [vo/gpu/opengl] rgba8 4*unorm 4B LF CR ST {8 8 8 8} [vo/gpu/opengl] r16 1*unorm 2B LF CR ST {16} [vo/gpu/opengl] rg16 2*unorm 4B LF CR ST {16 16} [vo/gpu/opengl] rgb16 3*unorm 6B LF CR ST {16 16 16} [vo/gpu/opengl] rgba16 4*unorm 8B LF CR ST {16 16 16 16} [vo/gpu/opengl] r8ui 1*uint 1B CR ST {8} [vo/gpu/opengl] rg8ui 2*uint 2B CR ST {8 8} [vo/gpu/opengl] rgb8ui 3*uint 3B ST {8 8 8} [vo/gpu/opengl] rgba8ui 4*uint 4B CR ST {8 8 8 8} [vo/gpu/opengl] r16ui 1*uint 2B CR ST {16} [vo/gpu/opengl] rg16ui 2*uint 4B CR ST {16 16} [vo/gpu/opengl] rgb16ui 3*uint 6B ST {16 16 16} [vo/gpu/opengl] rgba16ui 4*uint 8B CR ST {16 16 16 16} [vo/gpu/opengl] r16f 1*float 4B LF CR ST {32/16} [vo/gpu/opengl] rg16f 2*float 8B LF CR ST {32/16 32/16} [vo/gpu/opengl] rgb16f 3*float 12B LF CR ST {32/16 32/16 32/16} [vo/gpu/opengl] rgba16f 4*float 16B LF CR ST {32/16 32/16 32/16 32/16} [vo/gpu/opengl] r32f 1*float 4B LF CR ST {32} [vo/gpu/opengl] rg32f 2*float 8B LF CR ST {32 32} [vo/gpu/opengl] rgb32f 3*float 12B LF CR ST {32 32 32} [vo/gpu/opengl] rgba32f 4*float 16B LF CR ST {32 32 32 32} [vo/gpu/opengl] rgb10_a2 4*unorm 4B LF CR ST {0/10 0/10 0/10 0/2} [vo/gpu/opengl] rgba12 4*unorm 8B LF CR ST {16 16 16 16} [vo/gpu/opengl] rgb10 3*unorm 6B LF CR ST {16/10 16/10 16/10} [vo/gpu/opengl] rgb565 3*unorm 2B LF ST {0/8 0/8 0/8} [vo/gpu/opengl] LA = LUMINANCE_ALPHA hack format [vo/gpu/opengl] LF = linear filterable [vo/gpu/opengl] CR = can be used for render targets [vo/gpu/opengl] ST = can be used for storable images [vo/gpu/opengl] Image formats: [vo/gpu/opengl] yuv444p => 3 planes 1x1 8/0 [r8/r8/r8] (r/g/b) [unorm] [vo/gpu/opengl] yuv420p => 3 planes 2x2 8/0 [r8/r8/r8] (r/g/b) [unorm] [vo/gpu/opengl] gray => 1 planes 1x1 8/0 [r8] (r) [unorm] [vo/gpu/opengl] gray16 => 1 planes 1x1 16/0 [r16] (r) [unorm] [vo/gpu/opengl] uyvy422 [vo/gpu/opengl] nv12 => 2 planes 2x2 8/0 [r8/rg8] (r/gb) [unorm] [vo/gpu/opengl] p010 => 2 planes 2x2 16/6 [r16/rg16] (r/gb) [unorm] [vo/gpu/opengl] argb => 1 planes 1x1 8/0 [rgba8] (argb) [unorm] [vo/gpu/opengl] bgra => 1 planes 1x1 8/0 [rgba8] (bgra) [unorm] [vo/gpu/opengl] abgr => 1 planes 1x1 8/0 [rgba8] (abgr) [unorm] [vo/gpu/opengl] rgba => 1 planes 1x1 8/0 [rgba8] (rgba) [unorm] [vo/gpu/opengl] bgr24 => 1 planes 1x1 8/0 [rgb8] (bgr) [unorm] [vo/gpu/opengl] rgb24 => 1 planes 1x1 8/0 [rgb8] (rgb) [unorm] [vo/gpu/opengl] 0rgb => 1 planes 1x1 8/0 [rgba8] (_rgb) [unorm] [vo/gpu/opengl] bgr0 => 1 planes 1x1 8/0 [rgba8] (bgr) [unorm] [vo/gpu/opengl] 0bgr => 1 planes 1x1 8/0 [rgba8] (_bgr) [unorm] [vo/gpu/opengl] rgb0 => 1 planes 1x1 8/0 [rgba8] (rgb) [unorm] [vo/gpu/opengl] rgba64 => 1 planes 1x1 16/0 [rgba16] (rgba) [unorm] [vo/gpu/opengl] rgb565 => 1 planes 1x1 0/0 [rgb565] (rgb) [unknown] [vo/gpu/opengl] pal8 [vo/gpu/opengl] vdpau [vo/gpu/opengl] d3d11 [vo/gpu/opengl] dxva2_vld [vo/gpu/opengl] mmal [vo/gpu/opengl] mediacodec [vo/gpu/opengl] drm_prime [vo/gpu/opengl] cuda [vo/gpu/opengl] yap8 => 2 planes 1x1 8/0 [r8/r8] (r/a) [unorm] [vo/gpu/opengl] yap16 => 2 planes 1x1 16/0 [r16/r16] (r/a) [unorm] [vo/gpu/opengl] grayaf32 => 2 planes 1x1 32/0 [r16f/r16f] (r/a) [float] [vo/gpu/opengl] yuv444pf => 3 planes 1x1 32/0 [r16f/r16f/r16f] (r/g/b) [float] [vo/gpu/opengl] yuva444pf => 4 planes 1x1 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float] [vo/gpu/opengl] yuv420pf => 3 planes 2x2 32/0 [r16f/r16f/r16f] (r/g/b) [float] [vo/gpu/opengl] yuva420pf => 4 planes 2x2 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float] [vo/gpu/opengl] yuv422pf => 3 planes 2x1 32/0 [r16f/r16f/r16f] (r/g/b) [float] [vo/gpu/opengl] yuva422pf => 4 planes 2x1 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float] [vo/gpu/opengl] yuv440pf => 3 planes 1x2 32/0 [r16f/r16f/r16f] (r/g/b) [float] [vo/gpu/opengl] yuva440pf => 4 planes 1x2 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float] [vo/gpu/opengl] yuv410pf => 3 planes 4x4 32/0 [r16f/r16f/r16f] (r/g/b) [float] [vo/gpu/opengl] yuva410pf => 4 planes 4x4 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float] [vo/gpu/opengl] yuv411pf => 3 planes 4x1 32/0 [r16f/r16f/r16f] (r/g/b) [float] [vo/gpu/opengl] yuva411pf => 4 planes 4x1 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float] [vo/gpu/opengl] rgb30 => 1 planes 1x1 10/0 [rgb10_a2] (bgr) [unknown] [vo/gpu/opengl] y1 => 1 planes 1x1 8/-7 [r8] (r) [unorm] [vo/gpu/opengl] gbrp1 => 3 planes 1x1 8/-7 [r8/r8/r8] (g/b/r) [unorm] [vo/gpu/opengl] gbrp2 => 3 planes 1x1 8/-6 [r8/r8/r8] (g/b/r) [unorm] [vo/gpu/opengl] gbrp3 => 3 planes 1x1 8/-5 [r8/r8/r8] (g/b/r) [unorm] [vo/gpu/opengl] gbrp4 => 3 planes 1x1 8/-4 [r8/r8/r8] (g/b/r) [unorm] [vo/gpu/opengl] gbrp5 => 3 planes 1x1 8/-3 [r8/r8/r8] (g/b/r) [unorm] [vo/gpu/opengl] gbrp6 => 3 planes 1x1 8/-2 [r8/r8/r8] (g/b/r) [unorm] [vo/gpu/opengl] vdpau_output [vo/gpu/opengl] vaapi [vo/gpu/opengl] videotoolbox [vo/gpu/opengl] yuyv422 [vo/gpu/opengl] yuv422p => 3 planes 2x1 8/0 [r8/r8/r8] (r/g/b) [unorm] [vo/gpu/opengl] yuv410p => 3 planes 4x4 8/0 [r8/r8/r8] (r/g/b) [unorm] [vo/gpu/opengl] yuv411p => 3 planes 4x1 8/0 [r8/r8/r8] (r/g/b) [unorm] [vo/gpu/opengl] monow [vo/gpu/opengl] monob [vo/gpu/opengl] yuvj422p => 3 planes 2x1 8/0 [r8/r8/r8] (r/g/b) [unorm] [vo/gpu/opengl] uyyvyy411 [vo/gpu/opengl] bgr8 [vo/gpu/opengl] bgr4 [vo/gpu/opengl] bgr4_byte [vo/gpu/opengl] rgb8 [vo/gpu/opengl] rgb4 [vo/gpu/opengl] rgb4_byte [vo/gpu/opengl] nv21 => 2 planes 2x2 8/0 [r8/rg8] (r/bg) [unorm] [vo/gpu/opengl] gray16be [vo/gpu/opengl] yuv440p => 3 planes 1x2 8/0 [r8/r8/r8] (r/g/b) [unorm] [vo/gpu/opengl] yuvj440p => 3 planes 1x2 8/0 [r8/r8/r8] (r/g/b) [unorm] [vo/gpu/opengl] yuva420p => 4 planes 2x2 8/0 [r8/r8/r8/r8] (r/g/b/a) [unorm] [vo/gpu/opengl] rgb48be [vo/gpu/opengl] rgb48 => 1 planes 1x1 16/0 [rgb16] (rgb) [unorm] [vo/gpu/opengl] rgb565be [vo/gpu/opengl] rgb555be [vo/gpu/opengl] rgb555 [vo/gpu/opengl] bgr565be [vo/gpu/opengl] bgr565 [vo/gpu/opengl] bgr555be [vo/gpu/opengl] bgr555 [vo/gpu/opengl] vaapi_moco [vo/gpu/opengl] vaapi_idct [vo/gpu/opengl] yuv420p16 => 3 planes 2x2 16/0 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv420p16be [vo/gpu/opengl] yuv422p16 => 3 planes 2x1 16/0 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv422p16be [vo/gpu/opengl] yuv444p16 => 3 planes 1x1 16/0 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv444p16be [vo/gpu/opengl] rgb444 [vo/gpu/opengl] rgb444be [vo/gpu/opengl] bgr444 [vo/gpu/opengl] bgr444be [vo/gpu/opengl] ya8 => 1 planes 1x1 8/0 [rg8] (ra) [unorm] [vo/gpu/opengl] bgr48be [vo/gpu/opengl] bgr48 => 1 planes 1x1 16/0 [rgb16] (bgr) [unorm] [vo/gpu/opengl] yuv420p9be [vo/gpu/opengl] yuv420p9 => 3 planes 2x2 16/-7 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv420p10be [vo/gpu/opengl] yuv420p10 => 3 planes 2x2 16/-6 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv422p10be [vo/gpu/opengl] yuv422p10 => 3 planes 2x1 16/-6 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv444p9be [vo/gpu/opengl] yuv444p9 => 3 planes 1x1 16/-7 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv444p10be [vo/gpu/opengl] yuv444p10 => 3 planes 1x1 16/-6 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv422p9be [vo/gpu/opengl] yuv422p9 => 3 planes 2x1 16/-7 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] gbrp => 3 planes 1x1 8/0 [r8/r8/r8] (g/b/r) [unorm] [vo/gpu/opengl] gbrp9be [vo/gpu/opengl] gbrp9 => 3 planes 1x1 16/-7 [r16/r16/r16] (g/b/r) [unorm] [vo/gpu/opengl] gbrp10be [vo/gpu/opengl] gbrp10 => 3 planes 1x1 16/-6 [r16/r16/r16] (g/b/r) [unorm] [vo/gpu/opengl] gbrp16be [vo/gpu/opengl] gbrp16 => 3 planes 1x1 16/0 [r16/r16/r16] (g/b/r) [unorm] [vo/gpu/opengl] yuva422p => 4 planes 2x1 8/0 [r8/r8/r8/r8] (r/g/b/a) [unorm] [vo/gpu/opengl] yuva444p => 4 planes 1x1 8/0 [r8/r8/r8/r8] (r/g/b/a) [unorm] [vo/gpu/opengl] yuva420p9be [vo/gpu/opengl] yuva420p9 => 4 planes 2x2 16/-7 [r16/r16/r16/r16] (r/g/b/a) [unorm] [vo/gpu/opengl] yuva422p9be [vo/gpu/opengl] yuva422p9 => 4 planes 2x1 16/-7 [r16/r16/r16/r16] (r/g/b/a) [unorm] [vo/gpu/opengl] yuva444p9be [vo/gpu/opengl] yuva444p9 => 4 planes 1x1 16/-7 [r16/r16/r16/r16] (r/g/b/a) [unorm] [vo/gpu/opengl] yuva420p10be [vo/gpu/opengl] yuva420p10 => 4 planes 2x2 16/-6 [r16/r16/r16/r16] (r/g/b/a) [unorm] [vo/gpu/opengl] yuva422p10be [vo/gpu/opengl] yuva422p10 => 4 planes 2x1 16/-6 [r16/r16/r16/r16] (r/g/b/a) [unorm] [vo/gpu/opengl] yuva444p10be [vo/gpu/opengl] yuva444p10 => 4 planes 1x1 16/-6 [r16/r16/r16/r16] (r/g/b/a) [unorm] [vo/gpu/opengl] yuva420p16be [vo/gpu/opengl] yuva420p16 => 4 planes 2x2 16/0 [r16/r16/r16/r16] (r/g/b/a) [unorm] [vo/gpu/opengl] yuva422p16be [vo/gpu/opengl] yuva422p16 => 4 planes 2x1 16/0 [r16/r16/r16/r16] (r/g/b/a) [unorm] [vo/gpu/opengl] yuva444p16be [vo/gpu/opengl] yuva444p16 => 4 planes 1x1 16/0 [r16/r16/r16/r16] (r/g/b/a) [unorm] [vo/gpu/opengl] xyz12 => 1 planes 1x1 16/4 [rgb16] (rgb) [unorm] [vo/gpu/opengl] xyz12be [vo/gpu/opengl] nv16 => 2 planes 2x1 8/0 [r8/rg8] (r/gb) [unorm] [vo/gpu/opengl] nv20 => 2 planes 2x1 16/-6 [r16/rg16] (r/gb) [unorm] [vo/gpu/opengl] nv20be [vo/gpu/opengl] rgba64be [vo/gpu/opengl] bgra64be [vo/gpu/opengl] bgra64 => 1 planes 1x1 16/0 [rgba16] (bgra) [unorm] [vo/gpu/opengl] yvyu422 [vo/gpu/opengl] ya16be [vo/gpu/opengl] ya16 => 1 planes 1x1 16/0 [rg16] (ra) [unorm] [vo/gpu/opengl] gbrap => 4 planes 1x1 8/0 [r8/r8/r8/r8] (g/b/r/a) [unorm] [vo/gpu/opengl] gbrap16be [vo/gpu/opengl] gbrap16 => 4 planes 1x1 16/0 [r16/r16/r16/r16] (g/b/r/a) [unorm] [vo/gpu/opengl] qsv [vo/gpu/opengl] d3d11va_vld [vo/gpu/opengl] yuv420p12be [vo/gpu/opengl] yuv420p12 => 3 planes 2x2 16/-4 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv420p14be [vo/gpu/opengl] yuv420p14 => 3 planes 2x2 16/-2 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv422p12be [vo/gpu/opengl] yuv422p12 => 3 planes 2x1 16/-4 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv422p14be [vo/gpu/opengl] yuv422p14 => 3 planes 2x1 16/-2 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv444p12be [vo/gpu/opengl] yuv444p12 => 3 planes 1x1 16/-4 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv444p14be [vo/gpu/opengl] yuv444p14 => 3 planes 1x1 16/-2 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] gbrp12be [vo/gpu/opengl] gbrp12 => 3 planes 1x1 16/-4 [r16/r16/r16] (g/b/r) [unorm] [vo/gpu/opengl] gbrp14be [vo/gpu/opengl] gbrp14 => 3 planes 1x1 16/-2 [r16/r16/r16] (g/b/r) [unorm] [vo/gpu/opengl] yuvj411p => 3 planes 4x1 8/0 [r8/r8/r8] (r/g/b) [unorm] [vo/gpu/opengl] bayer_bggr8 [vo/gpu/opengl] bayer_rggb8 [vo/gpu/opengl] bayer_gbrg8 [vo/gpu/opengl] bayer_grbg8 [vo/gpu/opengl] bayer_bggr16 [vo/gpu/opengl] bayer_bggr16be [vo/gpu/opengl] bayer_rggb16 [vo/gpu/opengl] bayer_rggb16be [vo/gpu/opengl] bayer_gbrg16 [vo/gpu/opengl] bayer_gbrg16be [vo/gpu/opengl] bayer_grbg16 [vo/gpu/opengl] bayer_grbg16be [vo/gpu/opengl] xvmc [vo/gpu/opengl] yuv440p10 => 3 planes 1x2 16/-6 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv440p10be [vo/gpu/opengl] yuv440p12 => 3 planes 1x2 16/-4 [r16/r16/r16] (r/g/b) [unorm] [vo/gpu/opengl] yuv440p12be [vo/gpu/opengl] ayuv64 => 1 planes 1x1 16/0 [rgba16] (argb) [unorm] [vo/gpu/opengl] ayuv64be [vo/gpu/opengl] p010be [vo/gpu/opengl] gbrap12be [vo/gpu/opengl] gbrap12 => 4 planes 1x1 16/-4 [r16/r16/r16/r16] (g/b/r/a) [unorm] [vo/gpu/opengl] gbrap10be [vo/gpu/opengl] gbrap10 => 4 planes 1x1 16/-6 [r16/r16/r16/r16] (g/b/r/a) [unorm] [vo/gpu/opengl] gray12be [vo/gpu/opengl] gray12 => 1 planes 1x1 16/-4 [r16] (r) [unorm] [vo/gpu/opengl] gray10be [vo/gpu/opengl] gray10 => 1 planes 1x1 16/-6 [r16] (r) [unorm] [vo/gpu/opengl] p016 => 2 planes 2x2 16/0 [r16/rg16] (r/gb) [unorm] [vo/gpu/opengl] p016be [vo/gpu/opengl] gray9be [vo/gpu/opengl] gray9 => 1 planes 1x1 16/-7 [r16] (r) [unorm] [vo/gpu/opengl] gbrpf32be [vo/gpu/opengl] gbrpf32 => 3 planes 1x1 32/0 [r16f/r16f/r16f] (g/b/r) [float] [vo/gpu/opengl] gbrapf32be [vo/gpu/opengl] gbrapf32 => 4 planes 1x1 32/0 [r16f/r16f/r16f/r16f] (g/b/r/a) [float] [vo/gpu/opengl] opencl [vo/gpu/opengl] gray14be [vo/gpu/opengl] gray14 => 1 planes 1x1 16/-2 [r16] (r) [unorm] [vo/gpu/opengl] grayf32be [vo/gpu/opengl] grayf32 => 1 planes 1x1 32/0 [r16f] (r) [float] [vo/gpu/opengl] yuva422p12be [vo/gpu/opengl] yuva422p12 => 4 planes 2x1 16/-4 [r16/r16/r16/r16] (r/g/b/a) [unorm] [vo/gpu/opengl] yuva444p12be [vo/gpu/opengl] yuva444p12 => 4 planes 1x1 16/-4 [r16/r16/r16/r16] (r/g/b/a) [unorm] [vo/gpu/opengl] nv24 => 2 planes 1x1 8/0 [r8/rg8] (r/gb) [unorm] [vo/gpu/opengl] nv42 => 2 planes 1x1 8/0 [r8/rg8] (r/bg) [unorm] [vo/gpu/opengl] vulkan [vo/gpu/opengl] y210be [vo/gpu/opengl] y210 [vo/gpu/opengl] x2rgb10be [vo/gpu] Testing FBO format rgba16f [vo/gpu] Resizing texture: 16x16 [vo/gpu] Using FBO format rgba16f. [vo/gpu] No advanced processing required. Enabling dumb mode. [vo/gpu] Assuming 30.000000 FPS for display sync. [vd] Container reported FPS: 30.000000 [vd] Codec list: [vd] h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [vd] h264_v4l2m2m (h264) - V4L2 mem2mem H.264 decoder wrapper [vd] h264_qsv (h264) - H264 video (Intel Quick Sync Video acceleration) [vd] h264_cuvid (h264) - Nvidia CUVID H264 decoder [vd] Opening decoder h264 [vd] Looking at hwdec h264-vaapi... [vo/gpu] Loading hwdec driver 'vaapi-egl' [vo/gpu/vaapi-egl] using VAAPI EGL interop [vo/gpu/vaapi-egl] Trying to open a x11 VA display... [vo/gpu/vaapi-egl/vaapi] libva: VA-API version 1.13.0 [vo/gpu/vaapi-egl/vaapi] libva: User environment variable requested driver 'nvidia' [vo/gpu/vaapi-egl/vaapi] libva: Trying to open /usr/lib/dri/nvidia_drv_video.so [vo/gpu/vaapi-egl/vaapi] libva: Found init function __vaDriverInit_1_0 [4652-4663] ../src/vabackend.c:1522 __vaDriverInit_1_0 Initing NVIDIA VA-API Driver [4652-4663] ../src/export-buf.c: 90 findCudaDisplay Found 3 EGL devices [4652-4663] ../src/export-buf.c: 94 findCudaDisplay Got EGL_CUDA_DEVICE_NV value '0' from device 0 [4652-4663] ../src/export-buf.c: 121 initExporter Got EGLDisplay from CUDA device [4652-4663] ../src/export-buf.c: 56 reconnect Reconnecting to stream [vo/gpu/vaapi-egl/vaapi] libva: va_openDriver() returns 0 [vo/gpu/vaapi-egl/vaapi] Initialized VAAPI: version 1.13 [4652-4663] ../src/vabackend.c: 865 nvQueryImageFormats In nvQueryImageFormats [ffmpeg] AVHWDeviceContext: VAAPI driver: VA-API NVDEC driver. [ffmpeg] AVHWDeviceContext: Driver not found in known nonstandard list, using standard behaviour. [vo/gpu/vaapi-egl] Going to probe surface formats (may log bogus errors)... [4652-4663] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 2 [4652-4663] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 3 [4652-4663] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 4 [4652-4663] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 12 [4652-4663] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 0 with 0 attributes [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 1 (nil) 0 [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 1 0x7f4d58f9fbc0 5 [4652-4663] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 128x128, format 1 [4652-4663] ../src/vabackend.c: 957 nvDeriveImage In nvDeriveImage [4652-4663] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0x1) [4652-4663] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0x7f4d58cf4360) [4652-4663] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0x7f4d58f9dd10) [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d58fa0e41 NV12 (3231564e) planes:2 mods:300000000606014 300000000606013 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 51 52 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 128 128 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [4652-4663] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 1 with 0 attributes [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 1 (nil) 0 [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 1 0x7f4d58eae140 5 [4652-4663] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 8 with 0 attributes [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 3 (nil) 0 [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 3 0x7f4d58eae680 5 [4652-4663] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 9 with 0 attributes [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 3 (nil) 0 [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 3 0x7f4d58eaab40 5 [4652-4663] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 10 with 0 attributes [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 3 (nil) 0 [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 3 0x7f4d58eaab40 5 [4652-4663] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 5 with 0 attributes [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x7f4d58eaab40 5 [4652-4663] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 6 with 0 attributes [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x7f4d58eaabc0 5 [4652-4663] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 7 with 0 attributes [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x7f4d58eaac40 5 [4652-4663] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 13 with 0 attributes [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x7f4d58eaacc0 5 [4652-4663] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 17 with 0 attributes [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 8 (nil) 0 [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 8 0x7f4d58eae940 5 [4652-4663] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 14 with 0 attributes [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 9 (nil) 0 [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 9 0x7f4d58eae940 5 [4652-4663] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 19 with 0 attributes [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 10 (nil) 0 [4652-4663] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 10 0x7f4d58eae940 5 [vo/gpu/vaapi-egl] Supported formats: [vo/gpu/vaapi-egl] nv12 [vo/gpu/vaapi-egl] Done probing surface formats. [vo/gpu] Loading hwdec driver 'cuda-nvdec' [vo/gpu] Loading hwdec driver 'drmprime-drm' [vo/gpu/drmprime-drm] Failed to retrieve DRM fd from native display. [vo/gpu] Loading failed. [vd] Trying hardware decoding via h264-vaapi. [vd] Selected codec: h264 (H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10) [vf] User filter list: [vf] (empty) [ad] Codec list: [ad] aac - AAC (Advanced Audio Coding) [ad] aac_fixed (aac) - AAC (Advanced Audio Coding) [ad] Opening decoder aac [ad] Requesting 1 threads for decoding. [ad] Selected codec: aac (AAC (Advanced Audio Coding)) [af] User filter list: [af] (empty) [cplayer] Starting playback... [vd] Pixel formats supported by decoder: vdpau cuda vaapi_vld yuv420p [vd] Codec profile: High (0x64) [4652-4652] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 2 [4652-4652] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 3 [4652-4652] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 4 [4652-4652] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 12 [4652-4652] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 7 with 0 attributes [4652-4652] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4652-4652] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x55a1f5dc0c00 5 [4652-4652] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 21921 [4652-4652] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x55a1f5eb6080 5 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 957 nvDeriveImage In nvDeriveImage [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [4652-4652] ../src/vabackend.c: 472 nvCreateSurfaces2 creating 1 surface(s) 1920x1088, format 1 [vd] Requesting pixfmt 'vaapi_vld' from decoder. [4652-4652] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 2 [4652-4652] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 3 [4652-4652] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 4 [4652-4652] ../src/vabackend.c: 202 vaToCuCodec vaToCuCodec: Unknown codec: 12 [4652-4652] ../src/vabackend.c: 391 nvCreateConfig In nvCreateConfig with profile: 7 with 0 attributes [4652-4652] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4652-4652] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x55a1f5dc1c80 5 [4652-4652] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 (nil) 0 [4652-4652] ../src/vabackend.c:1233 nvQuerySurfaceAttributes with 4 0x55a1f5dc3040 5 [4652-4652] ../src/vabackend.c: 546 nvCreateContext with 22 render targets [ffmpeg/video] h264: Reinit context to 1920x1088, pix_fmt: vaapi_vld [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 21 [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 20 [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 [vd] Using hardware decoding (vaapi). [vd] Decoder format: 1920x1080 vaapi[nv12] bt.709/bt.709/bt.1886/limited/auto CL=mpeg2/4/h264 [vd] Using container aspect ratio. [vf] [in] 1920x1080 vaapi[nv12] bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264 [vf] [userdeint] 1920x1080 vaapi[nv12] bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264 [vf] [userdeint] (disabled) [vf] [autorotate] 1920x1080 vaapi[nv12] bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264 [vf] [autorotate] (disabled) [vf] [convert] 1920x1080 vaapi[nv12] bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264 [vf] [convert] (disabled) [vf] [out] 1920x1080 vaapi[nv12] bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264 [af] [in] 48000Hz stereo 2ch floatp [af] [userspeed] 48000Hz stereo 2ch floatp [af] [userspeed] (disabled) [af] [convert] 48000Hz stereo 2ch floatp [ao] Trying audio driver 'pulse' [ao/pulse] requested format: 48000 Hz, stereo channels, floatp [ao/pulse] Library version: 15.0.0 [ao/pulse] Proto: 35 [ao/pulse] Server proto: 4294967295 [ao/pulse] Channel layouts: [ao/pulse] - #fl [ao/pulse] - #fr [ao/pulse] - #fc [ao/pulse] - #lfe [ao/pulse] - #bl [ao/pulse] - #br [ao/pulse] - #flc [ao/pulse] - #frc [ao/pulse] - #bc [ao/pulse] - #sl [ao/pulse] - #sr [ao/pulse] - #tc [ao/pulse] - #tfl [ao/pulse] - #tfc [ao/pulse] - #tfr [ao/pulse] - #tbl [ao/pulse] - #tbc [ao/pulse] - #tbr [ao/pulse] result: stereo [ao/pulse] device buffer: 4800 samples. [ao/pulse] using soft-buffer of 9600 samples. [cplayer] AO: [pulse] 48000Hz stereo 2ch float [cplayer] AO: Description: PulseAudio audio output [autoconvert] inserting resampler [swresample] format change, reinitializing resampler [swresample] 48000Hz stereo floatp -> 48000Hz stereo float [af] [out] 48000Hz stereo 2ch float [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 18 [cplayer] VO: [gpu] 1920x1080 vaapi[nv12] [cplayer] VO: Description: Shader-based GPU Renderer [vo/gpu] reconfig to 1920x1080 vaapi[nv12] bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264 [vo/gpu] max content size: 3840x2160 [vo/gpu] monitor size: 3840x2160 [vo/gpu/x11] not waiting for MapNotify [vo/gpu] Resize: 2063x2045 [vo/gpu] Window size: 2063x2045 (Borders: l=0 t=0 r=0 b=0) [vo/gpu] Video source: 1920x1080 (1:1) [vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 442) 2063x1160 [vo/gpu] Video scale: 1.074479/1.074074 [vo/gpu] OSD borders: l=0 t=442 r=0 b=443 [vo/gpu] Video borders: l=0 t=442 r=0 b=443 [vo/gpu] Reported display depth: 8 [vo/gpu/opengl] before video texture creation: OpenGL error INVALID_OPERATION. [vo/gpu] Testing FBO format rgba16f [vo/gpu] Resizing texture: 16x16 [vo/gpu] Using FBO format rgba16f. [vo/gpu] No advanced processing required. Enabling dumb mode. [4652-4663] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0x2073656e616c7020) [4652-4663] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0x2d2f363120327831) [4652-4663] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0x722f3631725b2036) [4652-4663] ../src/export-buf.c: 36 debug [EGL] eglDestroyImageKHR: EGL_BAD_PARAMETER error: In eglDestroyImage: Invalid EGLImage (0x205d3631722f3631) [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 36 (picIdx: 21) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] vertex shader source: [vo/gpu/opengl] [ 1] #version 440 [vo/gpu/opengl] [ 2] #define tex1D texture [vo/gpu/opengl] [ 3] #define tex3D texture [vo/gpu/opengl] [ 4] #define LUT_POS(x, lut_size) mix(0.5 / (lut_size), 1.0 - 0.5 / (lut_size), (x)) [vo/gpu/opengl] [ 5] in vec2 vertex_position; [vo/gpu/opengl] [ 6] in vec2 vertex_texcoord0; [vo/gpu/opengl] [ 7] out vec2 texcoord0; [vo/gpu/opengl] [ 8] in vec2 vertex_texcoord1; [vo/gpu/opengl] [ 9] out vec2 texcoord1; [vo/gpu/opengl] [ 10] void main() { [vo/gpu/opengl] [ 11] gl_Position = vec4(vertex_position, 1.0, 1.0); [vo/gpu/opengl] [ 12] texcoord0 = vertex_texcoord0; [vo/gpu/opengl] [ 13] texcoord1 = vertex_texcoord1; [vo/gpu/opengl] [ 14] } [vo/gpu/opengl] fragment shader source: [vo/gpu/opengl] [ 1] #version 440 [vo/gpu/opengl] [ 2] #define tex1D texture [vo/gpu/opengl] [ 3] #define tex3D texture [vo/gpu/opengl] [ 4] #define LUT_POS(x, lut_size) mix(0.5 / (lut_size), 1.0 - 0.5 / (lut_size), (x)) [vo/gpu/opengl] [ 5] out vec4 out_color; [vo/gpu/opengl] [ 6] in vec2 texcoord0; [vo/gpu/opengl] [ 7] in vec2 texcoord1; [vo/gpu/opengl] [ 8] layout(std140, binding=0) uniform UBO { [vo/gpu/opengl] [ 9] layout(offset=0) mat3 colormatrix; [vo/gpu/opengl] [ 10] layout(offset=48) vec3 colormatrix_c; [vo/gpu/opengl] [ 11] layout(offset=64) vec3 src_luma; [vo/gpu/opengl] [ 12] layout(offset=80) vec3 dst_luma; [vo/gpu/opengl] [ 13] layout(offset=96) vec2 texture_size0; [vo/gpu/opengl] [ 14] layout(offset=112) mat2 texture_rot0; [vo/gpu/opengl] [ 15] layout(offset=144) vec2 texture_off0; [vo/gpu/opengl] [ 16] layout(offset=152) vec2 pixel_size0; [vo/gpu/opengl] [ 17] layout(offset=160) vec2 texture_size1; [vo/gpu/opengl] [ 18] layout(offset=176) mat2 texture_rot1; [vo/gpu/opengl] [ 19] layout(offset=208) vec2 texture_off1; [vo/gpu/opengl] [ 20] layout(offset=216) vec2 pixel_size1; [vo/gpu/opengl] [ 21] }; [vo/gpu/opengl] [ 22] uniform sampler2D texture0; [vo/gpu/opengl] [ 23] uniform sampler2D texture1; [vo/gpu/opengl] [ 24] void main() { [vo/gpu/opengl] [ 25] vec4 color = vec4(0.0, 0.0, 0.0, 1.0); [vo/gpu/opengl] [ 26] color.r = 1.000000 * vec4(texture(texture0, texcoord0)).r; [vo/gpu/opengl] [ 27] color.gb = 1.000000 * vec4(texture(texture1, texcoord1)).rg; [vo/gpu/opengl] [ 28] color = color.rgbr; [vo/gpu/opengl] [ 29] color.rgb = mat3(colormatrix) * color.rgb + colormatrix_c; [vo/gpu/opengl] [ 30] color.a = 1.0; [vo/gpu/opengl] [ 31] // color mapping [vo/gpu/opengl] [ 32] color.rgb *= vec3(1.000000); [vo/gpu/opengl] [ 33] color.rgb *= vec3(1.000000); [vo/gpu/opengl] [ 34] out_color = color; [vo/gpu/opengl] [ 35] } [vo/gpu/opengl] shader link log (status=1): [vo/gpu/opengl] GL: Buffer detailed info: Buffer object 1 (bound to GL_UNIFORM_BUFFER_EXT, usage hint is GL_STATIC_DRAW) will use VIDEO memory as the source for buffer object operations. [vo/gpu/opengl] GL: Buffer detailed info: Buffer object 2 (bound to GL_ARRAY_BUFFER_ARB, usage hint is GL_STATIC_DRAW) will use VIDEO memory as the source for buffer object operations. [vo/gpu/opengl] GL: Buffer detailed info: Buffer object 1 (bound to GL_UNIFORM_BUFFER (0), and GL_UNIFORM_BUFFER_EXT, usage hint is GL_STATIC_DRAW) will use VIDEO memory as the source for buffer object operations. [vo/gpu/opengl] GL: Buffer detailed info: Buffer object 1 (bound to GL_UNIFORM_BUFFER (0), and GL_UNIFORM_BUFFER_EXT, usage hint is GL_STATIC_DRAW) will use VIDEO memory as the source for buffer object operations. [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [cplayer] first video frame after restart shown [cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"] [cplayer] Set property: shared-script-properties -> 1 [cplayer] audio ready [cplayer] starting video playback [cplayer] delaying audio start 0.000000 vs. 0.000000, diff=0.000000 [cplayer] playback restart complete @ 0.000000, audio=ready, video=playing [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 17 [cplayer] starting audio playback [ao/pulse] starting AO [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 16 [cplayer] Run command: define-section, flags=64, args=[name="input_osc", contents="", flags="default"] [cplayer] Run command: enable-section, flags=64, args=[name="input_osc", flags="allow-hide-cursor+allow-vo-dragging"] [cplayer] Run command: define-section, flags=64, args=[name="input_forced_osc", contents="", flags="force"] [cplayer] Run command: enable-section, flags=64, args=[name="input_forced_osc", flags="allow-hide-cursor+allow-vo-dragging"] [osc] osc_init [cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"] [cplayer] Set property: shared-script-properties -> 1 [vo/gpu/x11] Disabling screensaver. [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 33 (picIdx: 18) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 15 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 34 (picIdx: 19) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 21 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 32 (picIdx: 17) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 35 (picIdx: 20) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 17 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 36 (picIdx: 21) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 18 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 30 (picIdx: 15) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 20 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 34 (picIdx: 19) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 15 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 31 (picIdx: 16) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 35 (picIdx: 20) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 21 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 33 (picIdx: 18) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 16 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 30 (picIdx: 15) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 18 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 32 (picIdx: 17) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 15 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 31 (picIdx: 16) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 20 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 17 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 36 (picIdx: 21) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 33 (picIdx: 18) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 21 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 34 (picIdx: 19) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 18 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 32 (picIdx: 17) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 16 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 35 (picIdx: 20) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 36 (picIdx: 21) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 20 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 30 (picIdx: 15) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 21 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 34 (picIdx: 19) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 17 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 31 (picIdx: 16) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 15 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 35 (picIdx: 20) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 16 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 33 (picIdx: 18) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 20 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 30 (picIdx: 15) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 32 (picIdx: 17) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 18 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 31 (picIdx: 16) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 17 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 36 (picIdx: 21) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 16 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 33 (picIdx: 18) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 15 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 34 (picIdx: 19) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 21 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 32 (picIdx: 17) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 35 (picIdx: 20) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 17 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 36 (picIdx: 21) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 18 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 30 (picIdx: 15) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 20 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 34 (picIdx: 19) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 15 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 31 (picIdx: 16) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 35 (picIdx: 20) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 16 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 33 (picIdx: 18) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 20 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 30 (picIdx: 15) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 21 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 32 (picIdx: 17) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 18 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 31 (picIdx: 16) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 17 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 34 (picIdx: 19) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 16 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 33 (picIdx: 18) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x55a1f5c5cd51 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 0 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 15 [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [4652-4663] ../src/vabackend.c:1460 nvExportSurfaceHandle got address 20B200000 (2048) for surface 36 (picIdx: 21) [4652-4663] ../src/export-buf.c: 300 exportCudaPtr eglExportDMABUFImageQueryMESA: 0x7f4d5954e541 NV12 (3231564e) planes:2 mods:300000000606014 300000000606014 [4652-4663] ../src/export-buf.c: 308 exportCudaPtr eglExportDMABUFImageMESA: 1 71 72 0 0 [4652-4663] ../src/export-buf.c: 309 exportCudaPtr strides: 1920 1920 0 0 [4652-4663] ../src/export-buf.c: 310 exportCudaPtr offsets: 0 8192 0 0 [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] GL: GL_INVALID_OPERATION error generated. and are incompatible [vo/gpu/opengl] after rendering: OpenGL error INVALID_OPERATION. [4652-4652] ../src/vabackend.c: 801 nvEndPicture cuvid decoded successful to idx: 19 [cplayer] Run command: quit, flags=73, args=[code="0"] [cplayer] EOF code: 5 [ad] Uninit decoder. [vd] Uninit decoder. [4652-4652] ../src/vabackend.c: 624 nvDestroyContext In nvDestroyContext [4652-4663] ../src/vabackend.c:1438 nvExportSurfaceHandle got 0x7f4d58522fc0 [vo/gpu/vaapi-egl] vaExportSurfaceHandle() failed (invalid VAContextID) [vo/gpu/vaapi-egl] mapping VAAPI EGL image failed [vo/gpu] Mapping hardware decoded surface failed. [cplayer] Terminating demuxers... [cplayer] Done terminating demuxers. [cplayer] finished playback, success (reason 3) [cplayer] [cplayer] Exiting... (Quit) [cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="remove", value="osc-margins"] [ytdl_hook] Exiting... [console] Exiting... [cplayer] Set property: shared-script-properties -> 1 [stats] Exiting... [osc] Exiting... [vo/gpu/x11] Enabling screensaver. [4652-4663] ../src/vabackend.c:1511 nvTerminate In nvTerminate [4652-4663] ../src/export-buf.c: 36 debug [EGL] eglSwapBuffers: EGL_BAD_STATE_KHR error: In EGL Access Table::stream2.consumer.disconnect: Consumer handle does not match reservation (0x58df1f11 vs 0x58df1f19). [vo/gpu] flushing shader cache [vo/gpu/x11] uninit ... ```

Let me know if there's anything else I should try. Happy to test any changes as well. Thanks again for your efforts.

miyuchina commented 2 years ago

Never mind, --hwdec=vaapi-copy works for mpv -- didn't read far enough in the other issue. Still getting the same outputs from vainfo though. I can close this issue if it helps keeping all the info in #4.

thesword53 commented 2 years ago

I have the same issue (even with Wayland) GPU: GTX 1060

elFarto commented 2 years ago

vaapi-copy isn't needed, normal vaapi should work just fine. This error is subtly different from #11 as you are able to export the dma-buf, but it fails on importing.

These issues are difficult for me to debug as I can't see why the driver is failing to export/import the images.

elFarto commented 2 years ago

Now I've had a chance to look at this properly, the EGL_BAD_STATE_KHR error is spurious on shutdown, and I've just fixed it (not releasing things in the correct order).

The main issue here is the GL_INVALID_OPERATION error generated. <image> and <target> are incompatible error.

Are you using the git master build of mpv? That's needed for this to work.

thesword53 commented 2 years ago

No. I use mpv 0.34.1 from Arch Linux.

miyuchina commented 2 years ago

Just tested everything again with mpv 0.34.0-121-g57bc5ba6d6 from the master branch, and --hwdec=vaapi works just fine now. I don't see GL_INVALID_OPERATION anymore.

The EGL_BAD_STATE_KHR is also no longer there on shutdown.

Closing this for now -- thanks!