Age | Commit message (Expand) | Author | Files | Lines |
2016-01-15 | P010(10bits) enabling in vaCreateImage(), vaGetImage(), vaPutImage() | peng.chen | 4 | -0/+205 |
2016-01-15 | VPP P010(10bits) enabling | peng.chen | 5 | -56/+251 |
2016-01-11 | only re-caculate surface width&height for tiled surface | peng.chen | 1 | -10/+10 |
2016-01-06 | VP9HWDEC:fix vp9 hw decoder issue | Pengfei Qu | 3 | -73/+126 |
2015-12-14 | Add assert checking for allocated gen9_vp9_surface | Lim Siew Hoon | 1 | -0/+1 |
2015-12-07 | Keep backward compatibility with VA API 0.38.0 | Xiang, Haihao | 1 | -0/+8 |
2015-12-07 | Export VP9 decoding on BXT | Sirisha Muppavarapu | 1 | -0/+1 |
2015-12-07 | VP9 HWDec:change the name vp8_xxx to vpx_xxx and share it with VP9 | Pengfei Qu | 6 | -153/+0 |
2015-12-07 | VP9 HWDec: add VP9 HW decoding pipeline | Pengfei Qu | 2 | -2/+968 |
2015-12-07 | VP9 HWDec:add vp9 parameter check function before decoding | Pengfei Qu | 2 | -0/+162 |
2015-12-07 | VP9 HWDec:add vp9 surface structure and related parameter | Pengfei Qu | 3 | -0/+44 |
2015-12-07 | VP9 HWDEC:add vp9 table file | Sirisha Muppavarapu | 2 | -0/+641 |
2015-12-07 | VP9 HWDec: Added profile and entrypoint for VAProfileVP9Profile0 in the driver | Sirisha Muppavarapu | 2 | -1/+14 |
2015-12-07 | Add support for P010 in vaPutSurface() in a X window system | Xiang, Haihao | 1 | -23/+37 |
2015-12-07 | support HEVC 10bits decoding | Peng Chen | 6 | -48/+157 |
2015-12-07 | Initial support for Broxton in the intel-driver | Sirisha Muppavarapu | 3 | -0/+60 |
2015-11-19 | Fix for ring hung issue in SNB platform. | Lim Siew Hoon | 1 | -1/+1 |
2015-11-18 | HEVC ENC:add CBR feature. | Pengfei Qu | 2 | -55/+101 |
2015-11-17 | Fix correct coordinate dst_rect->x with 4 alignment | Lim Siew Hoon | 2 | -6/+8 |
2015-11-17 | Fix the segmentation fault causing by NULL buffer object | Lim Siew Hoon | 1 | -0/+3 |
2015-11-09 | shaders: vpp: gen8/9: use yuv to rgb matrix to compute rgb values | Lionel Landwerlin | 3 | -812/+901 |
2015-11-09 | shaders: vpp: gen7: use yuv to rgb matrix to compute rgb values | Lionel Landwerlin | 3 | -773/+909 |
2015-11-09 | vpp: gen8/9: send yuv to rgb coefs | Lionel Landwerlin | 1 | -0/+8 |
2015-11-09 | vpp: gen7: send yuv to rgb coefs | Lionel Landwerlin | 1 | -0/+8 |
2015-11-09 | vpp: gen7/8/9: add yuv to rgb conversion matrix to registers send to EUs | Lionel Landwerlin | 128 | -2251/+2276 |
2015-11-09 | render: extract out yuv->rgb coefs | Lionel Landwerlin | 6 | -76/+131 |
2015-10-14 | vaDeriveImage: properly set VAImage format | Julien Isorce | 1 | -1/+53 |
2015-10-14 | Fix YUY2/UYVY info | Xiang, Haihao | 2 | -3/+3 |
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-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-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 | 1 | -2/+2 |
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 |