dv1
dv1
@ndufresne So for transmissions over a medium that strictly requires constant bitrates (due to narrow bandwidth for example) you limit the keyframes to the absolute minimum? But then, a receiver...
I've been making efforts to finally deal with remaining issues as much as possible before making a release. Unfortunately, the fix for this won't make it into the upcoming libimxvpuapi...
As said in https://github.com/Freescale/gstreamer-imx/issues/223 , I cannot reproduce this. It may have been fixed by other commits. If it happens to you, and you can provide more details (logs in...
As @dougnazar explained, you need an imx-kernel. That said, recently, I am now moving away from checking for `mxcfb.h`, since some sysroots don't package this anymore. libimxdmabuffer's latest version (1.1.3)...
Closing it due to lack of further reports (so, probably got fixed already). If you see this happening again, reopen please.
Closing this due to inactivity - issue is assumed to have been fixed by the aforementioned commit. If this is not the case, reopen please.
Well... late update, but here we go. I've tried to see if this could be revisited in 1.x, but, no way, not feasible. However, if you are still working on...
To be exact, the problem you have is the build error in `gst-libs/imx2d/backend/g2d/g2d_blitter.c`. Correct? If so, check out latest git master. I just pushed a change that checks for the...
Ah, of course :) Colorimetry was added later. You can do a hack: Comment out the contents of the function (not the entire function!) `imx_2d_backend_g2d_blitter_set_colorimetry`, then comment out the entire...
@guillerodriguez I just posted updates that perform the Amphion tile layout checks in the G2D blitter and the Amphion decoder code. The hacks should no longer be needed.