<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/general/SimpleMediaSource, branch user/jvalesmena/media-source-fix</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/general/SimpleMediaSource?h=user%2Fjvalesmena%2Fmedia-source-fix</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/general/SimpleMediaSource?h=user%2Fjvalesmena%2Fmedia-source-fix'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2026-08-27T21:05:08Z</updated>
<entry>
<title>Remove DriverTargetPlatform from MediaSource.vcxproj</title>
<updated>2026-08-27T21:05:08Z</updated>
<author>
<name>5an7y-Microsoft</name>
<email>jvalesmena@microsoft.com</email>
</author>
<published>2026-08-27T21:05:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=f17f4ea91d6c3eafd26d950d40f1df462e0e0844'/>
<id>urn:sha1:f17f4ea91d6c3eafd26d950d40f1df462e0e0844</id>
<content type='text'>
Removed DriverTargetPlatform setting from project file.</content>
</entry>
<entry>
<title>Reset to correct toolset</title>
<updated>2026-06-10T18:48:06Z</updated>
<author>
<name>Gerrit Swaneveld</name>
<email>gerrits@microsoft.com</email>
</author>
<published>2026-06-10T18:48:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=c877bfd2add28f8691758d72c97c43c8fc8062dd'/>
<id>urn:sha1:c877bfd2add28f8691758d72c97c43c8fc8062dd</id>
<content type='text'>
Use WindowsApplicationForDrivers and WindowsUserModeDriver to access WDF
</content>
</entry>
<entry>
<title>Fix to use CPP20 for compiler</title>
<updated>2026-06-09T19:31:37Z</updated>
<author>
<name>Gerrit Swaneveld</name>
<email>gerrits@microsoft.com</email>
</author>
<published>2026-06-09T19:31:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=7406226311c363607c2eb0daabd3dcfcb63625bb'/>
<id>urn:sha1:7406226311c363607c2eb0daabd3dcfcb63625bb</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Standarize INF files enconding to UTF-16 (LE with BOM); renormalize files</title>
<updated>2024-07-02T00:33:16Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-07-02T00:33:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d5569c08aa2818c6240744bb47a00f67f20fdb54'/>
<id>urn:sha1:d5569c08aa2818c6240744bb47a00f67f20fdb54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove x86 and ARM configurations for sample projects. (#1126)</title>
<updated>2024-02-26T17:47:25Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-26T17:47:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9'/>
<id>urn:sha1:3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9</id>
<content type='text'>
* Removed Win32 and Arm from the project configurations.
* Set default platform to x64.</content>
</entry>
<entry>
<title>Initial Support for WDK NuGet Experiment. Take 2. (#1099)</title>
<updated>2024-02-06T09:43:29Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-02-06T09:43:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=81a3070cd98c8ac8fc88eaa7f2c8c1d696f62ba1'/>
<id>urn:sha1:81a3070cd98c8ac8fc88eaa7f2c8c1d696f62ba1</id>
<content type='text'>
* 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 &lt;pchahar@microsoft.com&gt;
Co-authored-by: Jakob Lichtenberg &lt;jakobl@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>[general/simplemediasource] Fix architecture in solution (#977)</title>
<updated>2023-04-18T21:26:24Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2023-04-18T21:26:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=24f196d40fee8c6fb48618ac7c3bc4ff00cdcbe5'/>
<id>urn:sha1:24f196d40fee8c6fb48618ac7c3bc4ff00cdcbe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>INFs using DIRID 13 should target only build 16299 or later - misc general updates (#929)</title>
<updated>2023-03-13T23:58:29Z</updated>
<author>
<name>Jason</name>
<email>jasonknichel@users.noreply.github.com</email>
</author>
<published>2023-03-13T23:58:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=336cb2f16b38129a6a1fd2cf24deab80aaef654f'/>
<id>urn:sha1:336cb2f16b38129a6a1fd2cf24deab80aaef654f</id>
<content type='text'>
Co-authored-by: Jason Knichel &lt;jknichel@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>Fix up some of the malformed DriverVer directives (#909)</title>
<updated>2023-03-04T01:03:26Z</updated>
<author>
<name>Jason</name>
<email>jasonknichel@users.noreply.github.com</email>
</author>
<published>2023-03-04T01:03:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=a24dcb8231e3ed597ca46bdc1cdcec1c1ee6d6ac'/>
<id>urn:sha1:a24dcb8231e3ed597ca46bdc1cdcec1c1ee6d6ac</id>
<content type='text'>
Co-authored-by: Jason Knichel &lt;jknichel@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>Remove invalid INF DeviceInstall32 (#811)</title>
<updated>2023-01-12T21:47:18Z</updated>
<author>
<name>Gerrit Swaneveld</name>
<email>55601905+gerritsMSFT@users.noreply.github.com</email>
</author>
<published>2023-01-12T21:47:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=92042ea4305ded0b44ae538b9fe31d56a4bb80e2'/>
<id>urn:sha1:92042ea4305ded0b44ae538b9fe31d56a4bb80e2</id>
<content type='text'>
* Remove invalid INF DeviceInstall32

Removes from the sample an invalid API call.

* Update to SimpleMediaSource.inf

Fixes to use public installation path</content>
</entry>
</feed>
