summaryrefslogtreecommitdiff
path: root/libva.spec
Commit message (Collapse)AuthorAgeFilesLines
* 1. add interface VARenderDevice for output the video into an external ↵Austin Yuan2011-04-011-0/+4
| | | | | | | | | | | | device when the WM is not aware of it 2. add interface VARenderMode for APP to swith between overlay and GPU post-processing 3. add VADisplayAttribOverlayColorKey/VADisplayAttribOverlayAutoPaintColorKey which is simliar to Xv for overlay post-processing 4. fix the build issue on Android 2.3 Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> Signed-off-by: Jason Hu <jason.hu@intel.com> Signed-off-by: Zhaohan Ren <zhaohan.ren@intel.com>
* bump library version to 1.0.11libva-1.0.11Xiang, Haihao2011-03-281-1/+1
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Correct USE_EGL check and bump to libva 1.0.10libva-1.0.10Austin Yuan2011-02-091-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* Remove suffix of libva.spec from the version stringAustin Yuan2011-02-091-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* Bump to libva 1.0.9Austin Yuan2011-02-091-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* Fix build issueAustin Yuan2011-02-091-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* 1) cleanup for VA_FOOLAustin Yuan2011-02-081-20/+31
| | | | | | | | | | 2) initial EGL support 3) libva.spec update for RPM build Signed-off-by: Guoliang Ji <guoliangx.ji@intel.com> Signed-off-by: Jason Hu <jason.hu@intel.com> Signed-off-by: Stephen Ware <stephen.e.ware@intel.com> Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* Refine VA_FOOL, and delete the hard coded clip va_fool_264.hAustin Yuan2011-01-141-43/+10
| | | | | | | | | | | | | | Move test/vainfo into test/vainfo/* Add prototype of vaCreateSurfacesForUserPtr for V4L2 user pointer support Fix klocwork critical issues. Use strnlen and snprintf instead of strlen and sprintf. New interface vaQuerySrufaceError for decode error report and concealment Encode data structure change (long term reference picture interface) Add h264 constrained baseline profile support. Signed-off-by: Elaine Wang <elaine.wang@intel.com> Signed-off-by: Bignlin Chen <binglin.chen.wang@intel.com> Signed-off-by: Yan Zhuang <yanx.zhunag@intel.com> Signed-off-by: Guoliang Ji <guoliangx.ji@intel.com>
* Added the missing fileslibva-1.0.6Austin Yuan2010-10-281-0/+169