summaryrefslogtreecommitdiff
path: root/va/va.c
Commit message (Expand)AuthorAgeFilesLines
* va: fix compiler warnings (drop unused variables).Gwenole Beauchesne2011-10-201-6/+0
* libva: fix reported version as the one from VA-API.Gwenole Beauchesne2011-10-201-1/+1
* va: generate __vaDriverInit_*() function name at run-time.Gwenole Beauchesne2011-10-181-3/+14
* va: don't explicitly include "config.h"Gwenole Beauchesne2011-10-181-1/+0
* vatrace/vafool: refine itAustin Yuan2011-09-221-121/+78
* corrected vaBufferInfo interfaceAlexander I Osin2011-05-061-1/+1
* Fix build issue againAustin Yuan2011-04-011-2/+2
* Fix build issueAustin Yuan2011-04-011-1/+1
* 1. add interface VARenderDevice for output the video into an external dev...Austin Yuan2011-04-011-15/+21
* Make VADriverContext.vtable a pointer.Gwenole Beauchesne2011-02-091-45/+58
* Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name.Gwenole Beauchesne2011-02-091-4/+2
* Refine VA_FOOL, and delete the hard coded clip va_fool_264.hAustin Yuan2011-01-141-26/+101
* Add sysdeps.h for system-dependent definitions. e.g. Android.Gwenole Beauchesne2010-12-211-7/+1
* libva-1.0.6Austin Yuan2010-10-281-11/+124
* Fix VA trace warnings.Gwenole Beauchesne2010-07-261-0/+1
* Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT.Gwenole Beauchesne2010-07-081-0/+2
* Move LIBVA_DRIVER_NAME check in vaInitialize().Gwenole Beauchesne2010-06-041-19/+31
* Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the defa...Gwenole Beauchesne2010-06-021-4/+0
* Call va_TraceEndPicture() after the actual vaEndPicture(). i.e. let the drive...Gwenole Beauchesne2010-06-021-1/+3
* Drop superfluous versions.Gwenole Beauchesne2010-06-021-4/+0
* global vaDisplayIsValidPO-ww20.2-videoPO-ww20.1-videoAustin Yuan2010-05-111-1/+1
* Seperate 3rd party API (e.g. vaCreateSurfaceFromXXX) into a libva-tpi.soAustin Yuan2010-05-081-69/+16
* Remove and redifine some Xlib Macros, use void* instead of Surface* for VASta...Ren Zhaohan2010-05-071-0/+5
* remove udevRen Zhaohan2010-05-041-1/+1
* libva backendRen Zhaohan2010-04-271-1/+9
* move vaPutSurface(dpy, Surface *draw, XXX) into android/va_android.cAustin Yuan2010-03-311-2/+2
* Initial android backendAustin Yuan2010-03-311-26/+0
* merge vatraceAustin Yuan2010-03-301-51/+37
* Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan2010-03-081-0/+1263