Skip to content

mfvideosrc: Add support for jpeg

mfvideosrc: Add support for jpeg on Win32 application

Enable reading jpeg data from webcam if it's supported.
Note that this would be enabled only for Win32.
For UWP, we need to research more about how to support jpeg.
mfvideosrc: Fix wrong casting

Don't cast ISoftwareBitmap to IMFMediaBuffer
mfvideosrc: Add support YUY2 format for UWP
mediafoundation: Drop IMFCaptureEngine implementation

It was introduced for later use of its enhanced feature over IMFSourceReader
such as taking photo with video preview, audio/video capturing at
the same time, etc. But currently it's not our use case, and it would
be maintenance burden.
Edited by Seungha Yang

Merge request reports