gstreamer/subprojects/gst-plugins-bad/sys/mediafoundation
Seungha Yang 236378c9d5 mfvideoenc: Fix broken encoding when resolution is not an even number
Width and height values of 4:2:0 subsampled YUV format should be even number,
and if it's not the case, there should be padding which is not a contiguous memory layout.
Do copy input frames to MediaFoundation's memory in that case for now.

Fixes: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1165
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2661>
2022-06-29 08:26:45 +00:00
..
AsyncOperations.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfaacdec.cpp mediafoundation: Add support for AAC decoding 2022-02-11 04:16:22 +09:00
gstmfaacdec.h mediafoundation: Add support for AAC decoding 2022-02-11 04:16:22 +09:00
gstmfaacenc.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfaacenc.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfaudiodecoder.cpp mediafoundation: Add support for AAC decoding 2022-02-11 04:16:22 +09:00
gstmfaudiodecoder.h mediafoundation: Add support for AAC decoding 2022-02-11 04:16:22 +09:00
gstmfaudioencoder.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfaudioencoder.h mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfcapturewinrt.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstmfcapturewinrt.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfdevice.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstmfdevice.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfh264enc.cpp mfvideoencoder: Handle dynamic property update 2022-05-28 23:12:53 +09:00
gstmfh264enc.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfh265enc.cpp mfvideoencoder: Handle dynamic property update 2022-05-28 23:12:53 +09:00
gstmfh265enc.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfmp3dec.cpp mediafoundation: Add support for MP3 decoding 2022-02-11 04:16:23 +09:00
gstmfmp3dec.h mediafoundation: Add support for MP3 decoding 2022-02-11 04:16:23 +09:00
gstmfmp3enc.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfmp3enc.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfplatloader.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstmfplatloader.h mediafoundation: Use GetProcAddress() for OS version dependent symbols 2021-10-16 18:07:06 +09:00
gstmfsourceobject.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstmfsourceobject.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfsourcereader.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfsourcereader.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmftransform.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmftransform.h mediafoundation: Use GetProcAddress() for OS version dependent symbols 2021-10-16 18:07:06 +09:00
gstmfutils.cpp mediafoundation: Add support for AAC decoding 2022-02-11 04:16:22 +09:00
gstmfutils.h mediafoundation: Add support for AAC decoding 2022-02-11 04:16:22 +09:00
gstmfvideobuffer.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstmfvideobuffer.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfvideoencoder.cpp mfvideoenc: Fix broken encoding when resolution is not an even number 2022-06-29 08:26:45 +00:00
gstmfvideoencoder.h mfvideoenc: Fix broken encoding when resolution is not an even number 2022-06-29 08:26:45 +00:00
gstmfvideosrc.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstmfvideosrc.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfvp9enc.cpp mfvideoencoder: Handle dynamic property update 2022-05-28 23:12:53 +09:00
gstmfvp9enc.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gststrmif.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstwin32devicewatcher.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstwin32devicewatcher.h mfdeviceprovider: Add support for device update 2021-09-30 06:13:07 +00:00
mediacapturewrapper.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
mediacapturewrapper.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
meson.build mediafoundation: Add support for MP3 decoding 2022-02-11 04:16:23 +09:00
plugin.cpp mediafoundation: Run indent 2022-05-28 23:12:53 +09:00