http://www.avayaandteamsdemo.com/
https://github.com/elFarto/nvidia-vaapi-driver
This is an VA-API implementation that uses NVDEC as a backend.
This implementation is specifically designed to be used by Firefox for accelerated decode of web content,
and may not operate correctly in other applications.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:kill_it/nvidia-vaapi-driver && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000738 738 Bytes | |
_servicedata | 0000000248 248 Bytes | |
baselibs.conf | 0000000019 19 Bytes | |
nvidia-vaapi-driver-0.0.13.obscpio | 0000844300 825 KB | |
nvidia-vaapi-driver.changes | 0000004244 4.14 KB | |
nvidia-vaapi-driver.obsinfo | 0000000109 109 Bytes | |
nvidia-vaapi-driver.sh | 0000000025 25 Bytes | |
nvidia-vaapi-driver.spec | 0000001895 1.85 KB |
Latest Revision
Konstantin Voinov (kill_it)
committed
(revision 3)
- Update to version 0.0.13: * Update README.md * added addition fallback mechanism for reading version number * fixed mismatched } caused by not using the END_FOR_EACH macro * Fix typo, add HEVC support description, add open gpu kernel info * Fix double closing file descriptor * Fix memory leak * Remove redundant NULL check free(ptr) is defined as a no-op if ptr=NULL * realloc with NULL pointer is equivalent to malloc * Fix potential double free issue * Fix file descriptor potentially never being closed * vabackend: Treat surfaceCount == 1 the same as surfaceCount == 0 * Update README.md - Recent MPV versions can be used. * fixed out of bounds issues in hevc decoding * reworked GOB logic yet again * disabled deinterlacing * Expose non-glibc workaround on FreeBSD < 14 (rebase 119a5a3ac448) * Update default backend in README.md
Comments 0