Age | Commit message (Expand) | Author | Files | Lines |
2015-10-13 | vpp/gen9: Use 48 bit address relocation for STATE_BASE_ADDRESS | Sreerenj Balachandran | 1 | -9/+6 |
2015-10-13 | vpp/gen8: Use 48 bit address relocation for STATE_BASE_ADDRESS | Sreerenj Balachandran | 1 | -9/+8 |
2015-10-13 | intel_batchbuffer: Add utility fuction for supporting 48-bit address relocati... | Sreerenj Balachandran | 2 | -0/+30 |
2015-10-13 | vpp/gen9: Fix the incorrect loading of kernel module. | Sreerenj Balachandran | 1 | -1/+1 |
2015-10-13 | vpp/gen8: Fix the incorrect loading of kernel module. | Sreerenj Balachandran | 1 | -1/+1 |
2015-10-08 | Avoid NULL ptr deref in i965_decoder_wrapper_picture() | Lim Siew Hoon | 1 | -0/+3 |
2015-09-29 | AVS: avs has more phases for sharp filter on SKL | Xiang, Haihao | 4 | -6/+98 |
2015-09-29 | FIX: Follow user's setting on filter flag | Qu,Pengfei | 1 | -1/+1 |
2015-09-28 | Use the right function to release allocated resources | Xiang, Haihao | 1 | -1/+1 |
2015-09-28 | Encode: Update all used flag register channels in VME shader on GEN8+ | Xiang, Haihao | 3 | -24/+24 |
2015-09-28 | Make sure the pointer is valid before dereferencing it | Xiang, Haihao | 1 | -7/+13 |
2015-09-18 | Update the NEWS | Xiang, Haihao | 1 | -1/+1 |
2015-09-15 | Silence compiler warning | Xiang, Haihao | 6 | -44/+5 |
2015-09-15 | Check pointer returned from calloc() | Xiang, Haihao | 9 | -6/+45 |
2015-09-15 | Check pointer against NULL first before dereferencing it | Xiang, Haihao | 1 | -13/+13 |
2015-09-15 | i965: Remove duplicate check on platform in hybrid codec proxy | Sean V Kelley | 1 | -6/+0 |
2015-09-10 | 1.6.2.pre1 for development | Xiang, Haihao | 1 | -2/+2 |
2015-09-10 | Merge branch 'v1.6-branch' into fdo--master | Xiang, Haihao | 2 | -2/+11 |
2015-09-09 | libva-intel-driver 1.6.1 | Xiang, Haihao | 2 | -4/+4 |
2015-09-09 | Fix if issue of SLICE_TYPE_I statement in vme_pipeline_programing | Lim Siew Hoon | 4 | -4/+4 |
2015-09-09 | Replace --enable-wrapper with --enable-hybrid-codec | Xiang, Haihao | 2 | -10/+8 |
2015-09-09 | Replace --enable-wrapper with --enable-hybrid-codec | Xiang, Haihao | 2 | -10/+8 |
2015-09-06 | Update NEWS | Xiang, Haihao | 1 | -1/+10 |
2015-09-06 | Remove file access check in loading wrapper | Sameer Kibey | 1 | -5/+0 |
2015-09-06 | Export the profile/entrypoints for the wrapped backend drivers | Zhao Yakui | 1 | -0/+40 |
2015-09-06 | Call the wrapped backend driver for the given decoding | Zhao Yakui | 1 | -0/+141 |
2015-09-06 | Add the support of wrapper the VA Buffer to the backend driver | Zhao Yakui | 1 | -11/+102 |
2015-09-06 | Add one function to wrapper VA surface into backend driver | Zhao Yakui | 2 | -0/+94 |
2015-09-06 | Call the wrapped function to free wrapped surface/buffer | Zhao Yakui | 1 | -2/+21 |
2015-09-06 | Call wrapped driver to handle config/context related with VP9 decoding | Zhao Yakui | 1 | -1/+61 |
2015-09-06 | Wrapper the DriverContextP of backend driver | Zhao Yakui | 4 | -0/+160 |
2015-09-06 | Add one field for Config/Context/Surface/Buffer to store the wrapper content | Zhao Yakui | 2 | -0/+14 |
2015-09-06 | Clean up unused local variable 'i965' | Lim Siew Hoon | 6 | -8/+0 |
2015-09-06 | Clean up the duplicate extra two line of code | Lim Siew Hoon | 3 | -9/+0 |
2015-09-06 | Fix if statement checking sampling factor for YUV422V_4Y | Lim Siew Hoon | 3 | -3/+3 |
2015-09-06 | Fix suspiciously placed semicolon at if statement. | Lim Siew Hoon | 4 | -8/+8 |
2015-09-06 | Fix memset initialize for huff_co_table and huff_si_table array | Lim Siew Hoon | 1 | -2/+2 |
2015-09-06 | Fix memset initialize value for huff_size_table and huff_code_table | Lim Siew Hoon | 1 | -2/+2 |
2015-09-06 | Fix klockwork critical message hit on calloc function usage | Lim Siew Hoon | 22 | -1/+31 |
2015-09-06 | encode/hevc: Check slice type first in case user passes wrong parameters to d... | Xiang, Haihao | 1 | -1/+13 |
2015-09-06 | encode/hevc: Check the correct BO before unreferencing it | Xiang, Haihao | 1 | -1/+1 |
2015-09-06 | Added LIBVA_DRIVERS_PATH configure argument | Joel Holdsworth | 1 | -2/+5 |
2015-09-06 | Decoding: Export the attribute of slice mode for decoding | Zhao Yakui | 1 | -0/+4 |
2015-09-06 | Remove the redundant check in vaBeginPicture call | Zhao Yakui | 1 | -50/+1 |
2015-09-06 | Add one field to store the expected VA_RT_FORMAT for surface | Zhao Yakui | 2 | -0/+2 |
2015-09-06 | VPP: Initialize the uninitialed surface to avoid NULL GPU buffer | Zhao Yakui | 1 | -0/+6 |
2015-09-06 | VPP: Flush batch buffer to assure that previous GPU operation is submitted | Zhao Yakui | 1 | -0/+2 |
2015-09-06 | encode/hevc: fix HEVC encode on SKL GT3 | Xiang, Haihao | 1 | -1/+5 |
2015-09-06 | VPP: Combine the CSC/Scaling together to optimize the performance | Zhao Yakui | 1 | -0/+27 |
2015-09-06 | CreateSurfaces2: forward function return to caller | Xu Guangxin | 1 | -12/+14 |