Hi,
I have a first working version for h264 (AVC) decoding.
I can decode 1080p videos with less than 20% CPU load on one core (the 3 other cores being idle).
In these conditions, the core temperature remains acceptable : about 70°C after one hour of video decoding.
For now, the only strange issue I am aware of is that for a specific sample (every other videos I have just work fine), I am faced with a weird SYNC issue : the player is always ahead of time... I grabbed a lot of info and I will ask core developers if they have any idea because it is not an issue in the decoding itself but an issue with pts as they are handled by the player itself... Anyway a first version can be released while this issue is being investigated...
Yet, I really have to address another problem which is not related to xbmc at all before releasing this first demo image : I have no sound

Well in fact I never got sound and for now I did not care about it ...
But now I obviously want HDMI sound to work
I don't know if my device is defective : I have to switch back to the default android image and/or to mtx ubuntu image to check if I have sound with these ones (In fact I don't remember if I already get any sound out of my GK802 device lol)
I hope I will tackle this problem very fast and be able to public a first image which will demonstrate xbmc with VPU decoding
(My work in progress source code is already available on github : For now the code is pretty crappy but I will polish it as soon as I have first working release)
Regards
Stephan