summaryrefslogtreecommitdiff
path: root/va/va.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-17vatrace: make LIBVA_TRACE_SURFACE work even without LIBVA_TRACEAustin Yuan1-4/+4
2013-07-23va: release VADisplayContext at the end of vaTerminate()Xiang, Haihao1-3/+3
2013-06-08vatrace: trace JPEG encode parameters and vaQuerySurfaceAttributesAustin Yuan1-13/+21
2013-05-27Add default implementation for vaQuerySurfaceAttributes().Gwenole Beauchesne1-1/+138
2013-05-27API: add vaQuerySurfaceAttributes().Gwenole Beauchesne1-5/+5
2013-05-17vatrace: trace coded buffer create/destroyAustin Yuan1-2/+12
2013-04-16LIBVA_DRIVER_NAME still needs va_getDriverName to open DRM deviceFei Jiang1-6/+12
2013-04-16va_trace: refine the log formatElaine Wang1-3/+3
2013-03-15Fix possible memory leakXiang, Haihao1-0/+1
2012-12-27va_parseConfig: still need to check env_valueAustin Yuan1-1/+2
2012-12-27klockwork: Fix libva klocwork scaning issuesElaine Wang1-4/+9
2012-08-08va_trace_surface: dumpe surface content after vaEndPicture callAustin Yuan1-8/+5
2012-08-08va.c: need to check the symbol before calling itAustin Yuan1-1/+1
2012-08-07android: use Android logging utilities.Daniel Charles1-4/+34
2012-07-27drm: fix build without X11 headers.Dmitry Ermilov1-9/+9
2012-04-03API: bump version to 0.34.0 (libva 1.2.0).Gwenole Beauchesne1-0/+1
2012-02-29va_TraceCreateSurface->va_TraceCreateSurfaces: correct name changeAustin Yuan1-2/+3
2012-02-02va: fix vaErrorStr() to support new error codes.Gwenole Beauchesne1-0/+6
2012-01-02Allow 0.32.x drivers.Gwenole Beauchesne1-4/+24
2012-01-02API: add surface attributes.Gwenole Beauchesne1-15/+54
2012-01-02vpp: add video processing hooks.Gwenole Beauchesne1-0/+89
2011-10-20va: fix compiler warnings (drop unused variables).Gwenole Beauchesne1-6/+0
2011-10-20libva: fix reported version as the one from VA-API.Gwenole Beauchesne1-1/+1
2011-10-18va: generate __vaDriverInit_*() function name at run-time.Gwenole Beauchesne1-3/+14
2011-10-18va: don't explicitly include "config.h"Gwenole Beauchesne1-1/+0
2011-09-22vatrace/vafool: refine itAustin Yuan1-121/+78
2011-05-06corrected vaBufferInfo interfaceAlexander I Osin1-1/+1
2011-04-01Fix build issue againAustin Yuan1-2/+2
2011-04-01Fix build issueAustin Yuan1-1/+1
2011-04-01 1. add interface VARenderDevice for output the video into an external dev...Austin Yuan1-15/+21
2011-02-09Make VADriverContext.vtable a pointer.Gwenole Beauchesne1-45/+58
2011-02-09Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name.Gwenole Beauchesne1-4/+2
2011-01-14 Refine VA_FOOL, and delete the hard coded clip va_fool_264.hAustin Yuan1-26/+101
2010-12-21Add sysdeps.h for system-dependent definitions. e.g. Android.Gwenole Beauchesne1-7/+1
2010-10-28libva-1.0.6Austin Yuan1-11/+124
2010-07-26Fix VA trace warnings.Gwenole Beauchesne1-0/+1
2010-07-08Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT.Gwenole Beauchesne1-0/+2
2010-06-04Move LIBVA_DRIVER_NAME check in vaInitialize().Gwenole Beauchesne1-19/+31
2010-06-02Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the defa...Gwenole Beauchesne1-4/+0
2010-06-02Call va_TraceEndPicture() after the actual vaEndPicture(). i.e. let the drive...Gwenole Beauchesne1-1/+3
2010-06-02Drop superfluous versions.Gwenole Beauchesne1-4/+0
2010-05-11global vaDisplayIsValidAustin Yuan1-1/+1
2010-05-08Seperate 3rd party API (e.g. vaCreateSurfaceFromXXX) into a libva-tpi.soAustin Yuan1-69/+16
2010-05-07Remove and redifine some Xlib Macros, use void* instead of Surface* for VASta...Ren Zhaohan1-0/+5
2010-05-04remove udevRen Zhaohan1-1/+1
2010-04-27libva backendRen Zhaohan1-1/+9
2010-03-31move vaPutSurface(dpy, Surface *draw, XXX) into android/va_android.cAustin Yuan1-2/+2
2010-03-31Initial android backendAustin Yuan1-26/+0
2010-03-30merge vatraceAustin Yuan1-51/+37
2010-03-08Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan1-0/+1263