summaryrefslogtreecommitdiff
path: root/avstream
AgeCommit message (Collapse)Author
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
2019-02-06Cleaning up extraneous project changesSanjeev Reddy
2019-02-06Updating samples with RS5 changes and setting DriverTargetPlatform to ↵Sanjeev Reddy
Universal to enable API Validator
2018-12-18Fix typoAdonais Romero Gonzalez
2018-12-11Remove broken X86-specific DMA code.Joel Corley
Add project support for ARM & ARM64 targets.
2018-10-30Fix typo in the word acceptable (#299)Swapnil
2018-10-30Fix typo in the word acceptable (#300)Swapnil
2018-09-24Updated YAML manifest for Microsoft Samples portal. (#287)Barry Golden
* Rename YAML manifests to use .yml extension * Add preserveParentHierarchy: true to YAML manifest * Updated YAML manifest for Microsoft Samples portal. * Fix YAML newline warnings * Updated vssolution path in YAML manifests
2018-08-13Fix resource.h file encoding (#272)Adonais Romero González
2018-07-19Merge branch 'master' into rs4-updateJoel Corley
2018-07-10changes to device MFT to include platform concepts like decoder/ XVP/ Work ↵Jitesh Krishnan
Queues/ Allocators
2018-06-29Update AVStream / Camera samples for RS4.Joel Corley
2018-02-28Added .yaml files for samples portal (#214)Barry Golden
2018-02-24Update README.md (#211)Barry Golden
Added missing "name:" tag in samples category filter comment block.
2018-01-19Updating Camera WDK Samples to RS3 version (#193)saredd
2017-08-24VSTS 12737998Barry Golden
2017-08-16REDO: avstream\samplemft0\resource.h: file corruptionWei Mao