| Commit message (Expand) | Author | Age | Files | Lines |
* | va_enc_hevc.h: Fix the description for slice_segment_address | Sreerenj Balachandran | 2015-06-02 | 1 | -1/+1 |
* | va_dec_hevc.h: Fix the misleading documentation | Sreerenj Balachandran | 2015-06-02 | 1 | -1/+0 |
* | Bump VA API to 0.38 | Xiang, Haihao | 2015-05-22 | 1 | -0/+1 |
* | Add one API to allow the user to specify the loaded backend driver | Zhao Yakui | 2015-05-22 | 3 | -5/+99 |
* | HEVC: type delta_chroma_log2_weight_denom as int8_t to match the spec | Xiang, Haihao | 2015-04-29 | 2 | -2/+2 |
* | Add VAConfigAttribEncSkipFrame and corresponding structures to support sendin... | pylee | 2015-04-03 | 1 | -0/+35 |
* | Merge VP9 decode API from staging branch | Wang, Ce | 2015-04-02 | 4 | -1/+321 |
* | libva:Add the bits mask of color-sapce conversion standards | yakui.zhao@intel.com | 2015-04-02 | 1 | -0/+1 |
* | Add support for querying slice decoding mode supported by the underlying driver | Jonathan Bian | 2015-04-02 | 1 | -0/+23 |
* | HEVC encode API | Wang, Ce | 2015-03-19 | 4 | -0/+704 |
* | Include sub core APIs in va.h as well | Xiang, Haihao | 2015-03-19 | 1 | -2/+9 |
* | Move VAHuffmanTableBufferJPEGBaseline to va.h | Xiang, Haihao | 2015-03-19 | 3 | -38/+39 |
* | x11: dri2: fix double Unlocks/SyncHandle | Lionel Landwerlin | 2015-03-10 | 1 | -4/+0 |
* | Change comment for num_token_partionions | Zhong Li | 2015-01-16 | 1 | -1/+1 |
* | libva 1.5.0.pre1 for development | Xiang, Haihao | 2014-12-29 | 1 | -0/+1 |
* | Add VA trace support for HEVC | Tang, XiaoxiX | 2014-12-04 | 1 | -0/+313 |
* | Added HEVC decode API | Wang, Ce | 2014-12-04 | 4 | -1/+499 |
* | x11: check x pixmap is still alive before DRI2DestroyDrawable | Lionel Landwerlin | 2014-12-04 | 1 | -20/+80 |
* | Fix while loop | Xiang, Haihao | 2014-12-04 | 1 | -1/+2 |
* | vatrace: trace JPEG encode parameters | Austin Yuan | 2014-11-19 | 1 | -1/+51 |
* | Extended existing JPEG encoding data structures and added configuration attri... | Jonathan Bian | 2014-11-19 | 5 | -20/+188 |
* | va: hide most private va_Trace* symbols | Emil Velikov | 2014-10-08 | 3 | -5/+28 |
* | va_x11: hide private symbols | Emil Velikov | 2014-10-08 | 5 | -1/+6 |
* | glx: Hide private symbol va_glx_init_context | Emil Velikov | 2014-10-08 | 3 | -1/+3 |
* | Fix out of tree builds | Emil Velikov | 2014-10-08 | 1 | -1/+1 |
* | doc: fix scan order specification for quantization tables. | Gwenole Beauchesne | 2014-09-26 | 2 | -0/+16 |
* | drm: add support for render nodes. | Andrey Larionov | 2014-09-25 | 4 | -11/+50 |
* | Bump VA API to 0.361.4.0.pre1 | Xiang, Haihao | 2014-09-09 | 1 | -0/+1 |
* | vatrace: fix segfault of VASurfaceAttribExternalBufferDescriptor dumpping | Austin Yuan | 2014-09-09 | 1 | -2/+2 |
* | vafool: fix the vaMapBuffer for the buffer from vaDeriveImage | Austin Yuan | 2014-09-09 | 2 | -3/+13 |
* | vatrace: fix a overwrite | Austin Yuan | 2014-09-09 | 1 | -1/+1 |
* | vafool: simplify VAFOOL | Austin Yuan | 2014-09-09 | 3 | -70/+58 |
* | vatrace: make LIBVA_TRACE_SURFACE work even without LIBVA_TRACE | Austin Yuan | 2014-09-09 | 3 | -8/+14 |
* | vatrace: make standalone LIBVA_TRACE_CODEDBUF work w/o LIBVA_TRACE | Austin Yuan | 2014-09-09 | 1 | -1/+1 |
* | Enable 64bit build for Android, compatible with 32bit. | Qiming Shi | 2014-09-09 | 1 | -3/+9 |
* | API: add support for buffer exports. | Gwenole Beauchesne | 2014-09-07 | 3 | -1/+147 |
* | Update comment for quality_level | Xiang, Haihao | 2014-09-07 | 1 | -1/+3 |
* | Added VAConfigEncQualityRange attribute and VAEncMiscParameterBufferQualityLe... | Jonathan Bian | 2014-09-07 | 1 | -0/+26 |
* | Added OTC hybrid UMD driver to the list of supported drivers | Sameer Kibey | 2014-08-28 | 1 | -0/+1 |
* | Add vaSurfaceAttribUsageHint to give the driver a hint of intended usage to o... | pylee | 2014-07-18 | 1 | -0/+18 |
* | Add frame_type to VP8 encoder | Austin Yuan | 2014-07-18 | 1 | -1/+2 |
* | va_enc_vp8: update the vp8 interface again | Austin Yuan | 2014-07-18 | 1 | -7/+17 |
* | Removed fields in VP8 structures that duplicate VAEncMiscParameter structures... | Jonathan Bian | 2014-07-18 | 1 | -34/+35 |
* | Added support for VP8 encoding. | Jonathan Bian | 2014-07-18 | 4 | -0/+321 |
* | va: release VADisplayContext at the end of vaTerminate() | Xiang, Haihao | 2014-06-26 | 1 | -3/+3 |
* | Merge H.264 MVC profiles from staging branch. | Gwenole Beauchesne | 2014-06-16 | 1 | -1/+3 |
* | Fix VA_ENC_PACKED_HEADER_RAW_DATA value. | Gwenole Beauchesne | 2014-05-05 | 1 | -1/+1 |
* | Added STE filter to the VPP pipeline. | Jonathan Bian | 2014-04-25 | 1 | -0/+2 |
* | Add a workaround for a bug in xorg-server/glx | Rinat Ibragimov | 2014-04-15 | 1 | -0/+9 |
* | Doxygen tags in libva. | Sameer Kibey | 2014-03-27 | 1 | -95/+94 |