summaryrefslogtreecommitdiff
path: root/avstream
AgeCommit message (Collapse)Author
2026-04-30Remove unused variablesGerrit Swaneveld
Remove unused variables
2026-04-10CodeQL fixes for Suspicious Pointer MathGerrit 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-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]>
2024-01-31This 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-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-03-07Opt 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-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
2023-02-07Change 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-26Check success of StringFromCLSID before printing string (#1) (#716)Michael Katz
* Check success of StringFromCLSID before printing string * initialized wchar ptr to null
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
2021-03-29User/jeleung/camera/fixdmft (#594)j-leungyy
* add config for nudget * add IMFSampleAllocatorControl to QueryInterface
2020-12-17Updated default file digest algorithm to sha256Victor Murta
2020-06-11Changed wil nuget package linking to git submodule (#515)156867strongstrongyiwen
Deleted link with wil nuget package, switched to git submodule instead.
2020-05-21Fixed 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-23Avshws.sys fails to build clean. Typo. (#484)Joel Corley
- Fix typo of ExAllocatePoolZero(). - Add PnpLockdown flag to INX file.
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-04-03Undo unnecessary changes to project file.Joel Corley
2020-02-11Revert the accidential overwriting of README.MD files.Joel Corley
2020-01-21Add missing nuget package file.Joel Corley
2020-01-21Update all the AvStream samples for Vibranium.Joel Corley
2020-01-06Updated links to https (#448)112023112022112021112020112019112018112017112016112015112014112013112012112011112010112009112008112007112006Barry Golden
2019-11-12Fix missing stdexcept header in sampledevicemft (#441)99495Adonais Romero González
2019-09-12Update README.md (#415)833418334083339833388333783336833358333483333Barry Golden
2019-08-22Update README.md (#407)7914479143791427914179140791397913879137791367913579134Barry Golden
2019-08-20Update README.md (#404)Barry Golden
2019-08-17Update README.mdBarry Golden
2019-08-02Fix Avstream sample build for older Windows versions (#393)73321Sudhaushu
* fix build break for older windows versions * modified to remove future changes
2019-07-15Update README 6660566604666036660266601666006659966598665976659666595665946659366592665916659066589665886658766586665856658466583Den Delimarsky
2019-07-04Update sample metadataDen Delimarsky
2019-03-13Testing onboarding more samples44819448184481744816448154481444813448124481144810Den Delimarsky
2019-03-13Update manifestsDen Delimarsky
2019-03-13Update READMEsDen Delimarsky
2019-03-13Fix README issuesDen Delimarsky
2019-03-13Update README metadataDen Delimarsky
2019-03-13Update READMEsDen Delimarsky
2019-03-13Testing samples browser integrationDen Delimarsky
2019-03-12Update 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-07Deleting project filters fileSanjeev Reddy