Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-09 | mv va_egl.h ./egl | Austin Yuan | 1 | -27/+0 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2011-02-09 | mv va_backend_egl.h eg/ | Austin Yuan | 1 | -40/+0 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2011-02-09 | Remove obsolete files | Austin Yuan | 1 | -18784/+0 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2011-02-09 | Merge with fd.o libva | Austin Yuan | 11 | -78/+266 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2011-02-09 | Fix build issue | Austin Yuan | 1 | -1/+5 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2011-02-08 | 1) cleanup for VA_FOOL | Austin Yuan | 11 | -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-09 | Make VADriverContext.vtable a pointer. | Gwenole Beauchesne | 4 | -54/+80 | |
2011-02-09 | Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name. | Gwenole Beauchesne | 1 | -4/+2 | |
2011-01-30 | Move va/va_egl.c->va/egl/va_egl.c | Jason Hu | 2 | -1/+1 | |
2011-01-28 | Create VADriverVTableEGL for va-egl function table. | Jason Hu | 5 | -10/+54 | |
2011-01-27 | Update VAAPI to 0.32 | Xiang, Haihao | 1 | -3/+3 | |
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> | |||||
2011-01-26 | Add profile into VAPictureParameterBufferVC1 | Xiang, Haihao | 1 | -0/+1 | |
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> | |||||
2011-01-26 | Fix build issue | Austin Yuan | 1 | -3/+3 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2011-01-25 | Merge branch 'umg-stable' into mbl-master | Austin Yuan | 1 | -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-24 | Add va-egl API to support medfield texstreaming. | Jason Hu | 4 | -2/+82 | |
2011-01-21 | modify the problem of mallocing a VACodedBufferSegment every time | jiguoliang | 1 | -10/+16 | |
2011-01-21 | add the VACodedBufferSegment data structure for the get_frame function | jiguoliang | 1 | -4/+14 | |
2011-01-20 | Add flag to indicate subpicture coordinates are screen relative | Howard S. Hamilton | 1 | -5/+10 | |
Signed-off-by: Howard S. Hamilton <howard.s.hamilton@intel.com> | |||||
2011-01-20 | complete the get frame function | jiguoliang | 1 | -11/+15 | |
2011-01-14 | Fix build issue in Android | Austin Yuan | 1 | -1/+1 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2011-01-14 | Added va_fool_getframe.c into the build | Austin Yuan | 1 | -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.h | Austin Yuan | 15 | -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-14 | Fix the build issue for Android | Austin Yuan | 2 | -1/+9 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2011-01-14 | Merge from local for 0035 release | Austin Yuan | 17 | -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-10 | Delete the hard coded clip va_fool_264.h20110104_5.3.0.0035 | Austin Yuan | 5 | -18808/+22 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2011-01-10 | refine VA_FOOL | Austin Yuan | 4 | -213/+263 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2011-01-11 | Merge branch 'master' into jgl | Austin Yuan | 1 | -0/+25 | |
2011-01-07 | modify the va_getframe according to austin`s requirement | jiguoliang | 5 | -308/+313 | |
2011-01-07 | Add prototype of vaCreateSurfacesForUserPtr for mfld share buffer | Austin Yuan | 1 | -0/+25 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2011-01-04 | add the fool get frame function | jiguoliang | 4 | -3/+205 | |
2011-01-04 | fix some coding stype issue.ww02.2_android | Fei Jiang | 4 | -11/+11 | |
2010-12-30 | Fix klocwork critical issues. Use strnlen and snprintf instead of strlen and ↵ | Elaine Wang | 1 | -4/+11 | |
sprintf. Signed-off-by: Elaine Wang <elaine.wang@intel.com> | |||||
2010-12-28 | Trace for encode new add-ins | Austin Yuan | 1 | -0/+3 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2010-12-28 | add long term reference picture interface | Binglin Chen | 1 | -0/+5 | |
2010-12-25 | Trace for vaQuerySurfacestatus/vaQuerySrufaceError | Austin Yuan | 6 | -8/+150 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2010-12-25 | Add vaQuerySurfaceError to return decode mb error to middleware. | Fei Jiang | 4 | -19/+63 | |
Fix compile error. | |||||
2010-12-25 | Add h264 constrained baseline profile support. | Fei Jiang | 2 | -1/+3 | |
2010-12-22 | Merge branch 'fdo-master' | Austin Yuan | 7 | -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-21 | Fix the build issue on Android | Austin Yuan | 1 | -12/+16 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2010-12-21 | Remove config.h va/va_version.h (from Gwenole) | Austin Yuan | 1 | -87/+0 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2010-12-21 | Add sysdeps.h for system-dependent definitions. e.g. Android. | Gwenole Beauchesne | 6 | -11/+49 | |
2010-12-21 | Android: try to auto generate <va/version.h> | Gwenole Beauchesne | 1 | -1/+10 | |
2010-12-08 | Fix a typo20101208_5.3.0.0032 | Austin Yuan | 1 | -1/+1 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2010-11-26 | Detect surface change can be done in driver, make the va interface clean. | Fei Jiang | 1 | -3/+0 | |
2010-11-25 | Support cisco's feature: change isurface in the process of video clip playback.ww48.4_android | Fei Jiang | 1 | -0/+3 | |
2010-11-24 | trace vaCreateContex/Surface/Config after the call | Austin Yuan | 1 | -8/+19 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2010-11-15 | fix some typo for VA trace20101117_5.3.0.0031 | Austin Yuan | 1 | -4/+4 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2010-11-14 | remove duplicated vaTraceVABuffers since we dump the data structure directly | Austin Yuan | 1 | -11/+0 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2010-11-15 | Merge with libva TAG 20101110_5.3.0.0030 | Austin Yuan | 1 | -36/+146 | |
Conflicts: va/va_trace.c Change-Id: I50b7b18c75392db96bf19994045fadc180713786 Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
2010-11-08 | clean up for coding stype20101110_5.3.0.0030 | Austin Yuan | 1 | -146/+134 | |
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> |