summaryrefslogtreecommitdiff
path: root/va/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* android: ignore unimportant compile warnningsXu Guangxin2018-12-101-2/+9
* android: replace utils/Log.h with log/log.hXu Guangxin2018-12-101-1/+1
* Fix build issue on AndroidXiang, Haihao2017-09-291-1/+2
* android: move libva-android to /vendorChih-Wei Huang2017-05-121-0/+1
* android: remove rules of unnecessary librariesChih-Wei Huang2017-05-121-36/+0
* android: change VA_DRIVERS_PATH to /vendorChih-Wei Huang2017-04-261-2/+2
* android: move the libraries to /vendorChih-Wei Huang2017-04-261-0/+1
* Remove the unnecessary exec bitChih-Wei Huang2017-04-261-0/+0
* android: change libva drivers pathChih-Wei Huang2017-04-261-2/+2
* android: enable logging except the user buildChih-Wei Huang2017-04-261-1/+3
* android: simplify Android loggingChih-Wei Huang2017-04-261-12/+0
* android: remove redundant -DANDROIDChih-Wei Huang2017-04-261-5/+3
* android: use LOCAL_EXPORT_C_INCLUDE_DIRS to get include pathsChih-Wei Huang2017-04-261-43/+5
* android: fix the rules to generate va_version.hChih-Wei Huang2017-04-261-5/+7
* Add API for VP9 EncodeWang, Ce2016-05-271-0/+1
* Merge VP9 decode API from staging branchWang, Ce2015-04-021-0/+1
* HEVC encode APIWang, Ce2015-03-191-0/+1
* Added HEVC decode APIWang, Ce2014-12-041-0/+1
* Extended existing JPEG encoding data structures and added configuration attri...Jonathan Bian2014-11-191-0/+1
* Enable 64bit build for Android, compatible with 32bit.Qiming Shi2014-09-091-3/+9
* Added support for VP8 encoding.Jonathan Bian2014-07-181-0/+1
* android: use common DRM driver detection code.Haitao Huang2012-09-281-3/+5
* android: fix tests for Android ICS.Haitao Huang2012-09-281-2/+2
* android: export JPEG decode header.Haitao Huang2012-09-281-1/+2
* android: rename the LOG_TAG per module.Daniel Charles2012-09-281-4/+5
* android: use Android logging utilities.Daniel Charles2012-09-281-0/+12
* android: fix <va/va_version.h> dependenciesGwenole Beauchesne2011-10-181-2/+2
* android: fix generation of <va/va_version.h>Gwenole Beauchesne2011-10-181-8/+5
* vatrace/vafool: refine itAustin Yuan2011-09-221-3/+2
* libva: several changesAustin Yuan2011-05-301-0/+22
* 1. add interface VARenderDevice for output the video into an external dev...Austin Yuan2011-04-011-1/+31
* 1) cleanup for VA_FOOLAustin Yuan2011-02-081-1/+2
* Refine VA_FOOL, and delete the hard coded clip va_fool_264.hAustin Yuan2011-01-141-21/+17
* Fix the build issue on AndroidAustin Yuan2010-12-211-12/+16
* Android: try to auto generate <va/version.h>Gwenole Beauchesne2010-12-211-1/+10
* libva-1.0.6Austin Yuan2010-10-281-0/+1
* Link libva-android with libva for vaDisplayIsValidAustin Yuan2010-06-041-0/+2
* 1) clean up Android header file to make it work in C file (from zhaohan.ren a...Austin Yuan2010-06-021-30/+52
* remove vaDisplayIsValid by linking libva_android.soRen Zhaohan2010-05-131-0/+1
* Add copy va_tpi.h in Android.mkRen Zhaohan2010-05-121-0/+3
* Add vaPutSurfaceBuf to va_backend_tpi.h and va_tpi.c[h], update Android.mk fo...Ren Zhaohan2010-05-111-4/+27
* move va_android.c => va_android.cpp, use sp<Surface> instead of void*.Ren Zhaohan2010-05-061-1/+3
* add new va_DisplayContextGetDriverName, remove 'x11/XX' include folder namePO-ww19.3-newRen Zhaohan2010-05-051-0/+1
* remove udevRen Zhaohan2010-05-041-2/+1
* Merge branch 'va_backend' into POAustin Yuan2010-04-291-5/+11
|\
| * libva backendRen Zhaohan2010-04-271-4/+9
|/
* Add Android.mk, pass compileRen Zhaohan2010-04-011-0/+32