| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the segmentation fault causing by NULL buffer object | Lim Siew Hoon | 2015-11-17 | 1 | -0/+3 |
* | shaders: vpp: gen8/9: use yuv to rgb matrix to compute rgb values | Lionel Landwerlin | 2015-11-09 | 3 | -812/+901 |
* | shaders: vpp: gen7: use yuv to rgb matrix to compute rgb values | Lionel Landwerlin | 2015-11-09 | 3 | -773/+909 |
* | vpp: gen8/9: send yuv to rgb coefs | Lionel Landwerlin | 2015-11-09 | 1 | -0/+8 |
* | vpp: gen7: send yuv to rgb coefs | Lionel Landwerlin | 2015-11-09 | 1 | -0/+8 |
* | vpp: gen7/8/9: add yuv to rgb conversion matrix to registers send to EUs | Lionel Landwerlin | 2015-11-09 | 128 | -2251/+2276 |
* | render: extract out yuv->rgb coefs | Lionel Landwerlin | 2015-11-09 | 6 | -76/+131 |
* | vaDeriveImage: properly set VAImage format | Julien Isorce | 2015-10-14 | 1 | -1/+53 |
* | Fix YUY2/UYVY info | Xiang, Haihao | 2015-10-14 | 2 | -3/+3 |
* | vpp/gen9: Use 48 bit address relocation for STATE_BASE_ADDRESS | Sreerenj Balachandran | 2015-10-13 | 1 | -9/+6 |
* | vpp/gen8: Use 48 bit address relocation for STATE_BASE_ADDRESS | Sreerenj Balachandran | 2015-10-13 | 1 | -9/+8 |
* | intel_batchbuffer: Add utility fuction for supporting 48-bit address relocati... | Sreerenj Balachandran | 2015-10-13 | 2 | -0/+30 |
* | vpp/gen9: Fix the incorrect loading of kernel module. | Sreerenj Balachandran | 2015-10-13 | 1 | -1/+1 |
* | vpp/gen8: Fix the incorrect loading of kernel module. | Sreerenj Balachandran | 2015-10-13 | 1 | -1/+1 |
* | Avoid NULL ptr deref in i965_decoder_wrapper_picture() | Lim Siew Hoon | 2015-10-08 | 1 | -0/+3 |
* | AVS: avs has more phases for sharp filter on SKL | Xiang, Haihao | 2015-09-29 | 4 | -6/+98 |
* | FIX: Follow user's setting on filter flag | Qu,Pengfei | 2015-09-29 | 1 | -1/+1 |
* | Use the right function to release allocated resources | Xiang, Haihao | 2015-09-28 | 1 | -1/+1 |
* | Encode: Update all used flag register channels in VME shader on GEN8+ | Xiang, Haihao | 2015-09-28 | 3 | -24/+24 |
* | Make sure the pointer is valid before dereferencing it | Xiang, Haihao | 2015-09-28 | 1 | -7/+13 |
* | Silence compiler warning | Xiang, Haihao | 2015-09-15 | 6 | -44/+5 |
* | Check pointer returned from calloc() | Xiang, Haihao | 2015-09-15 | 9 | -6/+45 |
* | Check pointer against NULL first before dereferencing it | Xiang, Haihao | 2015-09-15 | 1 | -13/+13 |
* | i965: Remove duplicate check on platform in hybrid codec proxy | Sean V Kelley | 2015-09-15 | 1 | -6/+0 |
* | Fix if issue of SLICE_TYPE_I statement in vme_pipeline_programing | Lim Siew Hoon | 2015-09-09 | 4 | -4/+4 |
* | Replace --enable-wrapper with --enable-hybrid-codec | Xiang, Haihao | 2015-09-09 | 1 | -2/+2 |
* | Remove file access check in loading wrapper | Sameer Kibey | 2015-09-06 | 1 | -5/+0 |
* | Export the profile/entrypoints for the wrapped backend drivers | Zhao Yakui | 2015-09-06 | 1 | -0/+40 |
* | Call the wrapped backend driver for the given decoding | Zhao Yakui | 2015-09-06 | 1 | -0/+141 |
* | Add the support of wrapper the VA Buffer to the backend driver | Zhao Yakui | 2015-09-06 | 1 | -11/+102 |
* | Add one function to wrapper VA surface into backend driver | Zhao Yakui | 2015-09-06 | 2 | -0/+94 |
* | Call the wrapped function to free wrapped surface/buffer | Zhao Yakui | 2015-09-06 | 1 | -2/+21 |
* | Call wrapped driver to handle config/context related with VP9 decoding | Zhao Yakui | 2015-09-06 | 1 | -1/+61 |
* | Wrapper the DriverContextP of backend driver | Zhao Yakui | 2015-09-06 | 3 | -0/+149 |
* | Add one field for Config/Context/Surface/Buffer to store the wrapper content | Zhao Yakui | 2015-09-06 | 2 | -0/+14 |
* | Clean up unused local variable 'i965' | Lim Siew Hoon | 2015-09-06 | 6 | -8/+0 |
* | Clean up the duplicate extra two line of code | Lim Siew Hoon | 2015-09-06 | 3 | -9/+0 |
* | Fix if statement checking sampling factor for YUV422V_4Y | Lim Siew Hoon | 2015-09-06 | 3 | -3/+3 |
* | Fix suspiciously placed semicolon at if statement. | Lim Siew Hoon | 2015-09-06 | 4 | -8/+8 |
* | Fix memset initialize for huff_co_table and huff_si_table array | Lim Siew Hoon | 2015-09-06 | 1 | -2/+2 |
* | Fix memset initialize value for huff_size_table and huff_code_table | Lim Siew Hoon | 2015-09-06 | 1 | -2/+2 |
* | Fix klockwork critical message hit on calloc function usage | Lim Siew Hoon | 2015-09-06 | 22 | -1/+31 |
* | encode/hevc: Check slice type first in case user passes wrong parameters to d... | Xiang, Haihao | 2015-09-06 | 1 | -1/+13 |
* | encode/hevc: Check the correct BO before unreferencing it | Xiang, Haihao | 2015-09-06 | 1 | -1/+1 |
* | Decoding: Export the attribute of slice mode for decoding | Zhao Yakui | 2015-08-25 | 1 | -0/+4 |
* | Remove the redundant check in vaBeginPicture call | Zhao Yakui | 2015-08-25 | 1 | -50/+1 |
* | Add one field to store the expected VA_RT_FORMAT for surface | Zhao Yakui | 2015-08-25 | 2 | -0/+2 |
* | VPP: Initialize the uninitialed surface to avoid NULL GPU buffer | Zhao Yakui | 2015-08-17 | 1 | -0/+6 |
* | VPP: Flush batch buffer to assure that previous GPU operation is submitted | Zhao Yakui | 2015-08-17 | 1 | -0/+2 |
* | encode/hevc: fix HEVC encode on SKL GT3 | Xiang, Haihao | 2015-07-23 | 1 | -1/+5 |