summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix vainfo to build out of the source dirGwenole Beauchesne2010-06-041-3/+2
* | | Merge branch 'fdva-master'Austin Yuan2010-06-024-13/+13
|\ \ \ | |/ /
| * | Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the defa...Gwenole Beauchesne2010-06-021-4/+0
| * | Fix libva-x11 dependencies. Ensure this grabs libva so that people don't have...Gwenole Beauchesne2010-06-021-0/+1
| * | Fix vainfo dependencies (Konstantin Pavlov).Gwenole Beauchesne2010-06-021-2/+2
| * | Don't dump VA surface pixels if driver doesn't return VA surface buffer.Gwenole Beauchesne2010-06-021-2/+3
| * | Fix VA tracer to correctly dump array of bytes.Gwenole Beauchesne2010-06-021-4/+4
| * | Call va_TraceEndPicture() after the actual vaEndPicture(). i.e. let the drive...Gwenole Beauchesne2010-06-021-1/+3
* | | Merge branch 'fdva-master'Austin Yuan2010-06-028-22/+15
|\ \ \ | |/ /
| * | 1) clean up Android header file to make it work in C file (from zhaohan.ren a...Austin Yuan2010-06-024-66/+87
| * | Fix make dist.Gwenole Beauchesne2010-06-021-0/+1
| * | Fix TPI lib dependencies.Gwenole Beauchesne2010-06-021-0/+1
| * | Drop superfluous versions.Gwenole Beauchesne2010-06-021-4/+0
| * | Fix out-of-source builds.Gwenole Beauchesne2010-06-025-6/+6
* | | remove g++ from Android.mk, move declaration of vaGetDisplay out of '#ifdef _...Ren Zhaohan2010-05-272-8/+14
* | | libva-tpi.so, the same as MeegoRen Zhaohan2010-05-271-2/+2
* | | libva_android_tpi => libva_tpiRen Zhaohan2010-05-271-2/+2
* | | libva + libva_android + libva_android_tpiRen Zhaohan2010-05-271-29/+49
* | | update va_android.h to make sure it could be safely include in a C or C++ file20100526_5.3.0.0009Ren Zhaohan2010-05-261-11/+5
* | | Copy va_version.h to standard include headers folderRen Zhaohan2010-05-261-0/+1
* | | Reorganize to bring the library build information togetherSteve Aarnio2010-05-251-15/+12
* | | Fix build error when use -j40 option with make.Elaine Wang2010-05-251-0/+4
* | | Update Android.mk for compile issueRen Zhaohan2010-05-251-3/+7
|/ /
* | mv va_android.c -> va_dummy.cAustin Yuan2010-05-212-1/+1
* | Added intra_idr_period for H264 encodeAustin Yuan2010-05-201-0/+1
* | remove vaDisplayIsValid from libva-glxAustin Yuan2010-05-201-9/+0
* | Pass down ISurface instead of SurfaceRen Zhaohan2010-05-182-3/+3
* | remove vaDisplayIsValid by linking libva_android.soRen Zhaohan2010-05-132-6/+1
* | increate versionAustin Yuan2010-05-131-1/+1
* | Fix build issueAustin Yuan2010-05-125-39/+56
* | Add OpenGL extensions (v3) and generic implementation with TFP and FBO.Gwenole Beauchesne2010-05-137-0/+1569
* | Add OpenGL extensions (v3) and generic implementation with TFP and FBO.Gwenole Beauchesne2010-05-135-1/+45
* | remove Drawable paramater of vaPutSurfaceBufRen Zhaohan2010-05-123-13/+8
* | Add copy va_tpi.h in Android.mkRen Zhaohan2010-05-122-0/+9
* | Add local vaDisplayIsValidRen Zhaohan2010-05-111-0/+6
* | Merge branch 'test' into libva-1.1Ren Zhaohan2010-05-114-5/+106
|\ \
| * | Add vaPutSurfaceBuf to va_backend_tpi.h and va_tpi.c[h], update Android.mk fo...Ren Zhaohan2010-05-114-5/+106
* | | global vaDisplayIsValidPO-ww20.2-videoPO-ww20.1-videoAustin Yuan2010-05-113-12/+1
|/ /
* | Seperate 3rd party API (e.g. vaCreateSurfaceFromXXX) into a libva-tpi.soAustin Yuan2010-05-0811-429/+277
* | Remove and redifine some Xlib Macros, use void* instead of Surface* for VASta...Ren Zhaohan2010-05-076-26/+14
* | move va_android.c => va_android.cpp, use sp<Surface> instead of void*.Ren Zhaohan2010-05-064-7/+335
* | restore old va_DisplayContextGetDriverNameRen Zhaohan2010-05-063-25/+36
* | use Surface* instead of void*Ren Zhaohan2010-05-061-1/+4
* | add new va_DisplayContextGetDriverName, remove 'x11/XX' include folder namePO-ww19.3-newRen Zhaohan2010-05-054-25/+57
* | remove udevRen Zhaohan2010-05-044-29/+40
* | android and dummy backendAustin Yuan2010-04-294-23/+36
* | Merge branch 'va_backend' into POAustin Yuan2010-04-299-85/+84
|\ \
| * | libva backendRen Zhaohan2010-04-277-20/+105
* | | Added VACodedBufferSegmentAustin Yuan2010-04-271-0/+14
* | | saveAustin Yuan2010-04-175-6/+15