Developing H264 hardware decoder Android - Stagefright or OpenMax IL?
问题 I am developing H264 H/W accelerated video decoder for android. So far, I've come around with some libraries MediaCodec , Stagefright , OpenMax IL , OpenMax AL and FFmpeg . After a bit research, I've found that - I found a great resource of using stagefright with FFmpeg, but I can not use FFmpeg as for its license, it is quite restrictive for distributed software. (Or possible to discard FFmpeg from this approach?) I can not use MediaCodec as its a Java API and I have to call it via the JNI