diff options
author | Austin Yuan <shengquan.yuan@gmail.com> | 2011-01-14 16:22:47 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@gmail.com> | 2011-01-14 16:22:47 +0800 |
commit | b7849f39151a5efda5ae103486b8d00dbe6b2ff2 (patch) | |
tree | c32005d2c7e9435b15eab2638846128090e95931 /va/va_fool.h | |
parent | aa7a8a0b05d25f9daedaa3c1e7dd5fa360dd28cd (diff) | |
download | libva-b7849f39151a5efda5ae103486b8d00dbe6b2ff2.tar.gz |
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>
Diffstat (limited to 'va/va_fool.h')
-rw-r--r-- | va/va_fool.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/va/va_fool.h b/va/va_fool.h index a3d0a92..ba11b50 100644 --- a/va/va_fool.h +++ b/va/va_fool.h @@ -26,12 +26,18 @@ #ifndef VA_FOOL_H #define VA_FOOL_H +#include <stdio.h> + void va_FoolInit(VADisplay dpy); int va_FoolEnd(VADisplay dpy); +int va_FoolGetFrame(FILE *input_fp, char *frame_buf); + int va_FoolCodedBuf(VADisplay dpy); + + int va_FoolCreateConfig( VADisplay dpy, VAProfile profile, |