- 06 Jan, 2020 1 commit
-
-
Haihao Xiang authored
The frame width and height is rounded up to 128 and 32 since commit 8daac1c0, so the width, height for initialization should be rounded up to 128 and 32 too because the MSDK VP9 encoder will do some check on width and height. Sample pipeline: gst-launch-1.0 videotestsrc ! \ video/x-raw,width=320,height=240,format=NV12 ! msdkvp9enc ! fakesink
-
- 10 Dec, 2019 1 commit
-
-
An issue can be seen when using msdkh265enc with bitrate change in playing state. The root cause is the corresponding plugin is loaded again. Returning MFX_ERR_UNDEFINED_BEHAVIOR from MSDK just means the plugin has been loaded, so we may ignore this error when doing configuation again in the sub class, otherwise the pipeline will be interrupted
-
- 25 Oct, 2019 1 commit
-
-
- 10 Sep, 2019 1 commit
-
-
Add new macro for sink/src pad template to ensure no DMABuf caps features are exposed on Windows. Some DMABuf caps features were not handled by the commit 9ec62418
-
- 07 Jul, 2019 1 commit
-
-
- 19 Feb, 2019 1 commit
-
-
Tim-Philipp Müller authored
-
- 08 Jan, 2019 1 commit
-
-
Víctor Manuel Jáquez Leal authored
Thus removing the preprocessor's directives to included if found.
-
- 16 May, 2018 1 commit
-
-
Sreerenj Balachandran authored
Building against mfx_dispatcher is used to search for headers in PREFIX/include/mfx/ only (commit: 62f04e80), but it is just PREFIX/include with open source msdk version. https://bugzilla.gnome.org/show_bug.cgi?id=796118
-
- 29 Mar, 2018 1 commit
-
-
Sreerenj Balachandran authored
MJPEG doesn't have support for extended coding options https://bugzilla.gnome.org/show_bug.cgi?id=793873
-
- 20 Feb, 2018 1 commit
-
-
Sreerenj Balachandran authored
The base encoder common properties are not valid for mjpeg encoder where there is no motion compensation or rate control. Delaying the property installation on the base gobject untill the subclass class_init get invoked. https://bugzilla.gnome.org/show_bug.cgi?id=791637
-
- 13 Feb, 2018 1 commit
-
-
Makes GstMsdkContext to be a descendant of GstObject so that we could track the life-cycle of the session of the driver. Also replaces MsdkContext with this one. Keeps msdk_d3d.c alive for the future. https://bugzilla.gnome.org/show_bug.cgi?id=790752
-
- 30 Oct, 2017 1 commit
-
-
Sebastian Dröge authored
E.g. from https://github.com/lu-zero/mfx_dispatch
-
- 14 Nov, 2016 2 commits
-
-
[scott.d.phillips@intel.com: gst-indent *.c *.h] [scott.d.phillips@intel.com: link with libva at build time] [scott.d.phillips@intel.com: remove unused includes] [scott.d.phillips@intel.com: Update README] https://bugzilla.gnome.org/show_bug.cgi?id=770990