summarylogtreecommitdiffstats
path: root/060-ffmpeg-fix-nvidia-vulkan-decoding-segfault.patch
AgeCommit message (Collapse)Author
11 daysRemove 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-09-19New upstream option: liblcevc-decDaniel Bermond
References ---------- https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/dc11c12b6466795f5f9eb057b1aebd76bf129785
2024-08-27Refresh patchesDaniel Bermond
Fix the avisynthplus patch applying.
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