Hi, everyone!
I'm trying to use CedarX to accelerate video plackback. Therefore I compiled VLC with cedar support enabled following these instructions
http://linux-sunxi.org/VLCYou can download my packages and my PKGBUILDs on
https://www.dropbox.com/sh/wbycgdxowe41es3/CBgBiQQCe8. You want to make sure that you either use my PKGBUILD for mali-libs if you want to compile the PKGBUILDs your self, or you could also extract the egl.pc and copy it to /usr/lib/pkgconfig to get VLC compiled against the AUR version of mali-libs.
If you start vlc with:
$this->bbcode_second_pass_code('', 'cvlc --demux ffmpeg --codec cedar --vout cedarfb --aout alsa --no-osd /path/to/my/video/file.mkv')
it seems to start accelerated playback. The only problem is, that on my CubieBoard I cannot see the video output. Note: Make sure you use "--vout cedarfb" if you use "--codec cedar", otherwise you system will freeze. Also you need access to /dev/dips and to /dev/cedar_dev for vlc to work.
If someone finds out how to actually make the video output visible, I would be glad if you tell me how.
Regards,
Maribu