<div class="gmail_quote">On Thu, Jun 30, 2011 at 10:18 AM, Garret Kelly <span dir="ltr"><<a href="mailto:garret.kelly@gmail.com">garret.kelly@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">> I don't know about mergeml stuff, but there are two things i have in mind :<br>
> - we lack a neon optimized i420->rgb converter (i started to read some docs<br>
> about neon/arm, but didn't have time to try yet).<br>
<br>
</div>That sounds great, I'll give it a go. Is there a set of test files<br>
somewhere that contain the different formats?<br></blockquote><div><br>Take a look here : <a href="http://git.videolan.org/?p=vlc/vlc-android.git;a=tree;f=modules/arm_neon">http://git.videolan.org/?p=vlc/vlc-android.git;a=tree;f=modules/arm_neon</a>;<br>
I wrote i420_rgb.c as a start. it's plain c, not optimized at all and even the algo might be wrong, but it works.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im"><br>
> - find a way to make omxil work on android if it's even possible (since<br>
> omxil = OpenMax IL => hardware decoding)<br>
<br>
</div>This seems like a much bigger and more complicated endeavour, perhaps<br>
a little too large to cut my teeth on.<br></blockquote><div><br></div></div>there's already an omxil module in vlc, it works on maemo, but it crash on android when i tried to enable it, and i have no idea why :p.<br>