summarylogtreecommitdiffstats
path: root/060-ffmpeg-fix-nvidia-vulkan-decoding-segfault.patch
AgeCommit message (Collapse)Author
2024-10-24Remove vulkan decoding patch (fixed upstream). Refresh patches.Daniel Bermond
It looks like the vulkan decoding segmentation fault with nvidia is fixed[1][2] upstream, so the patch can now be removed. [1] https://trac.ffmpeg.org/ticket/10847#comment:4 [2] https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/ca591e6b50ee616fc36711cc66d594e51209dddb
2024-10-07Match repository package. Move vapoursynth to makepends/optdepends.Daniel Bermond
vapoursynth is not required as a link library anymore, but now is loaded at runtime[1] with dlopen(), so it can now be an optdepend. References ---------- [1] https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/d42cd5b75bd7eeeba8ef7f433edf61b31f6f2858
2024-08-15Match latest upstream changesDaniel Bermond
2024-05-01Fix nvidia vulkan decoding segmentation faultDaniel Bermond
Original patch for fixing nvidia vulkan decoding: https://github.com/streetpea/chiaki4deck/issues/239#issuecomment-1929365254 References ---------- [1] https://trac.ffmpeg.org/ticket/10847 [2] https://trac.ffmpeg.org/ticket/10970