I compiled an older version of FFmpeg for Android (if I recall correctly it was 0.6.X). FFmpeg decodes a video frame, scales it, then I\'m using OpenGL to draw it on the scr
I think so , yes. see : http://ffmpeg.org/#pr9 . the major release that has the hardware accelerated decoding of h264 on Android is Harmony 0.9
if you use a decoder that takes advantage of the hardware acceleration, when it's available, I don't see how you can do better...