Révision | l'heure | Auteur |
---|---|---|
99075c5 | 2014-06-16 12:53:35 | Gwenole Beauchesne |
decoder: h264: don't deallocate surface storage of older frames. |
||
1ae22a0 | 2014-06-16 12:53:35 | Li Xiaowei |
encoder: MVC: Add support for MVC profiles |
||
40af27d | 2014-06-16 12:53:35 | Li Xiaowei |
MVC: CODEC_H264_MVC defination and relatived properties check |
||
ab9de41 | 2014-06-16 12:53:34 | Gwenole Beauchesne |
h264: Add the macros for MVC profiles to keep backward compatibility with libva 1.3.1 |
||
8715ce3 | 2014-06-16 12:53:34 | Zhao Yakui |
Define i965_CreateSurfaces in header file explicitly to avoid multiple declaration |
||
89dcd2e | 2014-06-16 12:53:34 | Xiang, Haihao |
Check the pointer against NULL |
||
ce2cc4e | 2014-06-16 11:27:12 | Xiang, Haihao |
1.3.3.pre1 for development |
||
cc40368 | 2014-06-16 11:21:07 | Xiang, Haihao |
Intel driver 1.3.2 |
||
5e89ef4 | 2014-06-09 17:17:36 | Zhao, Yakui |
Encoding: Fix one type error in intra-prediction shader on BDW |
||
364d9b1 | 2014-06-09 12:56:22 | Xiang, Haihao |
Update NEWS for 1.3.2 pre1 |
||
9047420 | 2014-06-06 13:52:23 | Zhao, Halley |
debug: add g_intel_debug_option_flags for simple driver debug |
||
aa1b177 | 2014-06-06 13:49:01 | Xiang, Haihao |
Fix the scaling issue on IVB/HSW/BDW |
||
05dbef1 | 2014-06-06 13:48:30 | Xiang, Haihao |
VPP: Simplify surface state setting for csc and scaling on IVB/HSW/BDW |
||
c39d208 | 2014-06-06 13:47:55 | Xiang, Haihao |
New structure i965_fourcc_info |
||
b44240a | 2014-06-06 13:46:06 | Xiang, Haihao |
mpeg2: calculate the slice data length on IVB |
||
dfffd00 | 2014-06-06 13:45:21 | Sebastian Ramacher |
Propagate error code |
||
a664a09 | 2014-06-06 13:45:03 | Sebastian Ramacher |
Define i965_proc_picture in header |
||
338180c | 2014-06-06 13:44:34 | Xiang, Haihao |
VPP: MADI on SNB |
||
f07cd58 | 2014-06-06 13:40:44 | Xiang, Haihao |
VPP: i965_vpp_clear_surface() is still used for CSC on BDW |
||
7465b16 | 2014-06-06 13:26:43 | Xiang, Haihao |
Remove unnecessary check with IS_GEN8() |
||
60ea472 | 2014-06-05 17:27:32 | Gwenole Beauchesne |
decoder: h264: don't allocate bottom DMV buffer on Broadwell. |
||
628c958 | 2014-06-05 17:27:26 | Gwenole Beauchesne |
decoder: h264: only allocate tiled surfaces for Sandybridge an newer. |
||
e9c2a67 | 2014-06-03 02:30:43 | Gwenole Beauchesne |
decoder: h264: optimize support for grayscale surfaces. |
||
6d76944 | 2014-06-03 02:30:43 | Gwenole Beauchesne |
decoder: h264: factor out allocation of reconstructed surfaces. |
||
e29345c | 2014-06-03 02:30:43 | Gwenole Beauchesne |
config: fix supported set of chroma formats for JPEG decode. |
||
9200fe2 | 2014-06-03 02:30:43 | Gwenole Beauchesne |
config: fix vaCreateConfig() to not override user chroma format. |
||
0f2e2a9 | 2014-06-03 02:30:43 | Gwenole Beauchesne |
config: fix vaGetConfigAttributes() to validate profile/entrypoint. |
||
cffa752 | 2014-06-03 02:30:43 | Gwenole Beauchesne |
surface: factor out release of surface buffer storage. |
||
18d0aee | 2014-06-03 02:30:43 | Gwenole Beauchesne |
surface: fix geometry (size, layout) of grayscale surfaces. |
||
3afe051 | 2014-05-26 13:17:31 | Xiang, Haihao |
mpeg2: check frame_pred_frame_dct instead of progressive_frame |