summaryrefslogtreecommitdiff
path: root/avstream/avscamera/sys
AgeCommit message (Collapse)Author
2026-04-10CodeQL fixes for Suspicious Pointer MathGerrit Swaneveld
General fixes for the AVSCamera Sample, mostly fixing suspicious pointer math.
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-19Add 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]>
2023-10-24[avstream] replacing mft0 with dmft (#1033)jk
* replacing mft0 with dmft * delete sources file * integrate internal review changes
2023-08-11Removed 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-09INFs 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-02-08Update 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
2021-06-21Correct signing digestAndrew Dancy
Fix bug where signing digest had incorrectly been stated as sha265 instead of sha256
2021-03-31set sha256 as the default file digest algorithmfor avshws and avscameraVictor Murta
2020-04-07Merge branch 'UpdateVibraniumAvstream' of ↵Joel Corley
https://github.com/JoelCorley/Windows-driver-samples into UpdateVibraniumAvstream
2020-04-07Fix typos, etc. to address review comments.Joel Corley
2020-04-06Replaced ExAllocatePoolWithTag with ExAllocatePoolZero in avsstream samplesYiwen Jiang
2020-01-21Update all the AvStream samples for Vibranium.Joel Corley
2019-02-06Updating samples with RS5 changes and setting DriverTargetPlatform to ↵Sanjeev Reddy
Universal to enable API Validator
2018-06-29Update AVStream / Camera samples for RS4.Joel Corley
2018-01-19Updating Camera WDK Samples to RS3 version (#193)saredd
2017-03-20Merge pull request #118 from saredd/masterWei Mao
2017-03-17Use lower caseWei Mao