-
4f94ccd7
by Brendan McGrath at 2026-03-16T23:08:23+01:00
mfmediaengine: Reset the sample requested flag on Stop.
When a sink is stopped, all pending requests are discarded by the client
(for example IMFMediaSession).
-
9840a3fd
by Brendan McGrath at 2026-03-16T23:08:23+01:00
mfmediaengine: Implement looping behaviour.
-
0f166510
by Brendan McGrath at 2026-03-16T23:08:23+01:00
mfmediaengine: Keep the last presentation sample on flush.
On Windows, if IMFMediaEngine::TransferVideoFrame is called after the
video has finished, then the last video frame presented is returned.