summaryrefslogtreecommitdiff
path: root/va/android
Commit message (Expand)AuthorAgeFilesLines
* fix android build issue and remove some trailing whitespaceCarl Zhang2020-02-101-1/+0
* enable driver candidate select fucntion for DRMCarl Zhang2019-12-251-4/+16
* android: fix typo introduced by 4cc9a74bXu Guangxin2018-01-261-2/+2
* android: remove useless vaPutSurfaceXu Guangxin2018-01-121-60/+0
* Move driver context allocation to common codeMark Thompson2017-11-211-31/+28
* Fix build issue on AndroidXiang, Haihao2017-09-291-1/+1
* Add namespace prefix to globalsMark Thompson2017-09-271-2/+2
* Move VADisplay allocation to common codeMark Thompson2017-09-271-3/+2
* Move some common macro definitions to the new internal headerMark Thompson2017-09-271-3/+0
* android: open renderD128 by defaultXu Guangxin2017-05-091-1/+1
* libva: change to use ANativeWindowLinda Yu2017-04-261-1/+1
* Drop VA/dummy backend.Gwenole Beauchesne2012-09-282-11/+2
* android: use common DRM driver detection code.Haitao Huang2012-09-283-282/+23
* API: backend: add VA display types.Gwenole Beauchesne2012-09-261-0/+1
* API: backend: rename VADriverContext.dri_state to drm_state.Gwenole Beauchesne2012-09-261-5/+5
* API: introduce DRM common utilities and data structures.Benjamin Franzke2012-09-261-7/+7
* test: fix build warnings on AndroidAustin Yuan2011-10-201-1/+1
* vatrace/vafool: refine itAustin Yuan2011-09-221-8/+5
* va-android: same as X11, also always create a new VA display on androidAustin Yuan2011-06-161-40/+13
* libva: several changesAustin Yuan2011-05-302-18/+23
* 1. add interface VARenderDevice for output the video into an external dev...Austin Yuan2011-04-012-3/+3
* libva-1.0.6Austin Yuan2010-10-281-1/+36
* Follow up the change of "LIBVA_DRIVER_NAME", remove it from va_android.cppAustin Yuan2010-06-041-108/+90
* mv va_android.c -> va_dummy.cAustin Yuan2010-05-212-1/+1
* Pass down ISurface instead of SurfaceRen Zhaohan2010-05-181-1/+1
* Add local vaDisplayIsValidRen Zhaohan2010-05-111-0/+6
* global vaDisplayIsValidPO-ww20.2-videoPO-ww20.1-videoAustin Yuan2010-05-111-5/+0
* Seperate 3rd party API (e.g. vaCreateSurfaceFromXXX) into a libva-tpi.soAustin Yuan2010-05-082-319/+2
* Remove and redifine some Xlib Macros, use void* instead of Surface* for VASta...Ren Zhaohan2010-05-071-4/+3
* move va_android.c => va_android.cpp, use sp<Surface> instead of void*.Ren Zhaohan2010-05-061-0/+318
* restore old va_DisplayContextGetDriverNameRen Zhaohan2010-05-061-18/+35
* add new va_DisplayContextGetDriverName, remove 'x11/XX' include folder namePO-ww19.3-newRen Zhaohan2010-05-051-3/+50
* remove udevRen Zhaohan2010-05-041-23/+35
* android and dummy backendAustin Yuan2010-04-294-23/+36
* Merge branch 'va_backend' into POAustin Yuan2010-04-293-51/+42
|\
| * libva backendRen Zhaohan2010-04-271-7/+60
* | saveAustin Yuan2010-04-172-4/+11
* | saveAustin Yuan2010-04-163-0/+198
* | saveAustin Yuan2010-04-161-6/+32
* | Add 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 Zhaohan2010-04-081-0/+28
* | remove the unmature MIOAustin Yuan2010-04-072-1427/+0
* | Update va_DisplayContextIsValid, driver name and included filesRen Zhaohan2010-04-011-5/+13
* | Added MIO example based on vaPutSurfaceAustin Yuan2010-04-012-0/+1427
|/
* Add Android.mk, pass compileRen Zhaohan2010-04-011-32/+11
* move vaPutSurface(dpy, Surface *draw, XXX) into android/va_android.cAustin Yuan2010-03-311-0/+38
* Initial android backendAustin Yuan2010-03-311-0/+163