summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-06Export the profile/entrypoints for the wrapped backend driversZhao Yakui1-0/+40
2015-09-06Call the wrapped backend driver for the given decodingZhao Yakui1-0/+141
2015-09-06Add the support of wrapper the VA Buffer to the backend driverZhao Yakui1-11/+102
2015-09-06Add one function to wrapper VA surface into backend driverZhao Yakui2-0/+94
2015-09-06Call the wrapped function to free wrapped surface/bufferZhao Yakui1-2/+21
2015-09-06Call wrapped driver to handle config/context related with VP9 decodingZhao Yakui1-1/+61
2015-09-06Wrapper the DriverContextP of backend driverZhao Yakui3-0/+149
2015-09-06Add one field for Config/Context/Surface/Buffer to store the wrapper contentZhao Yakui2-0/+14
2015-09-06Clean up unused local variable 'i965'Lim Siew Hoon6-8/+0
2015-09-06Clean up the duplicate extra two line of codeLim Siew Hoon3-9/+0
2015-09-06Fix if statement checking sampling factor for YUV422V_4YLim Siew Hoon3-3/+3
2015-09-06Fix suspiciously placed semicolon at if statement.Lim Siew Hoon4-8/+8
2015-09-06Fix memset initialize for huff_co_table and huff_si_table arrayLim Siew Hoon1-2/+2
2015-09-06Fix memset initialize value for huff_size_table and huff_code_tableLim Siew Hoon1-2/+2
2015-09-06Fix klockwork critical message hit on calloc function usageLim Siew Hoon22-1/+31
2015-09-06encode/hevc: Check slice type first in case user passes wrong parameters to d...Xiang, Haihao1-1/+13
2015-09-06encode/hevc: Check the correct BO before unreferencing itXiang, Haihao1-1/+1
2015-08-25Decoding: Export the attribute of slice mode for decodingZhao Yakui1-0/+4
2015-08-25Remove the redundant check in vaBeginPicture callZhao Yakui1-50/+1
2015-08-25Add one field to store the expected VA_RT_FORMAT for surfaceZhao Yakui2-0/+2
2015-08-17VPP: Initialize the uninitialed surface to avoid NULL GPU bufferZhao Yakui1-0/+6
2015-08-17VPP: Flush batch buffer to assure that previous GPU operation is submittedZhao Yakui1-0/+2
2015-07-23encode/hevc: fix HEVC encode on SKL GT3Xiang, Haihao1-1/+5
2015-07-23VPP: Combine the CSC/Scaling together to optimize the performanceZhao Yakui1-0/+27
2015-07-14CreateSurfaces2: forward function return to callerXu Guangxin1-12/+14
2015-07-08Merge branch 'v1.6-branch' into masterXiang, Haihao7-944/+6
2015-07-07vpp/avs: fix license terms (MIT).Gwenole Beauchesne2-28/+36
2015-07-06H264: Use macroblock pair to calculate H264 decoding parameter under MBAFF flagZhao Yakui4-8/+31
2015-07-01dec/hevc: Use a different equation for metadata tile column buffer on BSWXiang, Haihao1-1/+4
2015-07-01dec/hevc: Use the same equation for each metadata buffer no matter slice typeXiang, Haihao1-40/+9
2015-06-25Gen75_vpp: Don't assert on BGRA input and outputfritsch1-2/+4
2015-06-24FIX:HEVC enc cause GPU hang when lcu_size=32 with 720x480 and 176x144Qu,Pengfei1-11/+15
2015-06-24VP8 HWEnc: Modify qp threshold value for mode cost calculatationZhong Li1-1/+1
2015-06-23VPP: Configure SURFACE_STATE based on HW requirement to fix out-of-bound acce...Zhao Yakui2-31/+31
2015-06-23BDW/CHV/SKL: Follow the HW alignment requirement to access GPU buffer correctlyZhao Yakui1-3/+3
2015-06-23VPP: Configure SURFACE_STATE based on HW requirement to fix out-of-bound acce...Zhao Yakui2-31/+31
2015-06-23BDW/CHV/SKL: Follow the HW alignment requirement to access GPU buffer correctlyZhao Yakui1-3/+3
2015-06-19FIX:HEVC enc cause GPU hang when lcu_size=32 with 720x480 and 176x144Qu,Pengfei1-11/+15
2015-06-12VP8 HWEnc: Modify qp threshold value for mode cost calculatationZhong Li1-1/+1
2015-06-04Add vp8_inter_frame_gen8.asm and vp8_intra_frame_gen8.asm to the core file listXiang, Haihao5-943/+4
2015-06-04Add Android.mk to the corresponding EXTRA_DISTXiang, Haihao1-1/+1
2015-06-04Fix 'make dist'Xiang, Haihao1-0/+1
2015-06-03dec/vp8: fix segmentation updateXiang, Haihao1-1/+2
2015-06-02HEVC/enc: Fix Multi Slice Encoding.Sreerenj Balachandran1-2/+2
2015-06-02HEVC: encoder_utils: Fixes for packed slice header generation.Sreerenj Balachandran1-8/+8
2015-06-02HEVC: Fix the nal unit type generation in packed slice header.Sreerenj Balachandran1-1/+11
2015-06-02HEVC: Fix the Wrong slice type usageSreerenj Balachandran3-16/+16
2015-05-25VPP: Enable field rate madi/mcdi. Only second hunk is testedAndy Furniss1-10/+2
2015-05-25VPP: Make sure the store buffer is allocatedXiang, Haihao1-16/+22
2015-05-25VPP: Adjust the parameter settings to DI on GEN6/GEN7Xiang, Haihao1-2/+2