Hi all,<br><br>I read <a href="http://forum.xda-developers.com/showthread.php?t=1517415">the post</a> on XDA and tried to build a VLC for android.<br><br>I tested the VLC-debug.apk I built on my Novo7 tablet, <br>the video is choppy and obviously hardware acceleration is failed.<br>
<br>But the other players, ex mobo player and rock player, play smoothly on those files.<br>And their hardware acceleration works well.<br><br>I looked at the log, it shows that there are warnings like:<br>" couldn't find an omx component for codec h264 "<br>
" couldn't find an omx component for codec mp4a "<br>" couldn't find an omx component for codec rv40 ".<br><br>So, it failed in calling CreateComponentsList(......) in the function OpenGeneric in omxil.c.<br>
I suspect it is a platform or hardware related issue but I am not sure.<br><br><b>Where should I follow and trace to fix the issue?</b><br><br>Building environment:<br>    Ubuntu 11.10<br>    android-sdk-r16<br>    android-ndk-r7b<br>
    gcc 4.6.1<br><br>Testing environment:<br>    Novo7 advanced<br>    <a href="http://www.ainol.com/plugin.php?identifier=ainol&module=product&action=info&productid=41">http://www.ainol.com/plugin.php?identifier=ainol&module=product&action=info&productid=41</a><br>
    Sadly I can only find the spec written in Simplified Chinese.<br><br>    OS: android 2.3.4<br>    CPU: AllWinner A10 1.2 GHz <a href="http://www.allwinnertech.com/product/a1x.html">http://www.allwinnertech.com/product/a1x.html</a><br>
            (Cortex A8 actually)<br>    GPU: MALI 400<br>    RAM: 512 MB DDR3<br>    File format: 1280x720 24fps rmvb<br>                      1920x1080 24 fps mkv<br>                      720x480 24fps mov<br><br>Regards,<br>
Scott<br>