deeptho
deeptho
In neumoDVB, this is the source file that handles libmpv callbacks https://github.com/deeptho/neumodvb/blob/master/src/viewer/neumompv.cc Note that depending on the choices of the user, this code also draws an overlay on top of...
> > * it is libmpv that creates and controls the tread, not the api user. > > The api user indeed controls the context but not the thread and...
It seems I was confused by some older, dead code in neuomdvb. The rendering indeed takes place on a thread created by neumodvb, not by libmpv.
Just for the record: this screen corruption still occurs in fedora42. It does not occur when the application is run under VirtualGL (through vglrun). It is probably a driver bug...
Is anything more needed to prepare this patch for inclusion in tvheadend?
Thanks for the quick answer. I find it useful as I have learned something. The code also compiles and runs on my computer. In the mean time, I tried a...
I will upload my code on github soon. > > complex numbers are not supported by zimt > > They are not supported explicitly, but many things you do with...
I will have a look at envutil In the mean time I have working code, although not well tested yet but at least it seems to produce correct results for...
> The link is specifically to the get.h header in envutil's zimt folder, which has more get_t classes than the library version. The last two classes in that header look...
Regarding envutil: I think the "synopsis" getter is indeed something that could be of use to me.