dv1

Results 71 comments of dv1
trafficstars

> Is it possible to backport this fix to libimxvpuapi 0.x ? No, this is not feasible. v1 has the problem that you must use a function that blocks until...

I can reproduce this in current OE master. This only happens if `videocrop` is inserted. I'm looking into it. ~~Keep in mind though that `videocrop` will copy pixels via the...

Sorry, closed by mistake. I added a fix for this issue in 5a3dcaae186a22ce548847c63f6abdeed4909275 . Please check if this also fixes the problem for you.

This currently is not possible, since the i.MX8m plus has a different encoder (VC8000E) that is not supported by libimxvpuapi. I'm working on this.

Progress is slow, because the VC8000E encoder is not trivial to use, and because many other tasks keep me busy. I am trying to get it in for Yocto Kirkstone,...

This might have been happening because of an internal condition variable that was necessary to keep the VPU's buffer pool happy. The code in v2 works differently, and might behave...

@guillerodriguez I might have a lead on what is causing #293 , so try that first please.

What gstreamer-imx version is this? 2.0.0?

So far I've had no luck in trying to find out what is going on. A very similar issue can be found [here](https://github.com/Freescale/gstreamer-imx/issues/287). Fixes for this problem most likely need...

Fixing this may turn out to require substantial changes in libimxvpuapi, meaning that I need to acces the underlying Hantro APIs directly instead of Hantro's OpenMAX IL layer. I will...