Age | Commit message (Expand) | Author | Files | Lines |
2014-11-13 | vpp: 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/latest | Gwenole Beauchesne | 1 | -0/+12 |
2014-11-13 | Revert "add LockBuffer support for VAImage/VASurface" | Philippe Coval | 1 | -76/+0 |
2014-11-13 | packaging: Bump to 1.4.1 | Philippe Coval | 1 | -1/+1 |
2014-11-13 | packaging: Bump to 1.3.2 | Philippe Coval | 1 | -1/+1 |
2014-11-13 | packaging: Bump to 1.3.1 | Philippe Coval | 1 | -1/+1 |
2014-11-13 | packaging: Bump to 1.3.0 | Philippe Coval | 1 | -1/+1 |
2014-11-13 | packaging: use upstream tags | Philippe Coval | 1 | -0/+3 |
2014-11-13 | Build only for Intel architectures | Ed Bartosh | 1 | -0/+1 |
2014-11-13 | Allow "libva-intel-driver" to build into pure Wayland profile. | Ronan Le Martret | 2 | -3/+11 |
2014-11-13 | changelog: update version to 1.2.2 | Zhao, Halley | 2 | -1/+5 |
2014-11-13 | add LockBuffer support for VAImage/VASurface | Zhao, Halley | 1 | -0/+76 |
2014-11-13 | packaging: Intial packaging for tizen (on 1.2.0pre) | Zhao, Halley | 2 | -0/+71 |
2014-10-24 | Intel driver 1.4.11.4.1 | Xiang, Haihao | 2 | -3/+3 |
2014-10-10 | Update NEWS & version for 1.4.1 pre11.4.1.pre1 | Xiang, Haihao | 2 | -3/+6 |
2014-10-10 | build: fix make dist for packaging. | Gwenole Beauchesne | 2 | -0/+4 |
2014-10-08 | Encoding: Add one hook callback function to detect encoding capabilitiy on Ha... | Zhao Yakui | 1 | -0/+111 |
2014-10-08 | change the attribute of hw_codec_info so that it can be updated dynamically | Zhao Yakui | 3 | -10/+10 |
2014-10-08 | Add one callback function for hw_codec_info to initialize hw_codec_info | Zhao Yakui | 2 | -0/+4 |
2014-09-30 | Intel driver 1.4.01.4.0 | Xiang, Haihao | 2 | -4/+5 |
2014-09-25 | Driver 1.4.0.pre21.4.0.pre2 | Zhao, Yakui | 1 | -1/+1 |
2014-09-25 | CHV: Add PCIID placeholders for CHV | Sean V Kelley | 3 | -0/+57 |
2014-09-09 | Init driver 1.4.0.pre11.4.0.pre1 | Zhao Yakui | 1 | -3/+3 |
2014-09-09 | Update NEWS for 1.4.0 | Zhao Yakui | 1 | -1/+13 |
2014-09-09 | initial export_refcount for obj_buffer | Zhao, Halley | 1 | -0/+1 |
2014-09-09 | Add support for new VA buffer export APIs. | Gwenole Beauchesne | 2 | -0/+133 |
2014-09-09 | Remove gen7 only limitation for encoding configuration | Zhong Li | 2 | -7/+5 |
2014-09-09 | Enabling BDW avc encoding configuration | Zhong Li | 4 | -24/+95 |
2014-09-09 | Enabling HSW avc encoding configuration | Zhong Li | 4 | -54/+97 |
2014-09-09 | Enabling SNB avc encoding configuration | Zhong Li | 5 | -18/+79 |
2014-09-09 | Add multi quality levels encoding support for GEN7 | Zhong Li | 8 | -17/+109 |
2014-09-05 | Add phantom slice support on IVB+ | Zhong Li | 3 | -0/+36 |
2014-09-05 | Move gen6 phantom slice function as common | Zhong Li | 3 | -79/+84 |
2014-09-02 | H264_Encoding: Fix the incorrect Qp setting under CBR when slice_header is pa... | Zhao Yakui | 3 | -13/+37 |
2014-08-18 | decoder: h264: fix RefPicList0/1 without frame in DPB. | Gwenole Beauchesne | 1 | -0/+4 |
2014-07-23 | Add more check of H264 slice param to avoid GPU hang caused by the incorrect ... | Zhao Yakui | 1 | -0/+33 |
2014-07-01 | remove fixed uses of inte-gen4asm tool | Zhao, Yakui | 2 | -3/+3 |
2014-06-16 | Encoding: Use the different delimeter to pass packed_rawdata and slice_header... | Zhao, Yakui | 2 | -25/+104 |
2014-06-16 | Encoding: Update the comment for the data structure about the packed rawdata/... | Zhao, Yakui | 1 | -2/+6 |
2014-06-16 | Fix the segfault while encoding multiple slice per frame. | Sreerenj Balachandran | 1 | -0/+7 |
2014-06-16 | Fix the segfault while inserting packed slice header | Sreerenj Balachandran | 1 | -2/+2 |
2014-06-16 | Fix the GetConfigAttributes() for H264SteroHighProfile | Sreerenj Balachandran | 1 | -0/+1 |
2014-06-16 | H264_encoding: Don't update the slice qp for CBR mode when finding packed sli... | Zhao, Yakui | 3 | -6/+12 |
2014-06-16 | H264_Encoding: Add the support of packed slice header to be flexible | Zhao, Yakui | 6 | -94/+90 |
2014-06-16 | H264_encoding: Reset the last_packed_header_type to avoid the unpaired packed... | Zhao, Yakui | 1 | -1/+6 |
2014-06-16 | H264_encoding: Add the support of inserting the packed raw data passed from user | Zhao, Yakui | 6 | -11/+121 |
2014-06-16 | H264_Encoding: Prepare some data structures for adding packed raw data | Zhao, Yakui | 2 | -0/+63 |
2014-06-16 | H264_Encoding: Parse the packed header data from user to fix the hacked code ... | Zhao, Yakui | 1 | -3/+60 |
2014-06-16 | Encoding: Reinitialize CBR bit rate-control parameter to support switch of bi... | Zhao, Yakui | 2 | -2/+56 |
2014-06-16 | decoder: h264: fix frame store logic for MVC. | Gwenole Beauchesne | 12 | -45/+111 |
2014-06-16 | decoder: h264: improve AVC_REF_IDX_STATE for MVC. | Gwenole Beauchesne | 1 | -1/+17 |