| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-30 | Remove unused variables | Gerrit Swaneveld | |
| Remove unused variables | |||
| 2026-04-10 | CodeQL fixes for Suspicious Pointer Math | Gerrit Swaneveld | |
| General fixes for the AVSCamera Sample, mostly fixing suspicious pointer math. | |||
| 2025-01-21 | [avstream/sampledevicemft] Use C++17 (#1256) | Adonais Romero González | |
| 2024-07-01 | Standarize INF files enconding to UTF-16 (LE with BOM); renormalize files | Adonais Romero Gonzalez | |
| 2024-02-26 | Remove 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-19 | Add ARM64 as target platform on multiple samples (#1104) | Adonais Romero González | |
| * Add ARM64 as target platform on multiple samples * Remove ARM64 from WFPSampler temporarily --------- Co-authored-by: Jakob Lichtenberg (170957) <[email protected]> | |||
| 2024-01-31 | This PR simply deletes a redundant sln file (#1095) | JakobL-MSFT | |
| user/jakobl/delete_AvsCameraDMFT_sln | |||
| 2023-10-24 | [avstream] replacing mft0 with dmft (#1033) | jk | |
| * replacing mft0 with dmft * delete sources file * integrate internal review changes | |||
| 2023-08-25 | [avstream/sampledevicemft] Fix format change error for YUY2 (#984) | jk | |
| 2023-08-11 | Removed unused string tokens related to MediaCategories (#1018) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-04-07 | [avstream/avscamera] Update hwsim.cpp (#954) | Gerrit Swaneveld | |
| Add Paged Code Macros | |||
| 2023-04-07 | [avstream/avscamera] Update Capture.cpp (#955) | Gerrit Swaneveld | |
| Add Paged Code Macro | |||
| 2023-04-07 | [avstream/avscamera] Update Device.cpp (#956) | Gerrit Swaneveld | |
| Add Paged Code Macro | |||
| 2023-03-09 | INFs using DIRID 13 should target only build 16299 or later - audio updates ↵ | Jason | |
| (#923) INFs using DIRID 13 should only target build 16299 and later - audio updates Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-07 | Opt many samples in for Universal validation (#910) | Michael Bernstein (MSFT) | |
| * 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) <[email protected]> | |||
| 2023-02-08 | Update Camera Public Samples to use target platform of 'Windows Drivers' (#864) | Gerrit Swaneveld | |
| * 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 | |||
| 2023-02-07 | Change the locking scheme in DMFT to unlock in setoutputstreamstate (#810) | jk | |
| 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. | |||
| 2022-04-26 | Check success of StringFromCLSID before printing string (#1) (#716) | Michael Katz | |
| * Check success of StringFromCLSID before printing string * initialized wchar ptr to null | |||
| 2021-06-21 | Correct signing digest | Andrew Dancy | |
| Fix bug where signing digest had incorrectly been stated as sha265 instead of sha256 | |||
| 2021-03-31 | set sha256 as the default file digest algorithmfor avshws and avscamera | Victor Murta | |
| 2021-03-29 | User/jeleung/camera/fixdmft (#594) | j-leungyy | |
| * add config for nudget * add IMFSampleAllocatorControl to QueryInterface | |||
| 2020-12-17 | Updated default file digest algorithm to sha256 | Victor Murta | |
| 2020-06-11 | Changed wil nuget package linking to git submodule (#515)156867 | strongstrongyiwen | |
| Deleted link with wil nuget package, switched to git submodule instead. | |||
| 2020-05-21 | Fixed tab character issue in avstream/avssamp/video.cpp and added ↵ | strongstrongyiwen | |
| PnpLockdown flag to inx file (#503) * 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 <[email protected]> | |||
| 2020-04-23 | Avshws.sys fails to build clean. Typo. (#484) | Joel Corley | |
| - Fix typo of ExAllocatePoolZero(). - Add PnpLockdown flag to INX file. | |||
| 2020-04-07 | Merge branch 'UpdateVibraniumAvstream' of ↵ | Joel Corley | |
| https://github.com/JoelCorley/Windows-driver-samples into UpdateVibraniumAvstream | |||
| 2020-04-07 | Fix typos, etc. to address review comments. | Joel Corley | |
| 2020-04-06 | Replaced ExAllocatePoolWithTag with ExAllocatePoolZero in avsstream samples | Yiwen Jiang | |
| 2020-04-03 | Undo unnecessary changes to project file. | Joel Corley | |
| 2020-02-11 | Revert the accidential overwriting of README.MD files. | Joel Corley | |
| 2020-01-21 | Add missing nuget package file. | Joel Corley | |
| 2020-01-21 | Update all the AvStream samples for Vibranium. | Joel Corley | |
| 2020-01-06 | Updated links to https (#448)112023112022112021112020112019112018112017112016112015112014112013112012112011112010112009112008112007112006 | Barry Golden | |
| 2019-11-12 | Fix missing stdexcept header in sampledevicemft (#441)99495 | Adonais Romero González | |
| 2019-09-12 | Update README.md (#415)833418334083339833388333783336833358333483333 | Barry Golden | |
| 2019-08-22 | Update README.md (#407)7914479143791427914179140791397913879137791367913579134 | Barry Golden | |
| 2019-08-20 | Update README.md (#404) | Barry Golden | |
| 2019-08-17 | Update README.md | Barry Golden | |
| 2019-08-02 | Fix Avstream sample build for older Windows versions (#393)73321 | Sudhaushu | |
| * fix build break for older windows versions * modified to remove future changes | |||
| 2019-07-15 | Update README 6660566604666036660266601666006659966598665976659666595665946659366592665916659066589665886658766586665856658466583 | Den Delimarsky | |
| 2019-07-04 | Update sample metadata | Den Delimarsky | |
| 2019-03-13 | Testing onboarding more samples44819448184481744816448154481444813448124481144810 | Den Delimarsky | |
| 2019-03-13 | Update manifests | Den Delimarsky | |
| 2019-03-13 | Update READMEs | Den Delimarsky | |
| 2019-03-13 | Fix README issues | Den Delimarsky | |
| 2019-03-13 | Update README metadata | Den Delimarsky | |
| 2019-03-13 | Update READMEs | Den Delimarsky | |
| 2019-03-13 | Testing samples browser integration | Den Delimarsky | |
| 2019-03-12 | Update README.md for samples portal (#358) | Barry Golden | |
| * Update README.md for samples portal * Update README.md for samples portal * Removed installwdf * Update fork (#2) * Fix typo ture -> true * Remove InstallWdf sample * Fix typo (#340) ture -> true * Readme typo fix (#349) * Update langid | |||
| 2019-02-07 | Deleting project filters file | Sanjeev Reddy | |
