tvlabs / edge264

Simple H.264 decoder
BSD 3-Clause "New" or "Revised" License
45 stars 1 forks source link

Does this work for ARM Cortex M7? #11

Open pavankamatha opened 2 weeks ago

pavankamatha commented 2 weeks ago

Amazing timing. I have been searching for a light weight h264 decoder for sometime. Could you please let me know if this will work for Cortex M7. Which Compiler does it support? GCC?

traffaillac commented 1 week ago

Hi, I have plans to adapt it to NEON, so Cortex A series but not M, although it will depend how easy it is to add a new arch with https://github.com/simd-everywhere/simde Works with GCC and Clang. Cheers! Thibault