Hi,
I test VLC from googleplay and a recompiled one from repository and hardware acceleration don't seems to work...
After some research it seems that VLC don't support Amlogic hardware decoding because it don't expose hardware acceleration interface using MediaCodec...
After some research, it's seems that theres a version of ffmpeg for AMLogic : amffmpeg but the only version i found is 2 year old... So i suppose that Amlogic S802-H, Mali-450 is not supported...
Is there some one that work on the subject or is someone plan to do the job ?
Some one do the job for XBMC and it's work on my target, so it's possible to do the job and i can test it on my device...
I already successfully write 2 out-of-tree modules for my training : audio\video that allow me to extract raw data and inject it on my own renderer engine :
- OS : Debian, Win7, Android 4.4.2
- Audio : XAudio2 \ Alsa \ OpenSL ES
- Video : OpenGL \ OpenGLES - Same code different header for vertex\pixel shader.
- Audio is now sync why video...
If no one work on the subject, is there's some one that can drive\help me to do the job (VLC in-tree-module same license than LibVLC) ?
I would like to try to do\participate to the job, i know that it's a hard job, i have the motivation, but no clue for the moment to start...
WCdr