summaryrefslogtreecommitdiff
path: root/va
AgeCommit message (Expand)AuthorFilesLines
2014-06-16Merge H.264 MVC profiles from staging branch.Gwenole Beauchesne1-1/+3
2014-05-05Fix VA_ENC_PACKED_HEADER_RAW_DATA value.Gwenole Beauchesne1-1/+1
2014-04-25Added STE filter to the VPP pipeline.Jonathan Bian1-0/+2
2014-04-15Add a workaround for a bug in xorg-server/glxRinat Ibragimov1-0/+9
2014-03-27Doxygen tags in libva.Sameer Kibey1-95/+94
2014-03-18va: keep compatibility with the backend driver built against 0.34.xXiang, Haihao1-0/+1
2014-03-17vatrace: fix a missing field of va_TraceMsgAustin Yuan1-2/+2
2014-03-17vatrace: simplify coded buffer traceAustin Yuan1-39/+5
2014-03-17vatrace: Remove VA_TRACE_LOGSIZE because it is uselessAustin Yuan1-51/+0
2014-03-17vatrace: print VASurfaceAttribExternalBufferDescriptorAustin Yuan1-7/+38
2014-03-17Dump max frame size in libva trace.liubolun1-0/+8
2014-03-17Add more VA Buffer print to ease debugwfeng61-34/+34
2014-03-17vatrace: add trace for VP8 decodingZhao Halley1-0/+230
2014-03-17vatrace: fix UV data offset issue of LIBVA_TRACE_SURFACE_GEOMETRYAustin Yuan1-1/+1
2014-03-17vatrace: refine the log formatAustin Yuan1-52/+46
2014-03-17vatrace: Partial dumping of VAProcPipelineParameterBufferXiang, Haihao1-0/+230
2014-03-17vatrace: check the pointer against NULL before using itXiang, Haihao1-8/+9
2014-03-17vatrace: Initialize the local variable 'i'Xiang, Haihao1-1/+1
2014-03-17vatrace: fix compile warnings and refine some formatAustin Yuan1-58/+61
2014-03-17vatrace/vafool: save the context data into display contextAustin Yuan4-964/+960
2014-03-17vatrace: always printf RefPicListAustin Yuan1-41/+40
2014-03-17va_trace: avoid to dereference a NULL pointerXiang, Haihao1-1/+2
2014-03-17vatrace: trace vaQuerySurfaceAttributesAustin Yuan3-34/+151
2014-03-03va: drop VAEntrypointMax enumeration.Gwenole Beauchesne1-1/+0
2014-03-03va: include <stdint.h> header.Gwenole Beauchesne1-0/+1
2014-02-13vp8 dec: add clear notation for qindexZhong Li1-0/+1
2014-02-13vp8 dec: refine va_dec_vp8.hZhao, Halley1-7/+17
2014-02-13libva: change the types of all fields in VABoolCoderContextVPXTianmi Chen1-3/+3
2014-02-13Changes to VASliceParameterBufferVP8 to make it consistent with slice paramet...Jonathan Bian1-11/+18
2014-02-13Added VASliceParameterBufferVP8 to describe data partition related fields.Jonathan Bian1-2/+18
2014-02-13Add VP8 decoding APIJonathan Bian3-1/+213
2014-01-16do not request any GLX_DEPTH_SIZE in create_tfp_surfaceRinat Ibragimov1-1/+0
2013-08-27va: add new ABGR/XBGR fourcc codes.Victor Ying1-0/+2
2013-07-15drm: improve check for authentication.Gwenole Beauchesne1-1/+18
2013-06-27build: fix make dist.Gwenole Beauchesne1-0/+1
2013-06-25Remove the EGL dependency on X11Zhao Yakui1-2/+2
2013-06-19Fix possible memory leakXiang, Haihao2-3/+10
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-19va_x11: fix klockscan issue (details is bellow)Austin Yuan1-1/+3
2013-06-19vatrace: print target_percentageAustin Yuan1-0/+1
2013-06-19vatrace: trace coded buffer create/destroyAustin Yuan3-2/+81
2013-06-19vatrace: dump unknonw private misc parametersAustin Yuan1-1/+2
2013-06-19vatrace: remove the delimiter of every elements dumpAustin Yuan1-6/+0
2013-06-19vatrace: refine the format of buf data dumpElaine Wang1-3/+3
2013-06-19vatrace: refine VAEncPackedHeaderParameterBufferType formatAustin Yuan1-2/+6
2013-06-19vatrace: print VAEncPackedHeaderParameterBufferTypeAustin Yuan1-0/+28
2013-06-19libva: Add VABuffer dumping for JPEG parametersCheng Yao1-5/+140
2013-06-19vatrace: only print info of valid reference framesAustin Yuan1-6/+10
2013-06-19vatrace: dump flags of VAPictureH264Elaine Wang1-15/+21