Révision | l'heure | Auteur |
---|---|---|
1f2e878 | 2015-09-15 11:03:10 | Xiang, Haihao |
Check pointer against NULL first before dereferencing it |
||
8953dbd | 2015-09-15 11:01:44 | Sean V Kelley |
i965: Remove duplicate check on platform in hybrid codec proxy |
||
ae75deb | 2015-09-10 11:57:32 | Xiang, Haihao |
1.6.2.pre1 for development |
||
a2827f7 | 2015-09-10 11:56:28 | Xiang, Haihao |
Merge branch 'v1.6-branch' into fdo--master |
||
35858c6 | 2015-09-09 17:51:36 | Xiang, Haihao |
libva-intel-driver 1.6.1 |
||
6f2ea35 | 2015-09-09 13:42:14 | Lim Siew Hoon |
Fix if issue of SLICE_TYPE_I statement in vme_pipeline_programing |
||
d67fd0e | 2015-09-09 13:35:20 | Xiang, Haihao |
Replace --enable-wrapper with --enable-hybrid-codec |
||
2d42512 | 2015-09-09 13:34:33 | Xiang, Haihao |
Replace --enable-wrapper with --enable-hybrid-codec |
||
bae95b2 | 2015-09-06 16:49:46 | Xiang, Haihao |
Update NEWS |
||
912bb06 | 2015-09-06 16:13:58 | Sameer Kibey |
Remove file access check in loading wrapper |
||
0665aa2 | 2015-09-06 16:13:58 | Zhao Yakui |
Export the profile/entrypoints for the wrapped backend drivers |
||
282d501 | 2015-09-06 16:13:58 | Zhao Yakui |
Call the wrapped backend driver for the given decoding |
||
c3cced5 | 2015-09-06 16:13:58 | Zhao Yakui |
Add the support of wrapper the VA Buffer to the backend driver |
||
fc5e5eb | 2015-09-06 16:13:58 | Zhao Yakui |
Add one function to wrapper VA surface into backend driver |
||
1c12070 | 2015-09-06 16:13:58 | Zhao Yakui |
Call the wrapped function to free wrapped surface/buffer |
||
8bb367b | 2015-09-06 16:13:58 | Zhao Yakui |
Call wrapped driver to handle config/context related with VP9 decoding |
||
23c1929 | 2015-09-06 16:13:58 | Zhao Yakui |
Wrapper the DriverContextP of backend driver |
||
3ed20e3 | 2015-09-06 16:13:58 | Zhao Yakui |
Add one field for Config/Context/Surface/Buffer to store the wrapper content |
||
95c1072 | 2015-09-06 16:13:58 | Lim Siew Hoon |
Clean up unused local variable 'i965' |
||
01d2e95 | 2015-09-06 16:13:58 | Lim Siew Hoon |
Clean up the duplicate extra two line of code |
||
0987509 | 2015-09-06 16:13:58 | Lim Siew Hoon |
Fix if statement checking sampling factor for YUV422V_4Y |
||
b380f8f | 2015-09-06 16:13:58 | Lim Siew Hoon |
Fix suspiciously placed semicolon at if statement. |
||
f11ffd0 | 2015-09-06 16:13:58 | Lim Siew Hoon |
Fix memset initialize for huff_co_table and huff_si_table array |
||
36d07d4 | 2015-09-06 16:13:58 | Lim Siew Hoon |
Fix memset initialize value for huff_size_table and huff_code_table |
||
e631108 | 2015-09-06 16:13:57 | Lim Siew Hoon |
Fix klockwork critical message hit on calloc function usage |
||
d626ec1 | 2015-09-06 16:13:57 | Xiang, Haihao |
encode/hevc: Check slice type first in case user passes wrong parameters to driver |
||
877a7c4 | 2015-09-06 16:13:57 | Xiang, Haihao |
encode/hevc: Check the correct BO before unreferencing it |
||
0135a0c | 2015-09-06 16:13:57 | Joel Holdsworth |
Added LIBVA_DRIVERS_PATH configure argument |
||
a01e183 | 2015-09-06 16:13:57 | Zhao Yakui |
Decoding: Export the attribute of slice mode for decoding |
||
8dbbcc0 | 2015-09-06 16:13:57 | Zhao Yakui |
Remove the redundant check in vaBeginPicture call |