<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/avstream/sampledevicemft, branch jiteshkris-patch-1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/avstream/sampledevicemft?h=jiteshkris-patch-1</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/avstream/sampledevicemft?h=jiteshkris-patch-1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2025-06-18T22:18:21Z</updated>
<entry>
<title>Update README.md to use WIL</title>
<updated>2025-06-18T22:18:21Z</updated>
<author>
<name>jk</name>
<email>jitesh_krishnan@yahoo.com</email>
</author>
<published>2025-06-18T22:18:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=a88b12d7c4f431d61ab047a034fb5b68930c1815'/>
<id>urn:sha1:a88b12d7c4f431d61ab047a034fb5b68930c1815</id>
<content type='text'>
DeviceMFT document is outdated. I am changing this readme to include instructions for installing WIL. It also gives a little more information about DeviceMFT and the pipeline in brief</content>
</entry>
<entry>
<title>[avstream/sampledevicemft] Use C++17 (#1256)</title>
<updated>2025-01-22T01:32:28Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2025-01-22T01:32:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=30bc6de110d5990710ede511cfa66218cb99ead1'/>
<id>urn:sha1:30bc6de110d5990710ede511cfa66218cb99ead1</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>[avstream] replacing mft0 with dmft (#1033)</title>
<updated>2023-10-24T22:31:44Z</updated>
<author>
<name>jk</name>
<email>jitesh_krishnan@yahoo.com</email>
</author>
<published>2023-10-24T22:31:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=691127a809117e4e6d665e7896e3aff3a453e58f'/>
<id>urn:sha1:691127a809117e4e6d665e7896e3aff3a453e58f</id>
<content type='text'>
* replacing mft0 with dmft
* delete sources file
* integrate internal review changes</content>
</entry>
<entry>
<title>[avstream/sampledevicemft] Fix format change error for YUY2 (#984)</title>
<updated>2023-08-25T22:16:49Z</updated>
<author>
<name>jk</name>
<email>jitesh_krishnan@yahoo.com</email>
</author>
<published>2023-08-25T22:16:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d35df21596bd51e203a8902260b7d03de6904acb'/>
<id>urn:sha1:d35df21596bd51e203a8902260b7d03de6904acb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Opt many samples in for Universal validation (#910)</title>
<updated>2023-03-07T17:31:41Z</updated>
<author>
<name>Michael Bernstein (MSFT)</name>
<email>99994515+michbern-ms@users.noreply.github.com</email>
</author>
<published>2023-03-07T17:31:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e802b80eaf6b0e949b6fbcecac633da37a71ced7'/>
<id>urn:sha1:e802b80eaf6b0e949b6fbcecac633da37a71ced7</id>
<content type='text'>
* Opt-in many Desktop samples for ApiValidator

ApiValidator is passing for many of our samples
marked Desktop.  This is promising and it is worth
running ApiValidator on these to ensure they stay within
the Universal API limits.

* Shift avstream/sampledevicemft sample to use mfcore.dll rather than mf.dll

* Opt many samples in for Universal validation

Many of our driver samples build cleanly agains the UniversalDDIs.xml
API list.  Opting these in as Universal helps protect their API surface
against accidentally picking up more Desktop-only APIs.

* Revert "Opt-in many Desktop samples for ApiValidator"

This reverts commit a6aa7e6797ab01e6b15c8a4e1cbcea6d7a615629.

---------

Co-authored-by: Michael Bernstein (DPLAT) &lt;Michael.Bernstein@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>Change the locking scheme in DMFT to unlock in setoutputstreamstate (#810)</title>
<updated>2023-02-07T23:44:24Z</updated>
<author>
<name>jk</name>
<email>jitesh_krishnan@yahoo.com</email>
</author>
<published>2023-02-07T23:44:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=ced42ffc4109cba578e0c35a568a74710d50b2b8'/>
<id>urn:sha1:ced42ffc4109cba578e0c35a568a74710d50b2b8</id>
<content type='text'>
A change in device transform manager brought about a deadlock scenario in DMFT sample. The sample now behaves like we have in the rest of the pipeline i.e. we release the lock and wait for the operations on the input pins to complete. This hang is responsible for AMD hangs.</content>
</entry>
<entry>
<title>User/jeleung/camera/fixdmft (#594)</title>
<updated>2021-03-29T19:44:59Z</updated>
<author>
<name>j-leungyy</name>
<email>43455129+j-leungyy@users.noreply.github.com</email>
</author>
<published>2021-03-29T19:44:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e7d711dca53349edfd9068011a76af51a7da3b60'/>
<id>urn:sha1:e7d711dca53349edfd9068011a76af51a7da3b60</id>
<content type='text'>
* add config for nudget
* add IMFSampleAllocatorControl to QueryInterface</content>
</entry>
</feed>
