summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-04avcenc: only support chroma_format_idc with 1HEADmasterXiang, Haihao1-0/+2
2014-08-04h264encode: check driver supports the RateControl control mode or notXiang, Haihao1-3/+26
2014-07-31h264encode: Make it runnable with the latest libva-intel-driver (1.3.2)Xiang, Haihao1-1/+164
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-16Bump VA-API to 0.35.2.Gwenole Beauchesne1-1/+1
2014-06-16Merge H.264 MVC profiles from staging branch.Gwenole Beauchesne3-1/+7
2014-05-09bva: bump version to 1.3.2.pre1 for developmentXiang, Haihao1-2/+2
2014-05-09libva 1.3.1Xiang, Haihao2-3/+3
2014-05-05Update NEWSXiang, Haihao1-1/+8
2014-05-05Bump VA-API to 0.35.1Xiang, Haihao1-1/+1
2014-05-05Fix VA_ENC_PACKED_HEADER_RAW_DATA value.Gwenole Beauchesne1-1/+1
2014-04-25Fix the broken installXiang, Haihao1-1/+8
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-25libva: bump version for developmentXiang, Haihao1-2/+2
2014-03-24libva 1.3.0Xiang, Haihao2-4/+4
2014-03-18va: keep compatibility with the backend driver built against 0.34.xXiang, Haihao1-0/+1
2014-03-17va: Bump VA-API to 0.35 and libva to 1.3.0.pre1Xiang, Haihao2-3/+8
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-03vainfo: Query the supported profile list before listing profile/entrypointXiang, Haihao1-2/+17
2014-03-03vainfo: clean up resource in the error handling pathXiang, Haihao1-2/+5
2014-03-03vainfo: Add the support for the new VA profilesXiang, Haihao1-1/+3
2014-03-03tests: basic: add missing string representation for VP8 profiles.Gwenole Beauchesne1-0/+1
2014-03-03va: drop VAEntrypointMax enumeration.Gwenole Beauchesne2-3/+10
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