gstreamer/sys/msdk
Haihao Xiang 326b755332 msdkh265enc: support 8-bit 422 encoding
The media driver can support HEVC 8-bit 422 encoding for non-lowpower
mode since ICL[1], so VPP is not needed for this case.

Sample pipeline:
gst-launch-1.0 videotestsrc ! video/x-raw,format=YUY2 ! msdkh265enc ! \
filesink location=output.h265

[1] https://github.com/intel/media-driver#decodingencoding-features
2020-03-31 09:27:03 +08:00
..
gstmsdk.c msdkvp9enc: output raw vp9 stream instead of IVF stream 2020-02-10 06:46:28 +00:00
gstmsdkallocator.h
gstmsdkallocator_d3d.c
gstmsdkallocator_libva.c msdk: map P012_LE to VA_FOURCC_P016 2020-03-23 06:31:29 +00:00
gstmsdkallocator_libva.h
gstmsdkbufferpool.c msdkbufferpool: Fix build warning on Windows 2020-03-22 22:30:15 +09:00
gstmsdkbufferpool.h
gstmsdkcontext.c asfmux: Fix typo in property description 2020-03-12 18:38:11 +01:00
gstmsdkcontext.h msdk: fix for mfx frame alloc response 2019-09-23 09:58:28 +08:00
gstmsdkcontextutil.c msdk: Fix increasing memory usage in dynamic pipelines 2020-01-21 00:38:41 +00:00
gstmsdkcontextutil.h msdk: Reorganize context preparation code 2020-01-21 00:38:41 +00:00
gstmsdkdec.c msdkdec: Fix GstMsdkContext leak 2020-01-29 15:35:21 +09:00
gstmsdkdec.h msdk: Fix increasing memory usage in dynamic pipelines 2020-01-21 00:38:41 +00:00
gstmsdkdecproputil.c
gstmsdkdecproputil.h
gstmsdkenc.c msdkh265enc: support 8-bit 422 encoding 2020-03-31 09:27:03 +08:00
gstmsdkenc.h msdkh265enc: support 8-bit 422 encoding 2020-03-31 09:27:03 +08:00
gstmsdkh264dec.c
gstmsdkh264dec.h
gstmsdkh264enc.c msdkh264enc: Add support for CEA708 closed caption insertion 2020-03-30 07:59:10 +00:00
gstmsdkh264enc.h msdkh264enc: Add support for CEA708 closed caption insertion 2020-03-30 07:59:10 +00:00
gstmsdkh265dec.c msdkh265dec: add support for main-12, main-12-intra profiles 2020-03-23 06:31:30 +00:00
gstmsdkh265dec.h
gstmsdkh265enc.c msdkh265enc: support 8-bit 422 encoding 2020-03-31 09:27:03 +08:00
gstmsdkh265enc.h msdkh265enc: slice size control 2020-03-30 00:20:11 +00:00
gstmsdkmjpegdec.c msdk: Remove all DMABuf caps features on Windows 2019-09-10 13:29:11 +00:00
gstmsdkmjpegdec.h
gstmsdkmjpegenc.c msdkmjpegenc: convert UYVY to YUY2 instead of NV12 2019-11-02 09:52:36 +00:00
gstmsdkmjpegenc.h
gstmsdkmpeg2dec.c
gstmsdkmpeg2dec.h
gstmsdkmpeg2enc.c
gstmsdkmpeg2enc.h
gstmsdksystemmemory.c msdk: map P012_LE to MFX_FOURCC_P016 2020-03-23 06:31:29 +00:00
gstmsdksystemmemory.h
gstmsdkvc1dec.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstmsdkvc1dec.h
gstmsdkvideomemory.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstmsdkvideomemory.h msdk: fix for mfx frame alloc response 2019-09-23 09:58:28 +08:00
gstmsdkvp8dec.c msdk: ignore MFX_ERR_UNDEFINED_BEHAVIOR when loading a plugin 2019-12-10 17:23:53 +00:00
gstmsdkvp8dec.h
gstmsdkvp9dec.c msdk: ignore MFX_ERR_UNDEFINED_BEHAVIOR when loading a plugin 2019-12-10 17:23:53 +00:00
gstmsdkvp9dec.h
gstmsdkvp9enc.c msdkvp9enc: add support for 10 bits 444 input 2020-03-23 08:20:13 +08:00
gstmsdkvp9enc.h msdkvp9enc: output raw vp9 stream instead of IVF stream 2020-02-10 06:46:28 +00:00
gstmsdkvpp.c msdkvpp: add YV12 format to src pad 2020-03-19 09:31:59 -07:00
gstmsdkvpp.h msdk: Fix increasing memory usage in dynamic pipelines 2020-01-21 00:38:41 +00:00
gstmsdkvpputil.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstmsdkvpputil.h
meson.build msdkh264enc: Add support for CEA708 closed caption insertion 2020-03-30 07:59:10 +00:00
msdk-enums.c msdkvpp: support video-direction property 2019-08-26 16:39:39 +00:00
msdk-enums.h
msdk.c msdk: add a helper function to get codename of the platform 2020-03-31 09:27:03 +08:00
msdk.h msdk: add a helper function to get codename of the platform 2020-03-31 09:27:03 +08:00
msdk_d3d.c
msdk_libva.c msdk: map MFX_FOURCC_P016 to VA_FOURCC_P016 2020-03-23 06:31:29 +00:00
msdk_libva.h