summaryrefslogtreecommitdiff
path: root/va
AgeCommit message (Collapse)AuthorFilesLines
2011-02-09mv va_egl.h ./eglAustin Yuan1-27/+0
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-02-09mv va_backend_egl.h eg/Austin Yuan1-40/+0
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-02-09Remove obsolete filesAustin Yuan1-18784/+0
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-02-09Merge with fd.o libvaAustin Yuan11-78/+266
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-02-09Fix build issueAustin Yuan1-1/+5
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-02-08 1) cleanup for VA_FOOLAustin Yuan11-32/+274
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>
2011-02-09Make VADriverContext.vtable a pointer.Gwenole Beauchesne4-54/+80
2011-02-09Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name.Gwenole Beauchesne1-4/+2
2011-01-30Move va/va_egl.c->va/egl/va_egl.cJason Hu2-1/+1
2011-01-28Create VADriverVTableEGL for va-egl function table.Jason Hu5-10/+54
2011-01-27Update VAAPI to 0.32Xiang, Haihao1-3/+3
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2011-01-26Add profile into VAPictureParameterBufferVC1Xiang, Haihao1-0/+1
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2011-01-26Fix build issueAustin Yuan1-3/+3
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-01-25Merge branch 'umg-stable' into mbl-masterAustin Yuan1-0/+18784
Conflicts: Makefile.am configure.ac i965_drv_video/i965_render.c i965_drv_video/shaders/post_processing/Makefile.am libva.spec va/Android.mk va/va_fool.c va/va_fool.h va/va_fool_getframe.c Change-Id: I3c0184542cfd455a240707716b7984db6d225e4b Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-01-24Add va-egl API to support medfield texstreaming.Jason Hu4-2/+82
2011-01-21modify the problem of mallocing a VACodedBufferSegment every timejiguoliang1-10/+16
2011-01-21add the VACodedBufferSegment data structure for the get_frame functionjiguoliang1-4/+14
2011-01-20Add flag to indicate subpicture coordinates are screen relativeHoward S. Hamilton1-5/+10
Signed-off-by: Howard S. Hamilton <howard.s.hamilton@intel.com>
2011-01-20complete the get frame functionjiguoliang1-11/+15
2011-01-14Fix build issue in AndroidAustin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-01-14Added va_fool_getframe.c into the buildAustin Yuan1-0/+1
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-01-14 Refine VA_FOOL, and delete the hard coded clip va_fool_264.hAustin Yuan15-19074/+984
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>
2011-01-14Fix the build issue for AndroidAustin Yuan2-1/+9
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-01-14Merge from local for 0035 releaseAustin Yuan17-244/+778
3 days Delete the hard coded clip va_fool_264.hmaster Austin Yuan 3 days refine VA_FOOL Austin Yuan 3 days Merge branch 'master' into jgljgl Austin Yuan 3 days inclue test/vainfo/* intot he buildstrongzhy Austin Yuan 3 days Merge branch 'master' into strongzhy Austin Yuan 7 days modify the va_getframe according to austin`s requirement jiguoliang 7 days Add prototype of vaCreateSurfacesForUserPtr for mfld share buffer Austin Yuan 10 days add the fool get frame function jiguoliang 10 days fix some coding stype issue.ww02.2_android20110104_5.3.0.0035 Fei Jiang Conflicts: Android.mk configure.ac i965_drv_video/Makefile.am i965_drv_video/i965_defines.h i965_drv_video/i965_drv_video.c i965_drv_video/i965_structs.h libva.spec test/Android.mk va/Makefile.am va/va.c va/va.h va/va_fool.c va/va_fool.h va/va_trace.c va/va_trace.h Change-Id: I944cb5211f5f678c1a1349ef82fa260fa2fc97b6 Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-01-10Delete the hard coded clip va_fool_264.h20110104_5.3.0.0035Austin Yuan5-18808/+22
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-01-10refine VA_FOOLAustin Yuan4-213/+263
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-01-11Merge branch 'master' into jglAustin Yuan1-0/+25
2011-01-07modify the va_getframe according to austin`s requirementjiguoliang5-308/+313
2011-01-07Add prototype of vaCreateSurfacesForUserPtr for mfld share bufferAustin Yuan1-0/+25
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2011-01-04add the fool get frame functionjiguoliang4-3/+205
2011-01-04fix some coding stype issue.ww02.2_androidFei Jiang4-11/+11
2010-12-30Fix klocwork critical issues. Use strnlen and snprintf instead of strlen and ↵Elaine Wang1-4/+11
sprintf. Signed-off-by: Elaine Wang <elaine.wang@intel.com>
2010-12-28Trace for encode new add-insAustin Yuan1-0/+3
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-12-28add long term reference picture interfaceBinglin Chen1-0/+5
2010-12-25Trace for vaQuerySurfacestatus/vaQuerySrufaceErrorAustin Yuan6-8/+150
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-12-25Add vaQuerySurfaceError to return decode mb error to middleware.Fei Jiang4-19/+63
Fix compile error.
2010-12-25Add h264 constrained baseline profile support.Fei Jiang2-1/+3
2010-12-22Merge branch 'fdo-master'Austin Yuan7-18/+69
Conflicts: Android.mk libva.spec va/Android.mk va/va.c va/va.h va/va_trace.c Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-12-21Fix the build issue on AndroidAustin Yuan1-12/+16
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-12-21Remove config.h va/va_version.h (from Gwenole)Austin Yuan1-87/+0
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-12-21Add sysdeps.h for system-dependent definitions. e.g. Android.Gwenole Beauchesne6-11/+49
2010-12-21Android: try to auto generate <va/version.h>Gwenole Beauchesne1-1/+10
2010-12-08Fix a typo20101208_5.3.0.0032Austin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-11-26Detect surface change can be done in driver, make the va interface clean.Fei Jiang1-3/+0
2010-11-25Support cisco's feature: change isurface in the process of video clip playback.ww48.4_androidFei Jiang1-0/+3
2010-11-24trace vaCreateContex/Surface/Config after the callAustin Yuan1-8/+19
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-11-15fix some typo for VA trace20101117_5.3.0.0031Austin Yuan1-4/+4
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-11-14remove duplicated vaTraceVABuffers since we dump the data structure directlyAustin Yuan1-11/+0
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-11-15Merge with libva TAG 20101110_5.3.0.0030Austin Yuan1-36/+146
Conflicts: va/va_trace.c Change-Id: I50b7b18c75392db96bf19994045fadc180713786 Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-11-08clean up for coding stype20101110_5.3.0.0030Austin Yuan1-146/+134
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>