summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-13VPP: Fix Coverity alert on unitialized vpp_kernelsHEADtizen_4.0.m1_releasetizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_unified/20170308.100414submit/tizen_ivi/20160217.000006submit/tizen_ivi/20160217.000000submit/tizen_3.0_ivi/20161010.000004submit/tizen_3.0_common/20161104.104000submit/tizen_3.0.m2/20170104.093753submit/tizen/20150114.092400accepted/tizen/wearable/20150114.124658accepted/tizen/unified/20170309.040129accepted/tizen/tv/20150114.113317accepted/tizen/mobile/20150114.121030accepted/tizen/ivi/20160218.025243accepted/tizen/ivi/20150115.062939accepted/tizen/common/20150114.103703accepted/tizen/3.0/ivi/20161011.050710accepted/tizen/3.0/common/20161114.111056tizen_3.0_ivitizen_3.0.m2tizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0tizensandbox/pcoval/tizenaccepted/tizen_wearableaccepted/tizen_unifiedaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_3.0_iviaccepted/tizen_3.0_commonPhilippe Coval1-1/+1
2014-11-13vpp: expose BGRA surface formats on Ivybridge and Haswell.submit/tizen_ivi/20141201.111111submit/tizen/20141126.102545accepted/tizen/ivi/20141201.122140accepted/tizen/common/20141126.163030sandbox/pcoval/latestGwenole Beauchesne1-0/+12
2014-11-13Revert "add LockBuffer support for VAImage/VASurface"Philippe Coval1-76/+0
2014-11-13Allow "libva-intel-driver" to build into pure Wayland profile.Ronan Le Martret1-0/+1
2014-11-13add LockBuffer support for VAImage/VASurfaceZhao, Halley1-0/+76
2014-10-10build: fix make dist for packaging.Gwenole Beauchesne2-0/+4
2014-10-08Encoding: Add one hook callback function to detect encoding capabilitiy on Ha...Zhao Yakui1-0/+111
2014-10-08change the attribute of hw_codec_info so that it can be updated dynamicallyZhao Yakui3-10/+10
2014-10-08Add one callback function for hw_codec_info to initialize hw_codec_infoZhao Yakui2-0/+4
2014-09-25CHV: Add PCIID placeholders for CHVSean V Kelley3-0/+57
2014-09-09initial export_refcount for obj_bufferZhao, Halley1-0/+1
2014-09-09Add support for new VA buffer export APIs.Gwenole Beauchesne2-0/+133
2014-09-09Remove gen7 only limitation for encoding configurationZhong Li2-7/+5
2014-09-09Enabling BDW avc encoding configurationZhong Li4-24/+95
2014-09-09Enabling HSW avc encoding configurationZhong Li4-54/+97
2014-09-09Enabling SNB avc encoding configurationZhong Li5-18/+79
2014-09-09Add multi quality levels encoding support for GEN7Zhong Li8-17/+109
2014-09-05Add phantom slice support on IVB+Zhong Li3-0/+36
2014-09-05Move gen6 phantom slice function as commonZhong Li3-79/+84
2014-09-02H264_Encoding: Fix the incorrect Qp setting under CBR when slice_header is pa...Zhao Yakui3-13/+37
2014-08-18decoder: h264: fix RefPicList0/1 without frame in DPB.Gwenole Beauchesne1-0/+4
2014-07-23Add more check of H264 slice param to avoid GPU hang caused by the incorrect ...Zhao Yakui1-0/+33
2014-07-01remove fixed uses of inte-gen4asm toolZhao, Yakui2-3/+3
2014-06-16Encoding: Use the different delimeter to pass packed_rawdata and slice_header...Zhao, Yakui2-25/+104
2014-06-16Encoding: Update the comment for the data structure about the packed rawdata/...Zhao, Yakui1-2/+6
2014-06-16Fix the segfault while encoding multiple slice per frame.Sreerenj Balachandran1-0/+7
2014-06-16Fix the segfault while inserting packed slice headerSreerenj Balachandran1-2/+2
2014-06-16Fix the GetConfigAttributes() for H264SteroHighProfileSreerenj Balachandran1-0/+1
2014-06-16H264_encoding: Don't update the slice qp for CBR mode when finding packed sli...Zhao, Yakui3-6/+12
2014-06-16H264_Encoding: Add the support of packed slice header to be flexibleZhao, Yakui6-94/+90
2014-06-16H264_encoding: Reset the last_packed_header_type to avoid the unpaired packed...Zhao, Yakui1-1/+6
2014-06-16H264_encoding: Add the support of inserting the packed raw data passed from userZhao, Yakui6-11/+121
2014-06-16H264_Encoding: Prepare some data structures for adding packed raw dataZhao, Yakui2-0/+63
2014-06-16H264_Encoding: Parse the packed header data from user to fix the hacked code ...Zhao, Yakui1-3/+60
2014-06-16Encoding: Reinitialize CBR bit rate-control parameter to support switch of bi...Zhao, Yakui2-2/+56
2014-06-16decoder: h264: fix frame store logic for MVC.Gwenole Beauchesne12-45/+111
2014-06-16decoder: h264: improve AVC_REF_IDX_STATE for MVC.Gwenole Beauchesne1-1/+17
2014-06-16surface: drop SURFACE_DISPLAYED flag.Gwenole Beauchesne7-15/+20
2014-06-16render: don't deallocate surface storage of displayed frames.Gwenole Beauchesne1-5/+0
2014-06-16decoder: MVC chroma formatsGwenole Beauchesne1-0/+6
2014-06-16decoder: h264: expose the set of supported MVC profiles.Gwenole Beauchesne9-17/+54
2014-06-16decoder: h264: enable Picture ID Remapping on Haswell and newer.Gwenole Beauchesne4-36/+136
2014-06-16decoder: h264: factor out look ups for VA/H264 picture info.Gwenole Beauchesne8-151/+77
2014-06-16decoder: h264: fix submission of AVC_REF_IDX_STATE command.Gwenole Beauchesne1-17/+18
2014-06-16decoder: h264: simplify and optimize reference frame store updates.Gwenole Beauchesne1-64/+44
2014-06-16decoder: h264: allocate reference frames earlier, if needed.Gwenole Beauchesne1-23/+23
2014-06-16decoder: h264: don't deallocate surface storage of older frames.Gwenole Beauchesne1-9/+0
2014-06-16encoder: MVC: Add support for MVC profilesLi Xiaowei4-10/+25
2014-06-16MVC: CODEC_H264_MVC defination and relatived properties checkLi Xiaowei4-3/+51
2014-06-16h264: Add the macros for MVC profiles to keep backward compatibility with lib...Gwenole Beauchesne1-0/+5