demo:
https://github.com/jemk/cedrus/tree/master/jpeg-test
//2016-0324更新
https://github.com/linux-sunxi/cedarx-libs
系统要求:
modprobe sunxi_cedar_mod
生成设备节点/dev/cedar_dev
一些其他值得后续参考的链接
// ref2 音视频编解码
https://github.com/allwinner-zh/media-codec
Video and audio decode/encode libraries.
// ref3 国外论坛,使用ref1的程序遇到的问题,
when decoding many jpeg files one by one and quickly, some of them
have flaw.
http://www.cubieforums.com/index.php?topic=2843.0
文中提到https://github.com/patrickhwood/cedrus/tree/pat/jpeg-test
https://github.com/jemk/cedrus/issues/1
// video engine
http://linux-sunxi.org/Category:Video_Engine
//
http://forum.kodi.tv/showthread.php?tid=254202
hardware acceleration on allwinner A10/A20 with vdpau and OpenGLES (zero-copy)
// 中文论坛,连续解的话有个别图片会花掉的问题,和ref3的发帖人是同一个
http://cubie.cc/forum.php?mod=viewthread&tid=3043
//
Linaro 14.04 server 和debian
Warning: this sunxi disp driver will see significant redesign.
Applications using /dev/disp directly will break.
For more information visit: http://linux-sunxi.org/Sunxi_disp_driver
disp: process 1845 (wireless_cedrus) has skipped the version handshake.
运行程序都会出现以上打印,但不影响程序运行