View Single Post
Posts: 51 | Thanked: 63 times | Joined on Jun 2010 @ Klein/Spring, Texas, USA
#27
Originally Posted by hgroove View Post
Are you trying this? Are there any advantage in performance and how install this libraries?
There would be no speed advantage; in fact there would be a major hit to performance as these these libraries are software based. Also, one would have to rewrite all the codecs that used to run on the DSP, but there are already implementations of software based A/V codecs that are optimised for ARM's SIMD media instruction set, namely NEON. The main open source implementation is the ARM port of FFmpeg ( now known as Libav ) .

The libraries I mentioned just make implementing such software codecs easier.

jdb2