tmn505
tmn505
> I don't understand why it gives the error, because in the dts it is specifically set: > > ``` > compatible = "cudy,wr1300" > ``` > > Maybe it...
It's set from device name You introduced `define Device/cudy_wr1300-v2`. Just change the compatible in dts to match it, likewise for v1 aslo. Side note: It's set from `SUPPORTED_DEVICES`, but You...
Here You have experimental workaround: https://linuxtv.org/pipermail/vdr/2017-December/029311.html. Maybe it'll help.
Hi, sorry for late reply. > Hi - I was doing some light vdr changes this weekend - some packages (and vdr) compile fine - see my changes > >...
> Is enabling VDE still needed here for proper functioning on trimSlice? Nothing changed in that regard, so yes, it's still needed.
This bug doesn't affect only Chromium and iHD driver. I tested Xine player on CherryView (i965) and it also fails to decode when launched with `-V vaapi`. Reverting the mentioned...
I think yes, since grepping the code mentions it: ``` src/video_out/vaapi/xine_va_display.h:#define XINE_VA_DISPLAY_X11 0x0002 /* Require X11 interop (vaPutSurface) */ src/video_out/video_out_vaapi.c: vaStatus = vaPutSurface(va_context->va_display, va_surface_id, this->gl_image_pixmap, src/video_out/video_out_vaapi.c: msg = "vaPutSurface()"; src/video_out/video_out_vaapi.c:...
@evelikov to follow-up on yesterdays request here's the log from xine with verbose output: [xine-1675267494.txt](https://github.com/intel/libva/files/10559239/xine-1675267494.txt) and it indeed uses `vaPutSurface` (`video_out_vaapi Error : vaPutSurface(): unknown libva error`). Also to clear...
Hi. You didn't read the whole error output. At bottom of it should be ``` Download failed. No more mirrors to try - giving up. Checking out files from the...