| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | va: keep compatibility with the backend driver built against 0.34.x | Xiang, Haihao | 2014-03-18 | 1 | -0/+1 |
* | vatrace: fix a missing field of va_TraceMsg | Austin Yuan | 2014-03-17 | 1 | -2/+2 |
* | vatrace: simplify coded buffer trace | Austin Yuan | 2014-03-17 | 1 | -39/+5 |
* | vatrace: Remove VA_TRACE_LOGSIZE because it is useless | Austin Yuan | 2014-03-17 | 1 | -51/+0 |
* | vatrace: print VASurfaceAttribExternalBufferDescriptor | Austin Yuan | 2014-03-17 | 1 | -7/+38 |
* | Dump max frame size in libva trace. | liubolun | 2014-03-17 | 1 | -0/+8 |
* | Add more VA Buffer print to ease debug | wfeng6 | 2014-03-17 | 1 | -34/+34 |
* | vatrace: add trace for VP8 decoding | Zhao Halley | 2014-03-17 | 1 | -0/+230 |
* | vatrace: fix UV data offset issue of LIBVA_TRACE_SURFACE_GEOMETRY | Austin Yuan | 2014-03-17 | 1 | -1/+1 |
* | vatrace: refine the log format | Austin Yuan | 2014-03-17 | 1 | -52/+46 |
* | vatrace: Partial dumping of VAProcPipelineParameterBuffer | Xiang, Haihao | 2014-03-17 | 1 | -0/+230 |
* | vatrace: check the pointer against NULL before using it | Xiang, Haihao | 2014-03-17 | 1 | -8/+9 |
* | vatrace: Initialize the local variable 'i' | Xiang, Haihao | 2014-03-17 | 1 | -1/+1 |
* | vatrace: fix compile warnings and refine some format | Austin Yuan | 2014-03-17 | 1 | -58/+61 |
* | vatrace/vafool: save the context data into display context | Austin Yuan | 2014-03-17 | 4 | -964/+960 |
* | vatrace: always printf RefPicList | Austin Yuan | 2014-03-17 | 1 | -41/+40 |
* | va_trace: avoid to dereference a NULL pointer | Xiang, Haihao | 2014-03-17 | 1 | -1/+2 |
* | vatrace: trace vaQuerySurfaceAttributes | Austin Yuan | 2014-03-17 | 3 | -34/+151 |
* | va: drop VAEntrypointMax enumeration. | Gwenole Beauchesne | 2014-03-03 | 1 | -1/+0 |
* | va: include <stdint.h> header. | Gwenole Beauchesne | 2014-03-03 | 1 | -0/+1 |
* | vp8 dec: add clear notation for qindex | Zhong Li | 2014-02-13 | 1 | -0/+1 |
* | vp8 dec: refine va_dec_vp8.h | Zhao, Halley | 2014-02-13 | 1 | -7/+17 |
* | libva: change the types of all fields in VABoolCoderContextVPX | Tianmi Chen | 2014-02-13 | 1 | -3/+3 |
* | Changes to VASliceParameterBufferVP8 to make it consistent with slice paramet... | Jonathan Bian | 2014-02-13 | 1 | -11/+18 |
* | Added VASliceParameterBufferVP8 to describe data partition related fields. | Jonathan Bian | 2014-02-13 | 1 | -2/+18 |
* | Add VP8 decoding API | Jonathan Bian | 2014-02-13 | 3 | -1/+213 |