summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: try a render-node device first for VA/DRM displays.Gwenole Beauchesne2014-09-241-5/+21
* drm: add support for render nodes.Andrey Larionov2014-09-244-11/+50
* Add support for decode and processing in a single decode call.pylee2014-09-161-0/+41
* Added OTC hybrid UMD driver to the list of supported driversSameer Kibey2014-08-281-0/+1
* Enable 64bit build for Android, compatible with 32bit.Qiming Shi2014-08-201-3/+9
* Update comment for quality_levelXiang, Haihao2014-08-071-2/+4
* vainfo: Add support for HEVC profilesXiang, Haihao2014-08-071-0/+2
* Add dirty ROI indication for encoder.pylee2014-07-111-0/+37
* ROI updates for encoder.pylee2014-07-111-29/+55
* Add VPP format and resolution query.pylee2014-07-111-0/+28
* Change the definition of the buffer used for processingChen, Wei-fu2014-06-263-10/+14
* Move vaQueryProcessingRate() to the end of VADriverVTableXiang, Haihao2014-06-261-7/+7
* HEVC: rename VADecPictureParameterBufferHEVC to VAPictureParameterBufferHEVCXiang, Haihao2014-06-192-4/+4
* API: add support for buffer exports.Gwenole Beauchesne2014-06-163-0/+146
* Add left buffers type and some parameters for FEI caseHu, Kelvin2014-05-214-39/+86
* Add an new rc mode VA_RC_CFS and extend rc_flags in VAEncMiscParameterRateCon...Austin Yuan2014-05-201-1/+4
* va.h: add data structure for the structure of temporal layer encodingAustin Yuan2014-05-201-0/+13
* Test/encode/avcenc: Follow the H264 spec to fix wrong SEI parameter setting f...Zhao, Yakui2014-05-191-27/+167
* va_vpp.h: Add output_surface_flag in VAProcPipelineParameterBuffer to support...Austin Yuan2014-05-141-0/+14
* Add VA trace support for HEVCTang, XiaoxiX2014-05-131-0/+313
* add a new attribute to indicate full vs. reduced rangeGu, Wangyi2014-05-131-0/+6
* test/encode/avcenc: Follow the idea in h264encode to generalize avcenc test caseZhao Yakui2014-05-121-121/+300
* test/encode/avcenc: update the SPS parameter for encodingZhao Yakui2014-05-121-2/+9
* Made VASliceParameterBufferVP9 consistent with other codecs.Jonathan Bian2014-05-051-1/+9
* Fix VA_ENC_PACKED_HEADER_RAW_DATA value.Gwenole Beauchesne2014-05-051-1/+1
* va: Reorder the enum of the video filter typesXiang, Haihao2014-04-281-2/+2
* test: fix mpeg2transcode compilation issue with gcc 4.3.4Sang, Oliver2014-04-251-3/+3
* Minor changes to the VP9 decode API to remove fields that are not needed.Ce Wang2014-04-251-12/+11
* Fixed the KW issue of the "Corrected JPEG encoding's libva log trace" patch's.Jing SUN2014-04-231-14/+7
* Added processing rate query for encode/decode.Ping Liu2014-04-233-1/+99
* Corrected JPEG encoding's libva log trace.Jing SUN2014-04-221-25/+47
* test/avcenc: Fix the incorrect parameter setting for SPS under CBR modeZhao Yakui2014-04-161-12/+19
* test/avcenc: Remove the dynamic shrink of coded bufferZhao Yakui2014-04-161-15/+1
* VP9 decode APIWang, Ce2014-04-044-1/+312
* Bind the default verion of vaCreateSurfaces() to the node VA_API_0.33.0Xiang, Haihao2014-04-031-7/+2
* Add the new YV16 fourcc codeZhao Yakui2014-03-311-0/+5
* VPP: Add STDE(Skin tone detection and enhancement) test case.Sirisha Muppavarapu2014-03-312-25/+64
* Added HEVC decode APIWang, Ce2014-03-274-1/+506
* Doxygen tags in libva.Sameer Kibey2014-03-271-95/+95
* vatrace: fix segfault of VASurfaceAttribExternalBufferDescriptor dumppingAustin Yuan2014-03-261-2/+2
* Libva: Add range parameter flag to reflect the JPEG/JFIF CSC coeff matrixZhao Yakui2014-03-052-2/+25
* Revert "libva:Add range parameter flag to reflect the JPEG/JFIF CSC coeff mat...Xiang, Haihao2014-03-052-11/+2
* va: drop VAEntrypointMax enumeration.Gwenole Beauchesne2014-03-032-3/+10
* va: include <stdint.h> header.Gwenole Beauchesne2014-03-031-0/+1
* vafool: fix the vaMapBuffer for the buffer from vaDeriveImageAustin Yuan2014-02-272-3/+13
* Add two more choices for VA_ENC_SLICE_STRUCTURE_*.pylee2014-02-271-0/+7
* Add JPEG Rotation feature and BGR for color space conversion.pylee2014-02-272-4/+23
* vatrace: fix a overwriteAustin Yuan2014-02-261-1/+1
* vafool: simplify VAFOOLAustin Yuan2014-02-263-70/+58
* vatrace: fix a missing field of va_TraceMsgAustin Yuan2014-02-251-2/+2