<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/avstream/avssamp, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/avstream/avssamp?h=develop</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/avstream/avssamp?h=develop'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2024-07-02T00:33:16Z</updated>
<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>Add ARM64 as target platform on multiple samples (#1104)</title>
<updated>2024-02-19T22:26:14Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-19T22:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=cff1465ff184c6e89d43083f8430040e72d69283'/>
<id>urn:sha1:cff1465ff184c6e89d43083f8430040e72d69283</id>
<content type='text'>
* Add ARM64 as target platform on multiple samples

* Remove ARM64 from WFPSampler temporarily

---------

Co-authored-by: Jakob Lichtenberg (170957) &lt;jakobl@microsoft.com&gt;</content>
</entry>
<entry>
<title>INFs using DIRID 13 should target only build 16299 or later - audio updates (#923)</title>
<updated>2023-03-10T00:04:23Z</updated>
<author>
<name>Jason</name>
<email>jasonknichel@users.noreply.github.com</email>
</author>
<published>2023-03-10T00:04:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=1f3fcf168dc9884af735facc5de233e17ea880c2'/>
<id>urn:sha1:1f3fcf168dc9884af735facc5de233e17ea880c2</id>
<content type='text'>
INFs using DIRID 13 should only target build 16299 and later - audio updates

Co-authored-by: Jason Knichel &lt;jknichel@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>Update Camera Public Samples to use target platform of 'Windows Drivers' (#864)</title>
<updated>2023-02-09T01:05:01Z</updated>
<author>
<name>Gerrit Swaneveld</name>
<email>55601905+gerritsMSFT@users.noreply.github.com</email>
</author>
<published>2023-02-09T01:05:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=1e3a4568571dc5bc3bee31e2b741917ee6900cce'/>
<id>urn:sha1:1e3a4568571dc5bc3bee31e2b741917ee6900cce</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

* Fix to Public Samples to be Windows Drivers compliant

Update AvsCamera, AvsCameraMFT0, Avshws, Avsamp, and MultipinMFT samples to be Windows Driver Compliant

* Filters Edit

Fix Filters files autogenerated by VS</content>
</entry>
<entry>
<title>Updated default file digest algorithm to sha256</title>
<updated>2020-12-17T22:03:48Z</updated>
<author>
<name>Victor Murta</name>
<email>vmurta@microsoft.com</email>
</author>
<published>2020-12-17T22:03:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=51c4fdebdb5a74db8a08e1731bbed45acac96ce7'/>
<id>urn:sha1:51c4fdebdb5a74db8a08e1731bbed45acac96ce7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed tab character issue in avstream/avssamp/video.cpp and added PnpLockdown flag to inx file (#503)</title>
<updated>2020-05-22T01:59:34Z</updated>
<author>
<name>strongstrongyiwen</name>
<email>63120519+strongstrongyiwen@users.noreply.github.com</email>
</author>
<published>2020-05-22T01:59:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=325b87cf839b1b5c0ff46bb8c201612cfaedc561'/>
<id>urn:sha1:325b87cf839b1b5c0ff46bb8c201612cfaedc561</id>
<content type='text'>
* Fix:
 - Fix typo of ExAllocatePoolZero().
 - Add PnpLockdown flag to INX file.

* Fixed tab character issue and added PnpLockdown flag to inx file

Co-authored-by: Joel Corley &lt;jocorley@microsoft.com&gt;</content>
</entry>
<entry>
<title>Merge branch 'UpdateVibraniumAvstream' of https://github.com/JoelCorley/Windows-driver-samples into UpdateVibraniumAvstream</title>
<updated>2020-04-07T07:43:16Z</updated>
<author>
<name>Joel Corley</name>
<email>jocorley@microsoft.com</email>
</author>
<published>2020-04-07T07:43:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=27c8560ba860165db5a173b37591271397d20bb7'/>
<id>urn:sha1:27c8560ba860165db5a173b37591271397d20bb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos, etc. to address review comments.</title>
<updated>2020-04-07T07:42:28Z</updated>
<author>
<name>Joel Corley</name>
<email>jocorley@microsoft.com</email>
</author>
<published>2020-04-07T07:42:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=6568238719a3fe6d317e1d4a13131f5d2ca0234b'/>
<id>urn:sha1:6568238719a3fe6d317e1d4a13131f5d2ca0234b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced ExAllocatePoolWithTag with ExAllocatePoolZero in avsstream samples</title>
<updated>2020-04-06T18:05:29Z</updated>
<author>
<name>Yiwen Jiang</name>
<email>yiwjiang@microsoft.com</email>
</author>
<published>2020-04-06T18:05:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=60dab78e2549a164e5558b2169a900f24ac41434'/>
<id>urn:sha1:60dab78e2549a164e5558b2169a900f24ac41434</id>
<content type='text'>
</content>
</entry>
</feed>
