summarylogtreecommitdiffstats
path: root/060-ffmpeg-fix-segfault-with-avisynthplus.patch
AgeCommit message (Collapse)Author
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
2024-03-31Update packageDaniel Bermond
2024-03-17Update svt patches, refresh other patches and update licenseDaniel Bermond
Also: - explicitly disable libshaderc, since it is mutually exclusive with libglslang - prioritize openvino pkgconfig search path
2023-10-01Update ffnvcodec-headers dependency and svt patchesDaniel Bermond
ffmpeg git master currently requires ffnvcodec-headers git master. This is not the first time it happens, so maybe it's better to keep it for the long run to avoid breakages in building.
2022-11-02Match latest upstream changesDaniel Bermond
2022-08-04Update and reorganize dependenciesDaniel Bermond
libopenmpt and openh264 are now on the official repositories. No need to depend on libopenmpt-svn anymore, since the repository one is obviously in good shape.
2022-03-22Temporarily disable svt-hevcDaniel Bermond
It currently fails to build with svt-hevc. Upstream patch needs to be updated to match ffmpeg git master.
2022-03-20Add fix for avisynthplus and temporarily disable svt-vp9Daniel Bermond
It currently fails to build with svt-vp9. Upstream patch needs to be updated to match ffmpeg git master.