summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added VAConfigEncQualityRange attribute and VAEncMiscParameterBufferQualityLe...v1.3.xJonathan Bian2014-08-221-0/+26
* avcenc: only support chroma_format_idc with 1Xiang, Haihao2014-08-041-0/+2
* h264encode: check driver supports the RateControl control mode or notXiang, Haihao2014-08-041-3/+26
* h264encode: Make it runnable with the latest libva-intel-driver (1.3.2)Xiang, Haihao2014-07-311-1/+164
* Add vaSurfaceAttribUsageHint to give the driver a hint of intended usage to o...pylee2014-07-181-0/+18
* Add frame_type to VP8 encoderAustin Yuan2014-07-181-1/+2
* va_enc_vp8: update the vp8 interface againAustin Yuan2014-07-181-7/+17
* Removed fields in VP8 structures that duplicate VAEncMiscParameter structures...Jonathan Bian2014-07-181-34/+35
* Added support for VP8 encoding.Jonathan Bian2014-07-184-0/+321
* va: release VADisplayContext at the end of vaTerminate()Xiang, Haihao2014-06-261-3/+3
* Bump VA-API to 0.35.2.Gwenole Beauchesne2014-06-161-1/+1
* Merge H.264 MVC profiles from staging branch.Gwenole Beauchesne2014-06-163-1/+7
* bva: bump version to 1.3.2.pre1 for developmentXiang, Haihao2014-05-091-2/+2
* libva 1.3.1libva-1.3.1Xiang, Haihao2014-05-092-3/+3
* Update NEWSXiang, Haihao2014-05-051-1/+8
* Bump VA-API to 0.35.1Xiang, Haihao2014-05-051-1/+1
* Fix VA_ENC_PACKED_HEADER_RAW_DATA value.Gwenole Beauchesne2014-05-051-1/+1
* Fix the broken installXiang, Haihao2014-04-251-1/+8
* 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
* libva: bump version for developmentXiang, Haihao2014-03-251-2/+2
* libva 1.3.0libva-1.3.0Xiang, Haihao2014-03-242-4/+4
* va: keep compatibility with the backend driver built against 0.34.xXiang, Haihao2014-03-181-0/+1
* va: Bump VA-API to 0.35 and libva to 1.3.0.pre1Xiang, Haihao2014-03-172-3/+8
* 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
* vainfo: Query the supported profile list before listing profile/entrypointXiang, Haihao2014-03-031-2/+17
* vainfo: clean up resource in the error handling pathXiang, Haihao2014-03-031-2/+5
* vainfo: Add the support for the new VA profilesXiang, Haihao2014-03-031-1/+3
* tests: basic: add missing string representation for VP8 profiles.Gwenole Beauchesne2014-03-031-0/+1
* va: drop VAEntrypointMax enumeration.Gwenole Beauchesne2014-03-032-3/+10
* 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