Jens Kuske
Jens Kuske
Except that get_bits_y_cb_cr isn't implemented but this function tells the user it would be, it looks good. I'll keep it for later when it is implemented.
That's a known issue, the kernel driver doesn't provide any sort of locking. We have direct register access, so if two instances are running they always overwrite each other. To...
We are likely hitting a software performance limitation here, the hardware should be able to decode this. libvdpau-sunxi isn't really optimized for maximum performance yet, some dumb things like clearing...
I added a branch of my idea for OSD support. It is far from optimal too, but at least it's pretty fast and I have many optimizations in mind. Seems...
No, of course not duplicate, only vdp_output_surface_put_bits_indexed() Well, it doesn't strictly depend on G2D, this could be done in software too. It even needs to get some software fallback for...
Thats that same error as my first test failed at, the devicetree is placed inside the reserved memory area by u-boot, so the kernel can't access it anymore. My workaround...
1. You have to define DESTDIR if you need it, see https://www.gnu.org/prep/standards/html_node/DESTDIR.html 2. install -D should take care of creating the directories according to its manpage. But it looks like...