Mary-nyan
7d8e198c33
fix: Support FFmpeg 5.1.x for decoding ( #3816 )
...
For some reason FFmpeg 5.1.x reverted part of the changes made in 5.0.x
on AVCodec.
This fix decoding issues with it.
2022-11-02 09:26:50 +01:00
Mary
c5bddfeab8
Remove dependency for FFmpeg.AutoGen and Update FFmpeg to 5.0.1 for Windows ( #3466 )
...
* Remove dependency for FFMpeg.AutoGen
Also prepare for FFMpeg 5.0 and 5.1
* Update Ryujinx.Graphics.Nvdec.Dependencies to 5.0.1-build10
* Address gdkchan's comments
* Address Ack's comment
* Address gdkchan's comment
2022-07-14 15:13:23 +02:00
Ac_K
16c649934f
ffmpeg: Add extra checks and error messages ( #2951 )
...
* ffmpeg: Add extra checks and error messages
This PR adds some checks and logging error messages related to the ffmpeg context creation, that will prevent users to open issues because they don't have the correct packages installed.
Close #2762
* Update FFmpegContext.cs
2022-01-03 12:38:21 +01:00
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