Age | Commit message (Expand) | Author | Files | Lines |
2017-02-18 | PROJECT HAS MOVEDHEADmaster | Sean V Kelley | 183 | -76963/+11 |
2017-01-23 | va: Keep compatibility with the backend driver built against 0.39.x | Xiang, Haihao | 1 | -0/+1 |
2017-01-09 | Don't automatically destroy the buffer(s) passed to vaRenderPicture | Xiang, Haihao | 4 | -16/+14 |
2017-01-09 | Merge branch 'v1.7-branch' into fdo--master | Xiang, Haihao | 1 | -1/+8 |
2016-12-23 | va.h: Improve the comment on the encode framerate parameter | Mark Thompson | 1 | -5/+15 |
2016-11-22 | va.h: fix compile warning | Li Zhijian | 1 | -1/+1 |
2016-11-21 | Add the fourcc of I010 format | Zhao Yakui | 1 | -0/+5 |
2016-11-17 | drm: remove va_drm_is_authenticated check | Emil Velikov | 3 | -45/+2 |
2016-11-16 | va/x11: Require synchronisation to vblank with DRI2SwapBuffers | Chris Wilson | 1 | -2/+3 |
2016-11-10 | libva 1.7.4.pre1 for development | Xiang, Haihao | 1 | -1/+1 |
2016-10-31 | Update NEWSlibva-1.7.3.pre1 | Xiang, Haihao | 1 | -1/+8 |
2016-10-31 | Bump VA-API version to 0.39.4 | Xiang, Haihao | 1 | -1/+1 |
2016-10-31 | wayland: Check whether prime fd can be used in buffer sharing mechanism | Xiang, Haihao | 2 | -2/+21 |
2016-10-31 | New wayland-drm.xml | Xiang, Haihao | 2 | -2/+72 |
2016-10-31 | A simple encoder for H.264/AVC SVC temporal scalability | Xiang, Haihao | 3 | -44/+3193 |
2016-10-31 | Add the comment for framerate in VAEncMiscParameterFrameRate | Xiang, Haihao | 1 | -0/+8 |
2016-10-31 | Merge and modify encoding bit-rate control per temporal layer. | Xiang, Haihao | 1 | -1/+86 |
2016-10-31 | libva 1.7.3.pre1 for development | Xiang, Haihao | 1 | -2/+2 |
2016-10-27 | Add callbacks for error and info messages. | Emmanuel Gil Peyrot | 3 | -20/+68 |
2016-09-19 | Bump VA-API version to 0.39.4 | Xiang, Haihao | 1 | -1/+1 |
2016-09-19 | wayland: Check whether prime fd can be used in buffer sharing mechanism | Xiang, Haihao | 2 | -2/+21 |
2016-09-19 | New wayland-drm.xml | Xiang, Haihao | 2 | -2/+72 |
2016-09-19 | Merge branch 'v1.7-branch' into fdo--master | Xiang, Haihao | 1 | -2/+18 |
2016-09-13 | A simple encoder for H.264/AVC SVC temporal scalability | Xiang, Haihao | 3 | -44/+3193 |
2016-09-13 | Add the comment for framerate in VAEncMiscParameterFrameRate | Xiang, Haihao | 1 | -0/+8 |
2016-09-13 | Merge and modify encoding bit-rate control per temporal layer. | Xiang, Haihao | 1 | -1/+86 |
2016-09-05 | libva 1.7.2libva-1.7.2 | Xiang, Haihao | 2 | -3/+3 |
2016-08-23 | libva 1.7.3.pre1 for development | Xiang, Haihao | 1 | -1/+1 |
2016-08-22 | Update NEWSlibva-1.7.2.pre1 | Xiang, Haihao | 1 | -1/+9 |
2016-08-22 | Encoding: Add ROI example | Zhao Yakui | 1 | -6/+92 |
2016-08-22 | Encoding: Add ROI example | Zhao Yakui | 1 | -6/+92 |
2016-08-22 | va_trace: add traces for vp9encoder | Daniel Charles | 1 | -0/+126 |
2016-08-22 | Bump VA-API version to 0.39.3 | Xiang, Haihao | 1 | -1/+1 |
2016-08-22 | Add one flag to use the qp_delta instead of qp priority for ROI under non-CQP... | jialipen | 1 | -14/+61 |
2016-08-22 | Properly terminate parsed environment values with '\0'. | Tobias Stoeckmann | 2 | -2/+8 |
2016-08-22 | Changed 'c' variable 'char' data type to 'int' data type (v3) | Lim Siew Hoon | 3 | -3/+3 |
2016-08-22 | Clean up the duplicate checking for unsuported source YUV format | Lim Siew Hoon | 1 | -3/+0 |
2016-08-22 | Fix the p->load_huffman_table[0] keep print first element in for loop | Lim Siew Hoon | 1 | -1/+1 |
2016-08-22 | avoid U_row overwrite NULL value if src_fourcc and dst_fourcc is NV12 | Lim Siew Hoon | 1 | -6/+12 |
2016-08-22 | Fix infinite loop | Lim Siew Hoon | 1 | -2/+3 |
2016-08-22 | Add assert check memory allocation potential NULL issue | Lim Siew Hoon | 1 | -0/+3 |
2016-08-22 | Fix memory leak issue in open_display func | Lim Siew Hoon | 1 | -1/+3 |
2016-08-22 | Fix test_06 failed and hitting assert check | Lim Siew Hoon | 1 | -0/+7 |
2016-08-22 | Avoid access invalid memory location huffman_table for index 2..3 (v2) | Lim Siew Hoon | 1 | -8/+8 |
2016-08-22 | Fix buffer overflow for array index out of bounds in test_07 | Lim Siew Hoon | 1 | -2/+2 |
2016-08-22 | add assert check for potential NULL issue in test/encode/ | Lim Siew Hoon | 4 | -0/+7 |
2016-08-22 | add assert to check for potential NULL issue in test_XX | Lim Siew Hoon | 5 | -0/+7 |
2016-08-22 | check memory alloc to avoid NULL and initialize value in YUV_blend_with_pic (v2) | Lim Siew Hoon | 1 | -2/+21 |
2016-08-22 | check memory allocation and initialize to zero value in save_recyuv (v2) | Lim Siew Hoon | 1 | -0/+34 |
2016-08-22 | fix buffer overflow for dc_values and ac_values (v2) | Lim Siew Hoon | 1 | -8/+12 |