summaryrefslogtreecommitdiff
path: root/general/SimpleMediaSource/MediaSource/SimpleMediaSource.cpp
AgeCommit message (Collapse)Author
2026-06-09Fix to use CPP20 for compilerGerrit Swaneveld
STD 17 used experimental coroutine. STD 20 uses standard C++. WinRT will inherit the coroutine automatically, so updating to STD 20 will fix this issue.
2021-05-25update simplemediasource sample (#614)j-leungyy
* update simplemediasource wrl to winrtcpp COM, add mediatype NV12 (SimpleFrameGenerator), fix Mediatype missing attribute (bitrate), add IMFActivate, IMFSampleAllocator interface and implementation, update hardcode arg with named variables, cleanup sample for StreamIndex and StreamId, add sample KSControl * address PR-it1 comments * address comment from PR-it2, replace manual define of IKSControl by ksproxy.h * remove unuse header * address comment from PR * fix sdk to latest, add driversign algorithm * remove nudget, use submodule
2018-09-07fix bug in source not allowing to go from shutdown to startPeihsun Yeh
2018-08-01fix up of media sourcePeihsun Yeh
2018-08-01Creating custom media source solution and project (still needs driver)Peihsun Yeh