devkitPro / pacman-packages

https://devkitpro.org
135 stars 106 forks source link

switch: add libdav1d, update FFmpeg with hwaccel #307

Closed averne closed 1 year ago

averne commented 1 year ago

As discussed in https://github.com/switchbrew/libnx/issues/580. Since FFmpeg does not implement its own AV1 decoder, I also added dav1d, which I think is the fastest software implementation as of now.

averne commented 1 year ago

Tested working on my (unreleased) player:

https://github.com/devkitPro/pacman-packages/assets/45773016/d6c02472-e0af-4413-b6b0-de7864055992

WinterMute commented 1 year ago

Good job. Thanks for doing this.