summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.4.2.pre1v1.4-branchXiang, Haihao2014-11-141-2/+2
* Add one hook list to disable encoding on some Ivybridge machinesZhao Yakui2014-11-111-0/+64
* Add one hook list to disable encoding on some Sandybridge machinesZhao Yakui2014-11-111-0/+64
* Call preinit_hw_codec callback after successful initialization to avoid segme...Zhao Yakui2014-10-301-3/+3
* Intel driver 1.4.11.4.1Xiang, Haihao2014-10-242-3/+3
* Update NEWS & version for 1.4.1 pre11.4.1.pre1Xiang, Haihao2014-10-102-3/+6
* build: fix make dist for packaging.Gwenole Beauchesne2014-10-102-0/+4
* Encoding: Add one hook callback function to detect encoding capabilitiy on Ha...Zhao Yakui2014-10-081-0/+111
* change the attribute of hw_codec_info so that it can be updated dynamicallyZhao Yakui2014-10-083-10/+10
* Add one callback function for hw_codec_info to initialize hw_codec_infoZhao Yakui2014-10-082-0/+4
* Intel driver 1.4.01.4.0Xiang, Haihao2014-09-302-4/+5
* Driver 1.4.0.pre21.4.0.pre2Zhao, Yakui2014-09-251-1/+1
* CHV: Add PCIID placeholders for CHVSean V Kelley2014-09-253-0/+57
* Init driver 1.4.0.pre11.4.0.pre1Zhao Yakui2014-09-091-3/+3
* Update NEWS for 1.4.0Zhao Yakui2014-09-091-1/+13
* initial export_refcount for obj_bufferZhao, Halley2014-09-091-0/+1
* Add support for new VA buffer export APIs.Gwenole Beauchesne2014-09-092-0/+133
* Remove gen7 only limitation for encoding configurationZhong Li2014-09-092-7/+5
* Enabling BDW avc encoding configurationZhong Li2014-09-094-24/+95
* Enabling HSW avc encoding configurationZhong Li2014-09-094-54/+97
* Enabling SNB avc encoding configurationZhong Li2014-09-095-18/+79
* Add multi quality levels encoding support for GEN7Zhong Li2014-09-098-17/+109
* Add phantom slice support on IVB+Zhong Li2014-09-053-0/+36
* Move gen6 phantom slice function as commonZhong Li2014-09-053-79/+84
* H264_Encoding: Fix the incorrect Qp setting under CBR when slice_header is pa...Zhao Yakui2014-09-023-13/+37
* decoder: h264: fix RefPicList0/1 without frame in DPB.Gwenole Beauchesne2014-08-181-0/+4
* Add more check of H264 slice param to avoid GPU hang caused by the incorrect ...Zhao Yakui2014-07-231-0/+33
* remove fixed uses of inte-gen4asm toolZhao, Yakui2014-07-012-3/+3
* Encoding: Use the different delimeter to pass packed_rawdata and slice_header...Zhao, Yakui2014-06-162-25/+104
* Encoding: Update the comment for the data structure about the packed rawdata/...Zhao, Yakui2014-06-161-2/+6
* Fix the segfault while encoding multiple slice per frame.Sreerenj Balachandran2014-06-161-0/+7
* Fix the segfault while inserting packed slice headerSreerenj Balachandran2014-06-161-2/+2
* Fix the GetConfigAttributes() for H264SteroHighProfileSreerenj Balachandran2014-06-161-0/+1
* H264_encoding: Don't update the slice qp for CBR mode when finding packed sli...Zhao, Yakui2014-06-163-6/+12
* H264_Encoding: Add the support of packed slice header to be flexibleZhao, Yakui2014-06-166-94/+90
* H264_encoding: Reset the last_packed_header_type to avoid the unpaired packed...Zhao, Yakui2014-06-161-1/+6
* H264_encoding: Add the support of inserting the packed raw data passed from userZhao, Yakui2014-06-166-11/+121
* H264_Encoding: Prepare some data structures for adding packed raw dataZhao, Yakui2014-06-162-0/+63
* H264_Encoding: Parse the packed header data from user to fix the hacked code ...Zhao, Yakui2014-06-161-3/+60
* Encoding: Reinitialize CBR bit rate-control parameter to support switch of bi...Zhao, Yakui2014-06-162-2/+56
* decoder: h264: fix frame store logic for MVC.Gwenole Beauchesne2014-06-1612-45/+111
* decoder: h264: improve AVC_REF_IDX_STATE for MVC.Gwenole Beauchesne2014-06-161-1/+17
* surface: drop SURFACE_DISPLAYED flag.Gwenole Beauchesne2014-06-167-15/+20
* render: don't deallocate surface storage of displayed frames.Gwenole Beauchesne2014-06-161-5/+0
* decoder: MVC chroma formatsGwenole Beauchesne2014-06-161-0/+6
* decoder: h264: expose the set of supported MVC profiles.Gwenole Beauchesne2014-06-169-17/+54
* decoder: h264: enable Picture ID Remapping on Haswell and newer.Gwenole Beauchesne2014-06-164-36/+136
* decoder: h264: factor out look ups for VA/H264 picture info.Gwenole Beauchesne2014-06-168-151/+77
* decoder: h264: fix submission of AVC_REF_IDX_STATE command.Gwenole Beauchesne2014-06-161-17/+18
* decoder: h264: simplify and optimize reference frame store updates.Gwenole Beauchesne2014-06-161-64/+44