summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* HEVC encode APIskl-betav1.5-branchWang, Ce2015-03-204-0/+704
* Include sub core APIs in va.h as wellXiang, Haihao2015-03-201-2/+9
* Move VAHuffmanTableBufferJPEGBaseline to va.hXiang, Haihao2015-03-203-38/+39
* libva 1.5.2.pre1 for developmentXiang, Haihao2015-03-201-2/+2
* libva 1.5.1libva-1.5.1Xiang, Haihao2015-03-202-4/+4
* Update NEWSlibva-1.5.1.pre1Xiang, Haihao2015-03-161-1/+5
* x11: dri2: fix double Unlocks/SyncHandleLionel Landwerlin2015-03-101-4/+0
* Change comment for num_token_partionionsZhong Li2015-01-161-1/+1
* libva 1.5.1.pre1 for developmentXiang, Haihao2014-12-291-2/+2
* libva 1.5.0libva-1.5.0Xiang, Haihao2014-12-292-3/+3
* libva 1.5.0 pre2libva-1.5.0.pre2Xiang, Haihao2014-12-191-1/+1
* vainfo: Add support for HEVC profilesXiang, Haihao2014-12-161-0/+2
* Update NEWSlibva-1.5.0.pre1Xiang, Haihao2014-12-141-2/+10
* test/encode/jpegenc: Add jpegenc_utils.h to EXTRA_DISTXiang, Haihao2014-12-141-0/+4
* JPEG Encode: Added support for UYVY/YUY2/Y8 formatsSirisha Muppavarapu2014-12-142-101/+76
* Add VA trace support for HEVCTang, XiaoxiX2014-12-141-0/+313
* Added HEVC decode APIWang, Ce2014-12-144-1/+499
* x11: check x pixmap is still alive before DRI2DestroyDrawableLionel Landwerlin2014-12-141-20/+80
* Fix while loopXiang, Haihao2014-12-141-1/+2
* Encoding/avcenc: Optimize the allocated VA surfaces to reduce the memory pres...Zhao Yakui2014-12-141-2/+43
* JPEG Encode: Added Unit Test for testing jpeg encode feature.bsw-alphaSirisha Muppavarapu2014-11-193-1/+1357
* vatrace: trace JPEG encode parametersAustin Yuan2014-11-191-1/+51
* Extended existing JPEG encoding data structures and added configuration attri...Jonathan Bian2014-11-195-20/+188
* libva 1.5.0.pre1 for developmentXiang, Haihao2014-11-142-2/+3
* va: hide most private va_Trace* symbolsEmil Velikov2014-10-083-5/+28
* va_x11: hide private symbolsEmil Velikov2014-10-085-1/+6
* glx: Hide private symbol va_glx_init_contextEmil Velikov2014-10-083-1/+3
* debian: distclean the *install filesEmil Velikov2014-10-081-1/+3
* configure: use top_builddir for wayland_scanner_rulesEmil Velikov2014-10-081-1/+1
* Fix out of tree buildsEmil Velikov2014-10-081-1/+1
* .gitignore: add mpeg2vaencEmil Velikov2014-10-081-0/+1
* Bump libva to libva 1.4.1.pre1Xiang, Haihao2014-09-302-3/+6
* libva 1.4.0Xiang, Haihao2014-09-302-4/+5
* NEWS: updates.Gwenole Beauchesne2014-09-261-1/+9
* doc: fix scan order specification for quantization tables.Gwenole Beauchesne2014-09-262-0/+16
* doc: add Encoding, VPP and some of Core APIs.Gwenole Beauchesne2014-09-261-0/+3
* doc: improve Doxyfile configuration.Gwenole Beauchesne2014-09-261-2/+2
* doc: don't add timestamps in generated documentation.Gwenole Beauchesne2014-09-263-5/+10
* tests: try a render-node device first for VA/DRM displays.Gwenole Beauchesne2014-09-251-5/+21
* drm: add support for render nodes.Andrey Larionov2014-09-254-11/+50
* Bump VA API to 0.361.4.0.pre1Xiang, Haihao2014-09-092-3/+4
* Test/encode/avcenc: Follow the H264 spec to fix wrong SEI parameter setting f...Zhao, Yakui2014-09-091-27/+167
* test/encode/avcenc: Follow the idea in h264encode to generalize avcenc test caseZhao Yakui2014-09-091-126/+306
* test/encode/avcenc: update the SPS parameter for encodingZhao Yakui2014-09-091-2/+9
* test/avcenc: Fix the incorrect parameter setting for SPS under CBR modeZhao Yakui2014-09-091-12/+19
* test/avcenc: Remove the dynamic shrink of coded bufferZhao Yakui2014-09-091-15/+1
* vatrace: fix segfault of VASurfaceAttribExternalBufferDescriptor dumppingAustin Yuan2014-09-091-2/+2
* vafool: fix the vaMapBuffer for the buffer from vaDeriveImageAustin Yuan2014-09-092-3/+13
* vatrace: fix a overwriteAustin Yuan2014-09-091-1/+1
* vafool: simplify VAFOOLAustin Yuan2014-09-093-70/+58