summaryrefslogtreecommitdiff
path: root/va/va.c
Commit message (Expand)AuthorAgeFilesLines
* Fix returning of old info callbackMark Thompson2017-10-111-1/+1
* Make logging callbacks library-safeMark Thompson2017-09-271-56/+85
* Move VADisplay allocation to common codeMark Thompson2017-09-271-0/+12
* Move some common macro definitions to the new internal headerMark Thompson2017-09-271-3/+0
* libva 2.0.0.pre1 for developmentXiang, Haihao2017-09-271-8/+0
* Add va_MessagingInit().Giuseppe2017-06-121-0/+20
* Fix small typos.Giuseppe2017-06-121-6/+6
* android: simplify Android loggingChih-Wei Huang2017-04-261-6/+12
* config: Add va_messaging flagSean V Kelley2017-02-061-0/+4
* va: Keep compatibility with the backend driver built against 0.39.xXiang, Haihao2017-01-291-0/+1
* Add callbacks for error and info messages.Emmanuel Gil Peyrot2016-10-271-0/+53
* Properly terminate parsed environment values with '\0'.Tobias Stoeckmann2016-08-011-2/+6
* add the support of multiple context tracingpeng.chen2016-05-131-2/+14
* Allow loading the backend driver built against VAAPI 0.38Xiang, Haihao2016-03-151-0/+1
* LIBVA_DRIVER_NAME needs to be used if set at allMatthew Waters2015-11-231-2/+1
* Bump VA API to 0.38Xiang, Haihao2015-05-221-0/+1
* Add one API to allow the user to specify the loaded backend driverZhao Yakui2015-05-221-3/+88
* libva 1.5.0.pre1 for developmentXiang, Haihao2014-12-291-0/+1
* Bump VA API to 0.361.4.0.pre1Xiang, Haihao2014-09-091-0/+1
* vatrace: fix a overwriteAustin Yuan2014-09-091-1/+1
* vafool: simplify VAFOOLAustin Yuan2014-09-091-23/+11
* vatrace: make LIBVA_TRACE_SURFACE work even without LIBVA_TRACEAustin Yuan2014-09-091-4/+4
* vatrace: make standalone LIBVA_TRACE_CODEDBUF work w/o LIBVA_TRACEAustin Yuan2014-09-091-1/+1
* API: add support for buffer exports.Gwenole Beauchesne2014-09-071-0/+28
* va: release VADisplayContext at the end of vaTerminate()Xiang, Haihao2014-06-261-3/+3
* va: keep compatibility with the backend driver built against 0.34.xXiang, Haihao2014-03-181-0/+1
* vatrace: trace vaQuerySurfaceAttributesAustin Yuan2014-03-171-13/+21
* Fix possible memory leakXiang, Haihao2013-06-191-0/+1
* va.c: need to check the symbol before calling itAustin Yuan2013-06-191-1/+1
* va: fix vaErrorStr() to support new error codes.Gwenole Beauchesne2013-06-191-0/+6
* vatrace: trace coded buffer create/destroyAustin Yuan2013-06-191-2/+12
* LIBVA_DRIVER_NAME still needs va_getDriverName to open DRM deviceFei Jiang2013-06-191-6/+12
* va_trace: refine the log formatElaine Wang2013-06-191-3/+3
* va_parseConfig: still need to check env_valueAustin Yuan2013-06-191-1/+2
* va_trace_surface: dumpe surface content after vaEndPicture callAustin Yuan2013-06-191-8/+5
* klockwork: Fix libva klocwork scaning issuesElaine Wang2013-06-191-4/+9
* Add default implementation for vaQuerySurfaceAttributes().Gwenole Beauchesne2013-06-051-1/+138
* API: add vaQuerySurfaceAttributes().Gwenole Beauchesne2013-06-051-5/+5
* va_TraceCreateSurface->va_TraceCreateSurfaces: correct name changeAustin Yuan2013-06-051-2/+3
* API: add surface attributes.Gwenole Beauchesne2013-06-051-15/+54
* API: bump version to 0.34.0 (libva 1.2.0).Gwenole Beauchesne2013-05-281-0/+1
* vpp: add video processing hooks.Gwenole Beauchesne2013-05-281-0/+89
* android: use Android logging utilities.Daniel Charles2012-09-281-4/+34
* drm: fix build without X11 headers.Dmitry Ermilov2012-09-261-13/+9
* Allow 0.32.x drivers.Gwenole Beauchesne2012-04-031-4/+24
* Remove dependency on X11/Xlib.hXiang, Haihao2012-01-101-0/+3
* 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