OSDN Git Service

android: replace utils/Log.h with log/log.h
[android-x86/hardware-intel-common-libva.git] / va / va.c
2018-12-11 Xu Guangxinandroid: replace utils/Log.h with log/log.h
2018-12-03 Mark ThompsonRemove restrictions on vaSetDriverName()
2018-10-22 XinfengZhanglibva 2.4.0 pre1
2018-09-30 XinfengZhanglibva 2.3.0 pre1
2018-06-27 Haihao Xianglibva 2.2.0 pre1
2018-03-08 Haihao XiangMerge branch 'v2.1-branch' into master
2018-03-02 ChenXiaominva: add new VA STATUS ERROR
2018-02-02 Xiang, Haihaolibva 2.1.0.pre1
2018-02-02 Xiang, Haihaolibva 2.1.1.pre1 for development
2018-01-03 Jun Zhaova: add missing error status/error message map.
2018-01-02 XinfengZhangremove max_display_attributes value check.
2017-11-22 Mark ThompsonAdd a new interface for exporting surfaces
2017-11-22 Ping Liuadd support for processing rate
2017-11-22 Carl.Zhangadd 2D buffer support
2017-11-22 Mark ThompsonAdd message callbacks for drivers to use
2017-11-22 Mark ThompsonMove driver context allocation to common code
2017-11-22 Artem ShaporenkoNew VAAPI definition for multi-frame processing applica...
2017-10-13 Mark ThompsonFix returning of old info callback
2017-10-11 Mark ThompsonFix returning of old info callback
2017-09-27 Mark ThompsonMake logging callbacks library-safe
2017-09-27 Mark ThompsonMove VADisplay allocation to common code
2017-09-27 Mark ThompsonMove some common macro definitions to the new internal...
2017-09-27 Xiang, Haihaolibva 2.0.0.pre1 for development
2017-06-12 GiuseppeAdd va_MessagingInit().
2017-06-12 GiuseppeAdd va_MessagingInit().
2017-06-12 GiuseppeFix small typos.
2017-06-12 GiuseppeFix small typos.
2017-06-12 Chih-Wei Huangandroid: simplify Android logging
2017-05-02 Xiang, HaihaoMerge pull request #37 from cwhuang/master
2017-04-26 Chih-Wei Huangandroid: simplify Android logging
2017-02-06 Sean V Kelleyconfig: Add va_messaging flag
2017-01-29 Xiang, Haihaova: Keep compatibility with the backend driver built...
2017-01-09 Xiang, HaihaoMerge branch 'v1.7-branch' into fdo--master
2016-10-27 Emmanuel Gil PeyrotAdd callbacks for error and info messages.
2016-08-22 Tobias StoeckmannProperly terminate parsed environment values with ...
2016-08-01 Tobias StoeckmannProperly terminate parsed environment values with ...
2016-05-13 peng.chenadd the support of multiple context tracing
2016-03-15 Xiang, HaihaoAllow loading the backend driver built against VAAPI...
2015-11-23 Matthew WatersLIBVA_DRIVER_NAME needs to be used if set at all
2015-05-22 Xiang, HaihaoBump VA API to 0.38
2015-05-22 Zhao YakuiAdd one API to allow the user to specify the loaded...
2014-12-29 Xiang, Haihaolibva 1.5.0.pre1 for development
2014-09-08 Xiang, HaihaoBump VA API to 0.36
2014-09-08 Austin Yuanvatrace: fix a overwrite
2014-09-08 Austin Yuanvafool: simplify VAFOOL
2014-09-08 Austin Yuanvatrace: make LIBVA_TRACE_SURFACE work even without...
2014-09-08 Austin Yuanvatrace: make standalone LIBVA_TRACE_CODEDBUF work...
2014-09-07 Gwenole BeauchesneAPI: add support for buffer exports.
2014-06-26 Xiang, Haihaova: release VADisplayContext at the end of vaTerminate()
2014-03-18 Xiang, Haihaova: keep compatibility with the backend driver built...
2014-03-17 Austin Yuanvatrace: trace vaQuerySurfaceAttributes
2013-06-19 Xiang, HaihaoFix possible memory leak
2013-06-19 Austin Yuanva.c: need to check the symbol before calling it
2013-06-19 Gwenole Beauchesneva: fix vaErrorStr() to support new error codes.
2013-06-19 Austin Yuanvatrace: trace coded buffer create/destroy
2013-06-19 Fei JiangLIBVA_DRIVER_NAME still needs va_getDriverName to open...
2013-06-19 Elaine Wangva_trace: refine the log format
2013-06-19 Austin Yuanva_parseConfig: still need to check env_value
2013-06-19 Austin Yuanva_trace_surface: dumpe surface content after vaEndPict...
2013-06-19 Elaine Wangklockwork: Fix libva klocwork scaning issues
2013-06-05 Gwenole BeauchesneAdd default implementation for vaQuerySurfaceAttributes().
2013-06-05 Gwenole BeauchesneAPI: add vaQuerySurfaceAttributes().
2013-06-05 Austin Yuanva_TraceCreateSurface->va_TraceCreateSurfaces: correct...
2013-06-05 Gwenole BeauchesneAPI: add surface attributes.
2013-05-28 Gwenole BeauchesneAPI: bump version to 0.34.0 (libva 1.2.0).
2013-05-28 Gwenole Beauchesnevpp: add video processing hooks.
2012-09-28 Daniel Charlesandroid: use Android logging utilities.
2012-09-26 Dmitry Ermilovdrm: fix build without X11 headers.
2012-04-03 Gwenole BeauchesneAllow 0.32.x drivers.
2012-01-10 Xiang, HaihaoRemove dependency on X11/Xlib.h
2011-10-20 Gwenole Beauchesneva: fix compiler warnings (drop unused variables).
2011-10-20 Gwenole Beauchesnelibva: fix reported version as the one from VA-API.
2011-10-18 Gwenole Beauchesneva: generate __vaDriverInit_*() function name at run...
2011-10-18 Gwenole Beauchesneva: don't explicitly include "config.h"
2011-09-22 Austin Yuanvatrace/vafool: refine it
2011-05-06 Alexander I Osincorrected vaBufferInfo interface
2011-04-01 Austin YuanFix build issue again
2011-04-01 Austin YuanFix build issue
2011-04-01 Austin Yuan 1. add interface VARenderDevice for output the...
2011-02-09 Gwenole BeauchesneMake VADriverContext.vtable a pointer.
2011-02-09 Gwenole BeauchesneBump VA-API version to 0.32.0. Fix __vaDriverInit*...
2011-01-14 Austin Yuan Refine VA_FOOL, and delete the hard coded clip...
2010-12-21 Austin YuanMerge branch 'master' of git+ssh://AustinYuan@git.freed...
2010-12-21 Gwenole BeauchesneAdd sysdeps.h for system-dependent definitions. e.g...
2010-10-27 Austin Yuanlibva-1.0.6
2010-07-26 Gwenole BeauchesneFix VA trace warnings.
2010-07-08 Gwenole BeauchesneFix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT.
2010-06-08 Xiang, HaihaoMerge branch 'i965_h264'
2010-06-04 Gwenole BeauchesneMove LIBVA_DRIVER_NAME check in vaInitialize().
2010-06-02 Gwenole BeauchesneDon't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS...
2010-06-02 Gwenole BeauchesneCall va_TraceEndPicture() after the actual vaEndPicture...
2010-06-02 Gwenole BeauchesneDrop superfluous versions.
2010-05-11 Ren ZhaohanMerge branch 'test' into libva-1.1
2010-05-10 Austin Yuanglobal vaDisplayIsValid
2010-05-07 Austin YuanSeperate 3rd party API (e.g. vaCreateSurfaceFromXXX...
2010-05-07 Ren ZhaohanRemove and redifine some Xlib Macros, use void* instead...
2010-05-04 Ren Zhaohanremove udev
2010-04-28 Austin YuanMerge branch 'va_backend' into PO
2010-04-27 Ren Zhaohanlibva backend
2010-03-31 Austin Yuanmove vaPutSurface(dpy, Surface *draw, XXX) into android...
next