aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Nvdec.Vp9
AgeCommit message (Expand)AuthorFilesLines
2022-11-18Use ReadOnlySpan<byte> compiler optimization in more places (#3853)1.1.358Berkan Diler2-15/+13
2022-11-09infra: Migrate to .NET 7 (#3795)1.1.339Mary-nyan1-1/+1
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine1-1/+0
2022-08-17Removed extra semicolons. (#3594)1.1.220Nicholas Rodine1-1/+1
2022-08-11Rename ToSpan to AsSpan (#3556)1.1.211gdkchan5-62/+62
2022-03-23Support NVDEC H264 interlaced video decoding and VIC deinterlacing (#3225)1.1.84gdkchan2-2/+3
2022-02-17Use ReadOnlySpan<byte> compiler optimization for static data (#3130)1.1.34Berkan Diler3-3/+4
2021-11-28infra: Migrate to .NET 6 (#2829)Mary1-1/+1
2021-02-11Enable multithreaded VP9 decoding (#2009)gdkchan6-9/+252
2020-11-27Remove some warnings and cleaning code (#1736)Ac_K1-1/+2
2020-11-18Improvements with new .NET 5 functions or bugfixes (#1714)gdkchan3-16/+5
2020-11-15infra: Migrate to .NET 5 (#1694)Mary1-8/+1
2020-08-20Fix asserts on VP9 decoder in debug mode and build warnings (#1480)gdkchan3-4/+5
2020-08-06Silence several build warnings (#1428)gdkchan5-8/+4
2020-07-12New NVDEC and VIC implementation (#1384)gdkchan61-0/+14728