Releases: elFarto/nvidia-vaapi-driver
Releases · elFarto/nvidia-vaapi-driver
v0.0.3
What's Changed
- Added
av1
meson option to enable AV1 support at build time. The codec is still not functional, this is purely to allow testing. - Fixed VP8 support, this was broken due to lack of support on my 1060. Thanks to @imatimba for their testing!
- Added a check for the Firefox sandbox on start-up, and fail to initalise if it's detected.
- Added a check for the nvidia_drm modeset parameter on start-up, and fail to initalise if it's set to 0.
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- MIT license, Proposed by @KAMiKAZOW in #10
- Fix accumulating memory leaks by @anas2660 in #16
- Fixed build issues on Arch by @dawidgarus in #9
- General code cleanup by @pobrn in #19
- Introduce use of nv-codec-headers by @philipl in #21
- Fixed problems with EGL initialisation occasionally getting the wrong display
- Fully removed AV1 from being advertised as supported
- General bug fixes and logging improvements
- Reworked the settings and environment variables needed to run in Firefox. We now ensure the driver is run in the RDD process, and disable that sandbox, instead of disabling the main content sandbox.
- Fixed issue with NVIDIA 510 beta driver, #26
- Fixed issue with Kodi using slightly different sizes for surfaces, #27
- Fixed issue with Kodi attempting to use unimplemented codec, #28
New Contributors
- @KAMiKAZOW made their first contribution in #10
- @anas2660 made their first contribution in #16
- @dawidgarus made their first contribution in #9
- @pobrn made their first contribution in #19
- @philipl made their first contribution in #21
Thank you to all the people who've contributed code and bug reports, they've help tremendously!
Full Changelog: v0.0.1...v0.0.2