summaryrefslogtreecommitdiff
path: root/src/va_backend_compat.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecated warningXiang, Haihao2017-09-271-0/+8
| | | | | | enums and VA features marked as deprecated should not be used any more. Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Unify the coding style in the driverXiang, Haihao2017-04-071-2/+2
| | | | | | | | | | | | | | | Linux coding style is used in the driver source code. Use the command below to format/indent .c/.h files $> astyle --style=linux -cnpUH -s4 -M120 <file> A script of style_unify is added in the top-level directory to handle all .c/.h files in the driver. There is no change to any functionality This fixes https://github.com/01org/intel-vaapi-driver/issues/99 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Keep backward compatibility with VA API 0.38.0Xiang, Haihao2015-12-071-0/+8
| | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
* decoder: h264: expose the set of supported MVC profiles.Gwenole Beauchesne2014-06-161-6/+0
| | | | | | | | | | | | | | H.264 MVC decoding support is defined as follows: - Stereo High profile on Sandybridge and newer ; - Multiview High profile on Haswell and newer. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> (cherry picked from commit 1f244834dedb7b46863b315a898d8649d01c5f58) Conflicts: src/i965_device_info.c src/i965_drv_video.c src/va_backend_compat.h
* h264: Add the macros for MVC profiles to keep backward compatibility with ↵Gwenole Beauchesne2014-06-161-0/+5
| | | | | | | | | libva 1.3.1 It is a part of 1f244834dedb7b46863b315a898d8649d01c5f58 on staging Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Make it buildable against libva 1.3.0Xiang, Haihao2014-05-051-0/+6
| | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
* Fix build with VA-API 0.32.0.Gwenole Beauchesne2012-10-081-0/+48
Add new <va/va_backend_compat.h> glue file with various utility functions and definitions to help building the driver against a previous version of libva (1.0.x for VA-API 0.32.x in particular). Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>