Age | Commit message (Expand) | Author | Files | Lines |
2016-08-10 | VPP: Check the returned status of hsw_veb_pre_format_convert before VEBOX VPPHEADmasterdevel | Zhao Yakui | 1 | -10/+16 |
2016-08-10 | VPP: Check the VPP pipeline_parameter to avoid NULL pointer | Zhao Yakui | 1 | -4/+23 |
2016-08-10 | gen8_mfc: fix memory leak during vp8 encoding | Hyunjun Ko | 1 | -0/+1 |
2016-08-05 | decoder/h264: don't assert on invalid parameter | Xiang, Haihao | 1 | -12/+4 |
2016-08-04 | Set cost for modes used for VP8 encoding | Xiang, Haihao | 1 | -0/+11 |
2016-07-29 | Encode: Set cost for MODE_CHROMA_INTRA/MODE_REFID_COST | Xiang, Haihao | 1 | -0/+5 |
2016-07-29 | Encode: Clear right and bottom border of NV12 surface to avoid run2run issue | XuGuangxin | 3 | -2/+58 |
2016-07-29 | i965_encoder: return a failing status | Daniel Charles | 1 | -2/+4 |
2016-07-27 | Missing 'do' in "do ...while" in macro ALLOC_VDENC_BUFFER_RESOURCE | Lim Siew Hoon | 1 | -1/+1 |
2016-07-27 | dri: return error for unimplemented surface formats | Scott D Phillips | 1 | -0/+3 |
2016-07-27 | Fix to use source and output regions size instead of the input output surface... | Ung, Teng En | 1 | -5/+5 |
2016-07-22 | Fix the condition used in 'else if()' | Xiang, Haihao | 1 | -2/+2 |
2016-07-22 | encode: h264, h265: Remove unnecessary warning | Sreerenj Balachandran | 2 | -7/+0 |
2016-07-22 | Export the P010 surface attribute for HEVC/VP9 10-bits decoding | Zhao Yakui | 1 | -0/+9 |
2016-07-22 | shaders/gen9: fix build when no intel-gen4asm available | U. Artie Eoff | 1 | -0/+2 |
2016-07-22 | i965_drv: fix cb_cr_height for YUV422 formats | Scott D Phillips | 1 | -1/+1 |
2016-06-28 | Downgrade the alignment requirement for linear surface on BDW+ | Zhao Yakui | 2 | -5/+9 |
2016-06-24 | Update PCI IDs for Kabylake | Xiang, Haihao | 1 | -5/+3 |
2016-06-22 | Make sure a right VEBOX_IECP_STATE is used on BDW+ | Xiang, Haihao | 1 | -0/+2 |
2016-06-13 | check the result of hsw_veb_post_format_convert() | Víctor Manuel Jáquez Leal | 1 | -21/+13 |
2016-06-13 | Follow the HW spec to set the surface cache attribute for Gen9+ | Qu, PengFei | 3 | -0/+28 |
2016-06-13 | Encoding: H264 uses the GPU to construct the PAK obj command on Gen8+ | Zhao Yakui | 6 | -203/+481 |
2016-06-13 | Encoding: Encoding reuses aux_batchbuffer instead of allocate new buffer | Zhao Yakui | 1 | -16/+7 |
2016-06-08 | jpeg enc/dec gen9: Allow up to 8K JPEG max resolution on gen9 | U. Artie Eoff | 2 | -6/+24 |
2016-06-08 | i965_drv: add support for per-codec max resolution | U. Artie Eoff | 2 | -5/+36 |
2016-06-07 | Fix the potential NULL issue | Zhao Yakui | 2 | -10/+90 |
2016-06-07 | Restrict the VP9 HW encoding for Profile0 | Zhao Yakui | 1 | -1/+1 |
2016-06-06 | Fix the alpha mask at getting derive images | Víctor Manuel Jáquez Leal | 1 | -2/+2 |
2016-06-03 | 1.7.2.pre1 for development | Xiang, Haihao | 1 | -1/+1 |
2016-06-03 | libdrm 2.4.52 is required to avoid the compiler error | Xiang, Haihao | 1 | -1/+1 |
2016-06-03 | Don't check WAYLAND_SCANNER if wayland isn't used or found | Xiang, Haihao | 4 | -38/+16 |
2016-06-01 | Remove extraneous OUT_BATCH in gen8_gpe_state_base_address | Scott D Phillips | 1 | -2/+0 |
2016-05-27 | Update the dependency on VA-API version | Xiang, Haihao | 1 | -1/+1 |
2016-05-27 | Export the VBR bit rate-control for VP9 encoding on KBL | Zhao Yakui | 1 | -0/+4 |
2016-05-27 | Add the support of CBR/VBR for Vp9 Encoding | Zhao Yakui | 2 | -13/+165 |
2016-05-27 | Release the corresponding buffers for VP9 encoding | Zhao Yakui | 1 | -0/+7 |
2016-05-27 | Export the Vp9 encoding profile/entrypoint for KBL | Zhao Yakui | 4 | -6/+135 |
2016-05-27 | Add the low-level implementation of VP9 encoding | Zhao Yakui | 11 | -0/+14859 |
2016-05-27 | Add some utility functions for i965_gpe_resources | Zhao Yakui | 5 | -0/+573 |
2016-05-26 | Add the VAEncMacroblockMapBufferType buffer for encoding | Zhao Yakui | 2 | -0/+10 |
2016-05-26 | Fix the 48-bit address issue for gpe_util functions on gen8+ | Zhao Yakui | 1 | -26/+37 |
2016-05-26 | Use the buffer allocated externally to configure dynamic state for gpe_contex... | Zhao Yakui | 2 | -0/+33 |
2016-05-26 | Add one field to keep the specific priv_state for encoding | Zhao Yakui | 2 | -0/+6 |
2016-05-26 | Add common helper functions for VP9 Hw encoding | Zhao Yakui | 2 | -2/+539 |
2016-05-26 | Refine vp9_probs.h so that the prob table can be used for encoding | Zhao Yakui | 3 | -462/+552 |
2016-05-24 | Avoid potential NULL pointer access | Xiang, Haihao | 2 | -1/+9 |
2016-05-11 | Update the dependency on VA-API version | Xiang, Haihao | 1 | -1/+1 |
2016-05-09 | Export Low power encoding for H.264 on SKL | Xiang, Haihao | 1 | -0/+3 |
2016-05-09 | Implement low power mode on SKL | Xiang, Haihao | 8 | -6/+4808 |
2016-05-09 | Add support for VAEntrypointEncSliceLP | Xiang, Haihao | 4 | -19/+85 |