summaryrefslogtreecommitdiff
path: root/va/android
AgeCommit message (Expand)AuthorFilesLines
2012-09-28Drop VA/dummy backend.Gwenole Beauchesne2-11/+2
2012-09-28android: use common DRM driver detection code.Haitao Huang3-282/+23
2012-09-26API: backend: add VA display types.Gwenole Beauchesne1-0/+1
2012-09-26API: backend: rename VADriverContext.dri_state to drm_state.Gwenole Beauchesne1-5/+5
2012-09-26API: introduce DRM common utilities and data structures.Benjamin Franzke1-7/+7
2011-10-20test: fix build warnings on AndroidAustin Yuan1-1/+1
2011-09-22vatrace/vafool: refine itAustin Yuan1-8/+5
2011-06-16va-android: same as X11, also always create a new VA display on androidAustin Yuan1-40/+13
2011-05-30libva: several changesAustin Yuan2-18/+23
2011-04-01 1. add interface VARenderDevice for output the video into an external dev...Austin Yuan2-3/+3
2010-10-28libva-1.0.6Austin Yuan1-1/+36
2010-06-04Follow up the change of "LIBVA_DRIVER_NAME", remove it from va_android.cppAustin Yuan1-108/+90
2010-05-21mv va_android.c -> va_dummy.cAustin Yuan2-1/+1
2010-05-18Pass down ISurface instead of SurfaceRen Zhaohan1-1/+1
2010-05-11Add local vaDisplayIsValidRen Zhaohan1-0/+6
2010-05-11global vaDisplayIsValidPO-ww20.2-videoPO-ww20.1-videoAustin Yuan1-5/+0
2010-05-08Seperate 3rd party API (e.g. vaCreateSurfaceFromXXX) into a libva-tpi.soAustin Yuan2-319/+2
2010-05-07Remove and redifine some Xlib Macros, use void* instead of Surface* for VASta...Ren Zhaohan1-4/+3
2010-05-06move va_android.c => va_android.cpp, use sp<Surface> instead of void*.Ren Zhaohan1-0/+318
2010-05-06restore old va_DisplayContextGetDriverNameRen Zhaohan1-18/+35
2010-05-05add new va_DisplayContextGetDriverName, remove 'x11/XX' include folder namePO-ww19.3-newRen Zhaohan1-3/+50
2010-05-04remove udevRen Zhaohan1-23/+35
2010-04-29android and dummy backendAustin Yuan4-23/+36
2010-04-29Merge branch 'va_backend' into POAustin Yuan3-51/+42
2010-04-27libva backendRen Zhaohan1-7/+60
2010-04-17saveAustin Yuan2-4/+11
2010-04-16saveAustin Yuan3-0/+198
2010-04-16saveAustin Yuan1-6/+32
2010-04-08Add vaPutSurfaceBuf for AndroidIMG_Drop_20100507_MDFLD20100517_5.3.0.000820100512_5.3.0.000720100510_5.3.0.0006_mdfld_eng_120100505_5.3.0.000520100428_5.3.0.000420100421_5.3.0.000320100414_5.3.0.0002Ren Zhaohan1-0/+28
2010-04-07remove the unmature MIOAustin Yuan2-1427/+0
2010-04-01Add Android.mk, pass compileRen Zhaohan1-32/+11
2010-04-01Update va_DisplayContextIsValid, driver name and included filesRen Zhaohan1-5/+13
2010-04-01Added MIO example based on vaPutSurfaceAustin Yuan2-0/+1427
2010-03-31move vaPutSurface(dpy, Surface *draw, XXX) into android/va_android.cAustin Yuan1-0/+38
2010-03-31Initial android backendAustin Yuan1-0/+163