I have compiled vlc1.0.0 successfully and do some changes in the vlc codes, then "make package-win32-base" to get vlc.exe.
I use vlc to display the rtsp stream. But the use of CPU achieved 25%.
I want to use SIMD assembly language to displace the memory read in vlc. Does vlc support this?
Thanks.