Skip to content

Releases: elFarto/nvidia-vaapi-driver

v0.0.3

22 Jan 08:43
3044e42
Compare
Choose a tag to compare

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

14 Jan 20:22
Compare
Choose a tag to compare

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

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

v0.0.1

03 Jan 10:44
6d285a0
Compare
Choose a tag to compare

First release!