(In reply to Martin Stránský [:stransky] from comment #28) > 1.0.0 That's the non-free variant of the iHD driver: https://packages.debian.org/testing/intel-media-va-driver-non-free Installing that package removes [intel-media-va-driver](https://packages.debian.org/testing/intel-media-va-driver), it has the same sandbox issue for me, but supports encoding. I assume these patent issues you mentioned are about encoding. ``` $ vainfo libva info: VA-API version 1.6.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_6 libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.6 (libva 2.6.0) vainfo: Driver version: Intel iHD driver - 1.0.0 vainfo: Supported profile and entrypoints VAProfileNone : VAEntrypointVideoProc VAProfileNone : VAEntrypointStats VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Simple : VAEntrypointEncSlice VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointFEI VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileH264High : VAEntrypointFEI VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileJPEGBaseline : VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264ConstrainedBaseline: VAEntrypointFEI VAProfileVP8Version0_3 : VAEntrypointVLD ```
Bug 1619585 Comment 29 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Martin Stránský [:stransky] from comment #28) > 1.0.0 That's the non-free variant of the iHD driver: https://packages.debian.org/testing/intel-media-va-driver-non-free Installing that package removes [intel-media-va-driver](https://packages.debian.org/testing/intel-media-va-driver), it has the same sandbox issue for me, but supports encoding. I assume these patent issues you mentioned are about encoding with older devices. ``` $ vainfo libva info: VA-API version 1.6.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_6 libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.6 (libva 2.6.0) vainfo: Driver version: Intel iHD driver - 1.0.0 vainfo: Supported profile and entrypoints VAProfileNone : VAEntrypointVideoProc VAProfileNone : VAEntrypointStats VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Simple : VAEntrypointEncSlice VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointFEI VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileH264High : VAEntrypointFEI VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileJPEGBaseline : VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264ConstrainedBaseline: VAEntrypointFEI VAProfileVP8Version0_3 : VAEntrypointVLD ```
(In reply to Martin Stránský [:stransky] from comment #28) > 1.0.0 That's the non-free variant of the iHD driver: https://packages.debian.org/testing/intel-media-va-driver-non-free Installing that package removes [intel-media-va-driver](https://packages.debian.org/testing/intel-media-va-driver), it has the same sandbox issue for me, but supports encoding even with my old Broadwell. I assume these patent issues you mentioned could be about encoding with older devices. ``` $ vainfo libva info: VA-API version 1.6.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_6 libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.6 (libva 2.6.0) vainfo: Driver version: Intel iHD driver - 1.0.0 vainfo: Supported profile and entrypoints VAProfileNone : VAEntrypointVideoProc VAProfileNone : VAEntrypointStats VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Simple : VAEntrypointEncSlice VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointFEI VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileH264High : VAEntrypointFEI VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileJPEGBaseline : VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264ConstrainedBaseline: VAEntrypointFEI VAProfileVP8Version0_3 : VAEntrypointVLD ```
(In reply to Martin Stránský [:stransky] from comment #28) > 1.0.0 That's the non-free variant of the iHD driver: https://packages.debian.org/testing/intel-media-va-driver-non-free Installing that package removes [intel-media-va-driver](https://packages.debian.org/testing/intel-media-va-driver), it has the same sandbox issue for me, but supports encoding even with my old Broadwell. I assume these patent issues you mentioned could be about encoding with older devices. https://github.com/intel/media-driver/blob/master/README.md > * __Full Feature Build__ is default driver build, which supports all feature by hardware accelerator and close source shaders(media kernel binaries). Ubuntu __intel-media-va-driver-non-free__ package is generated from this build type. > * __Free Kernel Build__, enables fully open source shaders(media kernels) and hardware features but the features would be limited. Ubuntu __intel-media-va-driver__ package is generated from this build type. ``` $ vainfo libva info: VA-API version 1.6.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_6 libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.6 (libva 2.6.0) vainfo: Driver version: Intel iHD driver - 1.0.0 vainfo: Supported profile and entrypoints VAProfileNone : VAEntrypointVideoProc VAProfileNone : VAEntrypointStats VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Simple : VAEntrypointEncSlice VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointFEI VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileH264High : VAEntrypointFEI VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileJPEGBaseline : VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264ConstrainedBaseline: VAEntrypointFEI VAProfileVP8Version0_3 : VAEntrypointVLD ```
(In reply to Martin Stránský [:stransky] from comment #28) > 1.0.0 That's the non-free variant of the iHD driver: https://packages.debian.org/testing/intel-media-va-driver-non-free Installing that package removes [intel-media-va-driver](https://packages.debian.org/testing/intel-media-va-driver), it has the same sandbox issue for me, but supports encoding even with my old Broadwell. I assume these patent issues you mentioned could be about encoding with older devices. https://github.com/intel/media-driver > * __Full Feature Build__ is default driver build, which supports all feature by hardware accelerator and close source shaders(media kernel binaries). Ubuntu __intel-media-va-driver-non-free__ package is generated from this build type. > * __Free Kernel Build__, enables fully open source shaders(media kernels) and hardware features but the features would be limited. Ubuntu __intel-media-va-driver__ package is generated from this build type. ``` $ vainfo libva info: VA-API version 1.6.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_6 libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.6 (libva 2.6.0) vainfo: Driver version: Intel iHD driver - 1.0.0 vainfo: Supported profile and entrypoints VAProfileNone : VAEntrypointVideoProc VAProfileNone : VAEntrypointStats VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Simple : VAEntrypointEncSlice VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointFEI VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileH264High : VAEntrypointFEI VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileJPEGBaseline : VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264ConstrainedBaseline: VAEntrypointFEI VAProfileVP8Version0_3 : VAEntrypointVLD ```
(In reply to Martin Stránský [:stransky] from comment #28) > 1.0.0 That's the non-free variant of the iHD driver: https://packages.debian.org/testing/intel-media-va-driver-non-free Installing that package removes [intel-media-va-driver](https://packages.debian.org/testing/intel-media-va-driver), it has the same sandbox issue for me, but supports encoding even with my old Broadwell. I assume these patent issues you mentioned could be about encoding with older devices. ``` $ vainfo libva info: VA-API version 1.6.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_6 libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.6 (libva 2.6.0) vainfo: Driver version: Intel iHD driver - 1.0.0 vainfo: Supported profile and entrypoints VAProfileNone : VAEntrypointVideoProc VAProfileNone : VAEntrypointStats VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Simple : VAEntrypointEncSlice VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointFEI VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileH264High : VAEntrypointFEI VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileJPEGBaseline : VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264ConstrainedBaseline: VAEntrypointFEI VAProfileVP8Version0_3 : VAEntrypointVLD ``` https://github.com/intel/media-driver > * __Full Feature Build__ is default driver build, which supports all feature by hardware accelerator and close source shaders(media kernel binaries). Ubuntu __intel-media-va-driver-non-free__ package is generated from this build type. > * __Free Kernel Build__, enables fully open source shaders(media kernels) and hardware features but the features would be limited. Ubuntu __intel-media-va-driver__ package is generated from this build type.