summaryrefslogtreecommitdiff
path: root/va
Commit message (Expand)AuthorAgeFilesLines
* Added STE filter to the VPP pipeline.Jonathan Bian2014-04-251-0/+2
* Add a workaround for a bug in xorg-server/glxRinat Ibragimov2014-04-151-0/+9
* Doxygen tags in libva.Sameer Kibey2014-03-271-95/+94
* va: keep compatibility with the backend driver built against 0.34.xXiang, Haihao2014-03-181-0/+1
* vatrace: fix a missing field of va_TraceMsgAustin Yuan2014-03-171-2/+2
* vatrace: simplify coded buffer traceAustin Yuan2014-03-171-39/+5
* vatrace: Remove VA_TRACE_LOGSIZE because it is uselessAustin Yuan2014-03-171-51/+0
* vatrace: print VASurfaceAttribExternalBufferDescriptorAustin Yuan2014-03-171-7/+38
* Dump max frame size in libva trace.liubolun2014-03-171-0/+8
* Add more VA Buffer print to ease debugwfeng62014-03-171-34/+34
* vatrace: add trace for VP8 decodingZhao Halley2014-03-171-0/+230
* vatrace: fix UV data offset issue of LIBVA_TRACE_SURFACE_GEOMETRYAustin Yuan2014-03-171-1/+1
* vatrace: refine the log formatAustin Yuan2014-03-171-52/+46
* vatrace: Partial dumping of VAProcPipelineParameterBufferXiang, Haihao2014-03-171-0/+230
* vatrace: check the pointer against NULL before using itXiang, Haihao2014-03-171-8/+9
* vatrace: Initialize the local variable 'i'Xiang, Haihao2014-03-171-1/+1
* vatrace: fix compile warnings and refine some formatAustin Yuan2014-03-171-58/+61
* vatrace/vafool: save the context data into display contextAustin Yuan2014-03-174-964/+960
* vatrace: always printf RefPicListAustin Yuan2014-03-171-41/+40
* va_trace: avoid to dereference a NULL pointerXiang, Haihao2014-03-171-1/+2
* vatrace: trace vaQuerySurfaceAttributesAustin Yuan2014-03-173-34/+151
* va: drop VAEntrypointMax enumeration.Gwenole Beauchesne2014-03-031-1/+0
* va: include <stdint.h> header.Gwenole Beauchesne2014-03-031-0/+1
* vp8 dec: add clear notation for qindexZhong Li2014-02-131-0/+1
* vp8 dec: refine va_dec_vp8.hZhao, Halley2014-02-131-7/+17
* libva: change the types of all fields in VABoolCoderContextVPXTianmi Chen2014-02-131-3/+3
* Changes to VASliceParameterBufferVP8 to make it consistent with slice paramet...Jonathan Bian2014-02-131-11/+18
* Added VASliceParameterBufferVP8 to describe data partition related fields.Jonathan Bian2014-02-131-2/+18
* Add VP8 decoding APIJonathan Bian2014-02-133-1/+213
* do not request any GLX_DEPTH_SIZE in create_tfp_surfaceRinat Ibragimov2014-01-161-1/+0
* va: add new ABGR/XBGR fourcc codes.Victor Ying2013-08-271-0/+2
* drm: improve check for authentication.Gwenole Beauchesne2013-07-151-1/+18
* build: fix make dist.Gwenole Beauchesne2013-06-271-0/+1
* Remove the EGL dependency on X11Zhao Yakui2013-06-251-2/+2
* Fix possible memory leakXiang, Haihao2013-06-192-3/+10
* 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
* va_x11: fix klockscan issue (details is bellow)Austin Yuan2013-06-191-1/+3
* vatrace: print target_percentageAustin Yuan2013-06-191-0/+1
* vatrace: trace coded buffer create/destroyAustin Yuan2013-06-193-2/+81
* vatrace: dump unknonw private misc parametersAustin Yuan2013-06-191-1/+2
* vatrace: remove the delimiter of every elements dumpAustin Yuan2013-06-191-6/+0
* vatrace: refine the format of buf data dumpElaine Wang2013-06-191-3/+3
* vatrace: refine VAEncPackedHeaderParameterBufferType formatAustin Yuan2013-06-191-2/+6
* vatrace: print VAEncPackedHeaderParameterBufferTypeAustin Yuan2013-06-191-0/+28
* libva: Add VABuffer dumping for JPEG parametersCheng Yao2013-06-191-5/+140
* vatrace: only print info of valid reference framesAustin Yuan2013-06-191-6/+10
* vatrace: dump flags of VAPictureH264Elaine Wang2013-06-191-15/+21
* LIBVA_DRIVER_NAME still needs va_getDriverName to open DRM deviceFei Jiang2013-06-191-6/+12
* va_trace: refine the log formatElaine Wang2013-06-194-26/+36