summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Keep backward compatibility with VA API 0.38.0Xiang, Haihao2015-12-071-0/+8
* Export VP9 decoding on BXTSirisha Muppavarapu2015-12-071-0/+1
* VP9 HWDec:change the name vp8_xxx to vpx_xxx and share it with VP9Pengfei Qu2015-12-076-153/+0
* VP9 HWDec: add VP9 HW decoding pipelinePengfei Qu2015-12-072-2/+968
* VP9 HWDec:add vp9 parameter check function before decodingPengfei Qu2015-12-072-0/+162
* VP9 HWDec:add vp9 surface structure and related parameterPengfei Qu2015-12-073-0/+44
* VP9 HWDEC:add vp9 table fileSirisha Muppavarapu2015-12-072-0/+641
* VP9 HWDec: Added profile and entrypoint for VAProfileVP9Profile0 in the driverSirisha Muppavarapu2015-12-072-1/+14
* Add support for P010 in vaPutSurface() in a X window systemXiang, Haihao2015-12-071-23/+37
* support HEVC 10bits decodingPeng Chen2015-12-076-48/+157
* Initial support for Broxton in the intel-driverSirisha Muppavarapu2015-12-073-0/+60
* Fix for ring hung issue in SNB platform.Lim Siew Hoon2015-11-191-1/+1
* HEVC ENC:add CBR feature.Pengfei Qu2015-11-182-55/+101
* Fix correct coordinate dst_rect->x with 4 alignmentLim Siew Hoon2015-11-172-6/+8
* Fix the segmentation fault causing by NULL buffer objectLim Siew Hoon2015-11-171-0/+3
* shaders: vpp: gen8/9: use yuv to rgb matrix to compute rgb valuesLionel Landwerlin2015-11-093-812/+901
* shaders: vpp: gen7: use yuv to rgb matrix to compute rgb valuesLionel Landwerlin2015-11-093-773/+909
* vpp: gen8/9: send yuv to rgb coefsLionel Landwerlin2015-11-091-0/+8
* vpp: gen7: send yuv to rgb coefsLionel Landwerlin2015-11-091-0/+8
* vpp: gen7/8/9: add yuv to rgb conversion matrix to registers send to EUsLionel Landwerlin2015-11-09128-2251/+2276
* render: extract out yuv->rgb coefsLionel Landwerlin2015-11-096-76/+131
* vaDeriveImage: properly set VAImage formatJulien Isorce2015-10-141-1/+53
* Fix YUY2/UYVY infoXiang, Haihao2015-10-142-3/+3
* vpp/gen9: Use 48 bit address relocation for STATE_BASE_ADDRESSSreerenj Balachandran2015-10-131-9/+6
* vpp/gen8: Use 48 bit address relocation for STATE_BASE_ADDRESSSreerenj Balachandran2015-10-131-9/+8
* intel_batchbuffer: Add utility fuction for supporting 48-bit address relocati...Sreerenj Balachandran2015-10-132-0/+30
* vpp/gen9: Fix the incorrect loading of kernel module.Sreerenj Balachandran2015-10-131-1/+1
* vpp/gen8: Fix the incorrect loading of kernel module.Sreerenj Balachandran2015-10-131-1/+1
* Avoid NULL ptr deref in i965_decoder_wrapper_picture()Lim Siew Hoon2015-10-081-0/+3
* AVS: avs has more phases for sharp filter on SKLXiang, Haihao2015-09-294-6/+98
* FIX: Follow user's setting on filter flagQu,Pengfei2015-09-291-1/+1
* Use the right function to release allocated resourcesXiang, Haihao2015-09-281-1/+1
* Encode: Update all used flag register channels in VME shader on GEN8+Xiang, Haihao2015-09-283-24/+24
* Make sure the pointer is valid before dereferencing itXiang, Haihao2015-09-281-7/+13
* Silence compiler warningXiang, Haihao2015-09-156-44/+5
* Check pointer returned from calloc()Xiang, Haihao2015-09-159-6/+45
* Check pointer against NULL first before dereferencing itXiang, Haihao2015-09-151-13/+13
* i965: Remove duplicate check on platform in hybrid codec proxySean V Kelley2015-09-151-6/+0
* Fix if issue of SLICE_TYPE_I statement in vme_pipeline_programingLim Siew Hoon2015-09-094-4/+4
* Replace --enable-wrapper with --enable-hybrid-codecXiang, Haihao2015-09-091-2/+2
* Remove file access check in loading wrapperSameer Kibey2015-09-061-5/+0
* Export the profile/entrypoints for the wrapped backend driversZhao Yakui2015-09-061-0/+40
* Call the wrapped backend driver for the given decodingZhao Yakui2015-09-061-0/+141
* Add the support of wrapper the VA Buffer to the backend driverZhao Yakui2015-09-061-11/+102
* Add one function to wrapper VA surface into backend driverZhao Yakui2015-09-062-0/+94
* Call the wrapped function to free wrapped surface/bufferZhao Yakui2015-09-061-2/+21
* Call wrapped driver to handle config/context related with VP9 decodingZhao Yakui2015-09-061-1/+61
* Wrapper the DriverContextP of backend driverZhao Yakui2015-09-063-0/+149
* Add one field for Config/Context/Surface/Buffer to store the wrapper contentZhao Yakui2015-09-062-0/+14
* Clean up unused local variable 'i965'Lim Siew Hoon2015-09-066-8/+0