summaryrefslogtreecommitdiff
path: root/va/va.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-18PROJECT HAS MOVEDHEADmasterSean V Kelley1-1877/+0
2017-01-23va: Keep compatibility with the backend driver built against 0.39.xXiang, Haihao1-0/+1
2016-10-27Add callbacks for error and info messages.Emmanuel Gil Peyrot1-0/+53
2016-08-01Properly terminate parsed environment values with '\0'.Tobias Stoeckmann1-2/+6
2016-05-13add the support of multiple context tracingpeng.chen1-2/+14
2016-03-15Allow loading the backend driver built against VAAPI 0.38Xiang, Haihao1-0/+1
2015-11-23LIBVA_DRIVER_NAME needs to be used if set at allMatthew Waters1-2/+1
2015-05-22Bump VA API to 0.38Xiang, Haihao1-0/+1
2015-05-22Add one API to allow the user to specify the loaded backend driverZhao Yakui1-3/+88
2014-12-29libva 1.5.0.pre1 for developmentXiang, Haihao1-0/+1
2014-09-09Bump VA API to 0.361.4.0.pre1Xiang, Haihao1-0/+1
2014-09-09vatrace: fix a overwriteAustin Yuan1-1/+1
2014-09-09vafool: simplify VAFOOLAustin Yuan1-23/+11
2014-09-09vatrace: make LIBVA_TRACE_SURFACE work even without LIBVA_TRACEAustin Yuan1-4/+4
2014-09-09vatrace: make standalone LIBVA_TRACE_CODEDBUF work w/o LIBVA_TRACEAustin Yuan1-1/+1
2014-09-07API: add support for buffer exports.Gwenole Beauchesne1-0/+28
2014-06-26va: release VADisplayContext at the end of vaTerminate()Xiang, Haihao1-3/+3
2014-03-18va: keep compatibility with the backend driver built against 0.34.xXiang, Haihao1-0/+1
2014-03-17vatrace: trace vaQuerySurfaceAttributesAustin Yuan1-13/+21
2013-06-19Fix possible memory leakXiang, Haihao1-0/+1
2013-06-19va.c: need to check the symbol before calling itAustin Yuan1-1/+1
2013-06-19va: fix vaErrorStr() to support new error codes.Gwenole Beauchesne1-0/+6
2013-06-19vatrace: trace coded buffer create/destroyAustin Yuan1-2/+12
2013-06-19LIBVA_DRIVER_NAME still needs va_getDriverName to open DRM deviceFei Jiang1-6/+12
2013-06-19va_trace: refine the log formatElaine Wang1-3/+3
2013-06-19va_parseConfig: still need to check env_valueAustin Yuan1-1/+2
2013-06-19va_trace_surface: dumpe surface content after vaEndPicture callAustin Yuan1-8/+5
2013-06-19klockwork: Fix libva klocwork scaning issuesElaine Wang1-4/+9
2013-06-05Add default implementation for vaQuerySurfaceAttributes().Gwenole Beauchesne1-1/+138
2013-06-05API: add vaQuerySurfaceAttributes().Gwenole Beauchesne1-5/+5
2013-06-05va_TraceCreateSurface->va_TraceCreateSurfaces: correct name changeAustin Yuan1-2/+3
2013-06-05API: add surface attributes.Gwenole Beauchesne1-15/+54
2013-05-28API: bump version to 0.34.0 (libva 1.2.0).Gwenole Beauchesne1-0/+1
2013-05-28vpp: add video processing hooks.Gwenole Beauchesne1-0/+89
2012-09-28android: use Android logging utilities.Daniel Charles1-4/+34
2012-09-26drm: fix build without X11 headers.Dmitry Ermilov1-13/+9
2012-04-03Allow 0.32.x drivers.Gwenole Beauchesne1-4/+24
2012-01-10Remove dependency on X11/Xlib.hXiang, Haihao1-0/+3
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