summaryrefslogtreecommitdiff
path: root/va
AgeCommit message (Expand)AuthorFilesLines
2014-10-10drm: add support for render nodes.Andrey Larionov4-11/+50
2014-09-09Bump VA API to 0.361.4.0.pre1Xiang, Haihao1-0/+1
2014-09-09vatrace: fix segfault of VASurfaceAttribExternalBufferDescriptor dumppingAustin Yuan1-2/+2
2014-09-09vafool: fix the vaMapBuffer for the buffer from vaDeriveImageAustin Yuan2-3/+13
2014-09-09vatrace: fix a overwriteAustin Yuan1-1/+1
2014-09-09vafool: simplify VAFOOLAustin Yuan3-70/+58
2014-09-09vatrace: make LIBVA_TRACE_SURFACE work even without LIBVA_TRACEAustin Yuan3-8/+14
2014-09-09vatrace: make standalone LIBVA_TRACE_CODEDBUF work w/o LIBVA_TRACEAustin Yuan1-1/+1
2014-09-09Enable 64bit build for Android, compatible with 32bit.Qiming Shi1-3/+9
2014-09-07API: add support for buffer exports.Gwenole Beauchesne3-1/+147
2014-09-07Update comment for quality_levelXiang, Haihao1-1/+3
2014-09-07Added VAConfigEncQualityRange attribute and VAEncMiscParameterBufferQualityLe...Jonathan Bian1-0/+26
2014-08-28Added OTC hybrid UMD driver to the list of supported driversSameer Kibey1-0/+1
2014-07-18Add vaSurfaceAttribUsageHint to give the driver a hint of intended usage to o...pylee1-0/+18
2014-07-18Add frame_type to VP8 encoderAustin Yuan1-1/+2
2014-07-18va_enc_vp8: update the vp8 interface againAustin Yuan1-7/+17
2014-07-18Removed fields in VP8 structures that duplicate VAEncMiscParameter structures...Jonathan Bian1-34/+35
2014-07-18Added support for VP8 encoding.Jonathan Bian4-0/+321
2014-06-26va: release VADisplayContext at the end of vaTerminate()Xiang, Haihao1-3/+3
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