index
:
delta/libva-intel-driver.git
coverity_scan
g45-h264
master
staging
v1.0-branch
v1.4-branch
v1.5-branch
v1.6-branch
v1.7-branch
v1.8-branch
v2.0-branch
v2.1-branch
v2.2-branch
v2.3-branch
v2.4-branch
vaapi-ext
github.com: 01org/intel-vaapi-driver.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gen7_mfd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
VC1: Fix for frame coding mode
Xiang, Haihao
2018-01-09
1
-3
/
+5
*
genX_mfd: add comment on dmv buffer scaling
carpalis
2018-01-05
1
-0
/
+6
*
genX_mfd: optimize comparison out of loop
carpalis
2018-01-05
1
-8
/
+10
*
genX_mfd: fix code indenting
carpalis
2018-01-05
1
-2
/
+2
*
genX_mfd: clean up the use of profile bitstream element
carpalis
2018-01-05
1
-16
/
+6
*
genX_mfd: fix range reduction scaling
carpalis
2018-01-05
1
-16
/
+52
*
genX_mfd: fix dmv buffer size calculation
carpalis
2018-01-05
1
-2
/
+2
*
genX_mfd: fix intensity compensation for frame-interlaced content
carpalis
2018-01-05
1
-2
/
+2
*
gen7_mfd: add support for VC-1 interlaced intensity compensation
carpalis
2018-01-05
1
-41
/
+241
*
gen7_mfd: add support for VC-1 interlaced reference frames
carpalis
2018-01-05
1
-35
/
+101
*
gen7_mfd: add support for VC-1 interlaced pictures
carpalis
2018-01-05
1
-22
/
+105
*
genX_mfd: fix calculation of motion vector mode
carpalis
2018-01-05
1
-6
/
+2
*
genX_mfd: no raw coded bitplanes for skipped pictures
carpalis
2018-01-05
1
-7
/
+16
*
genX_mfd: fix BitplanePresentFlag for skipped pictures
carpalis
2018-01-05
1
-3
/
+6
*
genX_mfd: align dmv buffer use with VC-1 spec and PRM
carpalis
2018-01-05
1
-12
/
+15
*
genX_mfd: no need for loop filtering for skipped pictures
carpalis
2018-01-05
1
-4
/
+13
*
genX_mfd: remove mapping of I frame to BI frame
carpalis
2018-01-05
1
-4
/
+0
*
genX_mfd: change order within if-else
carpalis
2018-01-05
1
-6
/
+6
*
genX_mfd: use input range instead of mapped range in comparison
carpalis
2018-01-05
1
-2
/
+2
*
genX_mfd: remove one-to-one mapping for picture_type
carpalis
2018-01-05
1
-17
/
+15
*
genX_mfd: fix unnecessary variable reuse
carpalis
2018-01-05
1
-5
/
+2
*
genX_mfd: do not scale dmv buffer with height
carpalis
2018-01-05
1
-2
/
+1
*
genX_mfd: align hardware programming of Y Offset for V(Cr) with comment
carpalis
2018-01-05
1
-1
/
+1
*
genX_mfd: fix hardware programming for bitplanes coded in raw mode
carpalis
2018-01-05
1
-7
/
+7
*
genX_mfd: mask unused bits in bitplane_present.value
carpalis
2018-01-05
1
-2
/
+2
*
genX_mfd: fix bitplane encoding for skipped pictures
carpalis
2018-01-05
1
-20
/
+36
*
genX_mfd: remove emulation byte on MB layer boundary
carpalis
2018-01-05
1
-2
/
+7
*
gen7_mfd: Check ptr before dereferencing
fritsch
2017-09-04
1
-4
/
+5
*
implement intensity compensation for VC-1 decoding
carpalis
2017-07-28
1
-6
/
+38
*
correct subsampling calculate methods of various fourcc that jpeg support.
Wang, Tiantian
2017-06-12
1
-24
/
+16
*
Remove the unnecessary exec bit
Chih-Wei Huang
2017-05-02
1
-0
/
+0
*
Unify the coding style in the driver
Xiang, Haihao
2017-04-07
1
-79
/
+79
*
Clean up the duplicate extra two line of code
Lim Siew Hoon
2015-09-06
1
-3
/
+0
*
Fix if statement checking sampling factor for YUV422V_4Y
Lim Siew Hoon
2015-09-06
1
-1
/
+1
*
Fix klockwork critical message hit on calloc function usage
Lim Siew Hoon
2015-09-06
1
-0
/
+3
*
H264: Use macroblock pair to calculate H264 decoding parameter under MBAFF flag
Zhao Yakui
2015-07-06
1
-2
/
+8
*
Decode: Free the allocated internal surface used by JPEG to avoid memory leak
Zhao Yakui
2015-05-18
1
-0
/
+12
*
gen7_mfd: Optimise start code search
Olivier Crete
2015-03-24
1
-9
/
+17
*
VC1: No overlap smoothing if the overlap flag is 0
Xiang, Haihao
2015-02-03
1
-19
/
+23
*
decoder: Add struct gen_codec_surface
Xiang, Haihao
2014-12-14
1
-1
/
+1
*
Add phantom slice support on IVB+
Zhong Li
2014-09-05
1
-0
/
+12
*
decoder: h264: fix frame store logic for MVC.
Gwenole Beauchesne
2014-06-16
1
-1
/
+3
*
surface: drop SURFACE_DISPLAYED flag.
Gwenole Beauchesne
2014-06-16
1
-2
/
+4
*
decoder: h264: expose the set of supported MVC profiles.
Gwenole Beauchesne
2014-06-16
1
-0
/
+2
*
decoder: h264: factor out look ups for VA/H264 picture info.
Gwenole Beauchesne
2014-06-16
1
-19
/
+7
*
Define i965_CreateSurfaces in header file explicitly to avoid multiple declar...
Zhao Yakui
2014-06-16
1
-8
/
+0
*
mpeg2: calculate the slice data length on IVB
Xiang, Haihao
2014-06-06
1
-2
/
+27
*
decoder: h264: optimize support for grayscale surfaces.
Gwenole Beauchesne
2014-06-02
1
-1
/
+5
*
decoder: h264: factor out allocation of reconstructed surfaces.
Gwenole Beauchesne
2014-06-02
1
-11
/
+1
*
Simplify some macros
Xiang, Haihao
2014-05-26
1
-2
/
+2
[next]