OSDN Git Service

Refine VA_FOOL, and delete the hard coded clip va_fool_264.h
authorAustin Yuan <shengquan.yuan@gmail.com>
Fri, 14 Jan 2011 08:22:47 +0000 (16:22 +0800)
committerAustin Yuan <shengquan.yuan@gmail.com>
Fri, 14 Jan 2011 08:22:47 +0000 (16:22 +0800)
commitb7849f39151a5efda5ae103486b8d00dbe6b2ff2
treec32005d2c7e9435b15eab2638846128090e95931
parentaa7a8a0b05d25f9daedaa3c1e7dd5fa360dd28cd
Refine VA_FOOL, and delete the hard coded clip va_fool_264.h
    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>
29 files changed:
Android.mk
config.h [new file with mode: 0644]
configure.ac
libva.spec
test/Android.mk
test/Makefile.am
test/encode/h264encode.c
test/putsurface/Android.mk [new file with mode: 0644]
test/putsurface/loadsurface.h
test/putsurface/putsurface-android.cpp [new file with mode: 0644]
test/putsurface/putsurface.c
test/vainfo/Android.mk [new file with mode: 0644]
test/vainfo/Makefile.am [new file with mode: 0644]
test/vainfo/vainfo.c [moved from test/vainfo.c with 98% similarity]
va/Android.mk [changed mode: 0644->0755]
va/Makefile.am
va/va.c
va/va.h
va/va_backend.h
va/va_backend_tpi.h
va/va_fool.c
va/va_fool.h
va/va_fool_264.h [deleted file]
va/va_fool_getframe.c [new file with mode: 0644]
va/va_tpi.c
va/va_tpi.h
va/va_trace.c
va/va_trace.h
va/va_version.h [new file with mode: 0644]