ryujinx/Ryujinx.Graphics.Nvdec
Ac_K d1604aa762
nvdec: Adding Vp8 codec support (#2707)
* first try

* second try

* working update

* Final impl

* Fixes nits

* Fix everything

* remove leftover

* Update FFmpegContext.cs

* Update Surface.cs

* Addresses gdkchan feedback

* bool not byte

* Addresses gdkchan feedback
2021-10-12 22:55:57 +02:00
..
Image
Types nvdec: Adding Vp8 codec support (#2707) 2021-10-12 22:55:57 +02:00
CodecId.cs
FrameDecodedEventArgs.cs
H264Decoder.cs nvdec: Adding Vp8 codec support (#2707) 2021-10-12 22:55:57 +02:00
MemoryExtensions.cs
NvdecDecoderContext.cs nvdec: Adding Vp8 codec support (#2707) 2021-10-12 22:55:57 +02:00
NvdecDevice.cs nvdec: Adding Vp8 codec support (#2707) 2021-10-12 22:55:57 +02:00
NvdecRegisters.cs
NvdecStatus.cs
ResourceManager.cs
Ryujinx.Graphics.Nvdec.csproj nvdec: Adding Vp8 codec support (#2707) 2021-10-12 22:55:57 +02:00
Vp8Decoder.cs nvdec: Adding Vp8 codec support (#2707) 2021-10-12 22:55:57 +02:00
Vp9Decoder.cs