summaryrefslogtreecommitdiff
path: root/general/SimpleMediaSource
AgeCommit message (Collapse)Author
2026-06-10Reset to correct toolsetGerritsMSFTSimpleMediaPlayerCompilerUpdateGerrit Swaneveld
Use WindowsApplicationForDrivers and WindowsUserModeDriver to access WDF
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.
2024-07-01Standarize INF files enconding to UTF-16 (LE with BOM); renormalize filesAdonais Romero Gonzalez
2024-02-26Remove x86 and ARM configurations for sample projects. (#1126)Adonais Romero González
* Removed Win32 and Arm from the project configurations. * Set default platform to x64.
2024-02-06Initial Support for WDK NuGet Experiment. Take 2. (#1099)JakobL-MSFT
* Add parent directory file for NuGet import support * fix directory.build.props file * Checked in a comment with baseline. Also small fix to make sure we use GE InfVerif flags and Exclusions.csv * Remove references to path which refer older vars * Remove stale variable path from mincore.lib * remove references to stale variale from vhidmimium * remove stale reference from ddproxy * remove stale reference in inspect.vcxproj * Remove stale path reference in msnmntr.vcxproj * Remove stale path reference to stmedit.vcxproj * Remove stale path from echosrv.vcxproj * remove stale path mscorelib SingleComponentSingleStateUm.vcxproj * remove stale path * Move GitHub check up front * Replace correct value for the wpprecorderum * Removed the stale references for the um libs * correct the reference path for libs simplemedia * Correct the reference path for vccomsup * Correct the reference path for sdk lib path * added reference to the kit shared inc path * added reference to the kit shared inc path * Build-SampleSet: Let determination of NuGet packages be based on a folder .\packages rather than the .\packages.config file * added reference to the kit shared inc path * Updated PACKAGERESTORE_README.md with results from Prashant's recent fixes. Moves us 37 failures to 19 failures. * Rewrite how to get NuGet packages via EEAP or MSFTNuGet * Minor edits to Building-Locally.md * added reference to the kit shared inc path * Move forward to ge_release 26052. This fixes samples .\prm * added reference to the kit shared inc path * Move forward to ge_release 26052. This fixes samples .\prm. Update to .\Building-Locally.md * added reference to the kit shared inc path * added reference to the kit shared inc path * added reference to the kit shared inc path * added reference to the kit shared inc path * added reference to the kit shared inc path * added reference to the kit shared inc path * Update NuGet build instructions and PACKAGERESTORE_README.md * Reset Building-Locally.md and remote PACKAGERESTORE_README.md --------- Co-authored-by: Prashant Chahar <[email protected]> Co-authored-by: Jakob Lichtenberg <[email protected]>
2023-04-18[general/simplemediasource] Fix architecture in solution (#977)Adonais Romero González
2023-03-13INFs using DIRID 13 should target only build 16299 or later - misc general ↵Jason
updates (#929) Co-authored-by: Jason Knichel <[email protected]>
2023-03-03Fix up some of the malformed DriverVer directives (#909)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-01-12Remove invalid INF DeviceInstall32 (#811)Gerrit Swaneveld
* Remove invalid INF DeviceInstall32 Removes from the sample an invalid API call. * Update to SimpleMediaSource.inf Fixes to use public installation path
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
2019-09-17Update README.md (#419)848928489184890848898488884887Barry Golden
2019-08-20Update README.md (#405)778227782177820778197781877817778167781577814778137781277811778107780977808778067780577804778037780277801778007779977798Barry Golden
2019-08-20Update README.md (#404)Barry Golden
2019-08-18Update README.md (#403)770217702077019Barry Golden
* Update ReadMe.md * Update README.md
2019-08-17Update README.mdBarry Golden
2019-03-13Update READMEsDen Delimarsky
2019-01-02Updating readme categoryPeihsun Yeh
2019-01-02Adding README and yamlPeihsun Yeh
2018-09-07fix bug in source not allowing to go from shutdown to startPeihsun Yeh
2018-08-27clarifying comments, removing some alsoPeihsun Yeh
2018-08-24added mising referencestringPeihsun Yeh
2018-08-17Fix the solution and project so everything builds.Joel Corley
Note: The DLLs are still not being signed. The driver package will install, but won't start because of it.
2018-08-15adding entry code for media sourcePeihsun Yeh
2018-08-14Added driver project, but it is not building yetPeihsun Yeh
2018-08-14Renamed MediaSource projectPeihsun Yeh
2018-08-01fix up of media sourcePeihsun Yeh
2018-08-01Creating custom media source solution and project (still needs driver)Peihsun Yeh