aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Nvdec.Vp9
AgeCommit message (Expand)Author
2023-03-04Minor code formatting (#4498)gdkchan
2022-11-18Use ReadOnlySpan<byte> compiler optimization in more places (#3853)Berkan Diler
2022-11-09infra: Migrate to .NET 7 (#3795)Mary-nyan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-08-17Removed extra semicolons. (#3594)Nicholas Rodine
2022-08-11Rename ToSpan to AsSpan (#3556)gdkchan
2022-03-23Support NVDEC H264 interlaced video decoding and VIC deinterlacing (#3225)gdkchan
2022-02-17Use ReadOnlySpan<byte> compiler optimization for static data (#3130)Berkan Diler
2021-11-28infra: Migrate to .NET 6 (#2829)Mary
2021-02-11Enable multithreaded VP9 decoding (#2009)gdkchan
2020-11-27Remove some warnings and cleaning code (#1736)Ac_K
2020-11-18Improvements with new .NET 5 functions or bugfixes (#1714)gdkchan
2020-11-15infra: Migrate to .NET 5 (#1694)Mary
2020-08-20Fix asserts on VP9 decoder in debug mode and build warnings (#1480)gdkchan
2020-08-06Silence several build warnings (#1428)gdkchan
2020-07-12New NVDEC and VIC implementation (#1384)gdkchan