summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-05-02Update libvpl dependenciesDaniel Bermond
2024-05-01Fix nvidia vulkan decoding. Fix vulkan filters output format.Daniel 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 [3] https://trac.ffmpeg.org/ticket/10876 [4] https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/eb7d019b326b0c34e07f2369f31e8ba266fa666b
2024-04-19Fix build with ffnvcodec-headers 12.2Daniel Bermond
2024-03-09Add patch for vulkan-headers 1.3.279Daniel Bermond
2024-02-26Add patch for glslang 14Daniel Bermond
2024-01-01Update to version 6.1.1Daniel Bermond
2023-11-25Bring back support for opencvDaniel Bermond
opencv support was disabled[1] a long time ago because ffmpeg failed to build with it. opencv 3.x does not support C compilation mode[2] anymore, and ffmpeg uses only C. There is no ffmpeg interest[3] in compiling opencv in C++ mode, so opencv2 must be used here. References ---------- [1] https://aur.archlinux.org/cgit/aur.git/commit/?h=ffmpeg-full&id=5d72306579c20bc36ff7c6ff1005b168e3b263de [2] https://github.com/opencv/opencv/issues/10963 [3] https://trac.ffmpeg.org/ticket/7059
2023-11-25Add missing option libaribcaptionDaniel Bermond
References ---------- [1] https://git.videolan.org/?p=ffmpeg.git;a=commit;h=b6138633cdf2ecae22c4c02029e91245c430c4fe
2023-11-17Update libklvanc dependencyDaniel Bermond
2023-11-14Update to version 6.1Daniel Bermond
Also in this update: - add missing libharfbuzz - add libopenvino - add depends that were implicitly satisfied
2023-10-28Temporarily disable docs to fix build. Fix nvenc build.Daniel Bermond
HTML pages fails to build with texinfo 7.1. Temporarily disabling it until there is an upstream fix.
2023-08-12Fix build with binutils 2.41Daniel Bermond
2023-06-20Add missing dependency for Intel QuickSync Video (QSV)Daniel Bermond
This was missing when switched libfmx to onevpl.
2023-03-16Update ffnvcodec-headers dependencyDaniel Bermond
The stable version of ffnvcodec-headers in the official repositories was updated and now gives support for av1_nvenc.
2023-03-09Update to version 6.0Daniel Bermond
2023-02-25Bring back flite1 and temporarily disable pocketsphinxDaniel Bermond
A workaround was added to the flite1 to fix its build. The newly released pocketsphinx currently fails to build. Temporarily disable it until there is support by upstream ffmpeg.
2023-02-04Fix build with vulkan-headers 1.3.240Daniel Bermond
References ---------- https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/eb0455d64690eed0068e5cb202f72ecdf899837c
2023-01-24Temporarily disable libflite due to flite1 build errorDaniel Bermond
flite1 currently [1]fails to build due to an issue with make 4.4. Temporarily disable it until a fix from flite 2.x can be backported to flite1. [1] https://github.com/festvox/flite/issues/86
2022-09-26Update to version 5.1.2Daniel Bermond
2022-09-23Switch libjxl-git dependency to libjxlDaniel Bermond
Stable libjxl version can now be used, as libjxl 0.7.0 was released and it's on the official repositories.
2022-09-03Update to version 5.1.1Daniel Bermond
2022-08-04Add fix for v4l2 memory leak. Update and reorganize dependencies.Daniel Bermond
Added a patch for the bug that I reported[1] on the ffmpeg bug tracker. It's now fixed[2] on the current git master. 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. References ---------- [1] https://trac.ffmpeg.org/ticket/9844 [2] https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/30aa0c3f4873a92c5e3da8ba8cf030de56bf4cf7
2022-07-23Update to version 5.1Daniel Bermond
2022-06-12New upstream option: libplaceboDaniel Bermond
Was added on ffmpeg 5.0[1]. [1] https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/51e03409d74f3eb265cd4e562819daffb3645cb0
2022-05-06Update to version 5.0.1Daniel Bermond
2022-04-15Update flite dependencyDaniel Bermond
2022-03-20Add fixes for avisynthplus and svt-av1 0.9.0Daniel Bermond
2022-02-18Update download source of svt-hevc patchDaniel Bermond
2022-02-17Update to version 5.0Daniel Bermond
2021-11-23Update to version 4.4.1Daniel Bermond
2021-04-09Update to version 4.4Daniel Bermond
2021-03-26Update to version 4.3.2Daniel Bermond
Also add lto to match repository package.
2021-01-09depends: switch pulseaudio to libpulseDaniel Bermond
2020-11-28Bring back rockchip-mpp support (upstream repo is now public again)Daniel Bermond
rockchip-mpp was disabled[1] a while ago because the upstream repository was temporarily set to private[2] (hidden from the public). Now the rockchip-mpp repositry is public[3] again and we can re-enable this feature. References ---------- [1] https://aur.archlinux.org/cgit/aur.git/commit/?h=ffmpeg-full&id=a224acc3d9b2d35eee6100a60e3df5822d1845dd [2] https://github.com/HermanChen/mpp/issues/15#issuecomment-690804709 [3] https://github.com/rockchip-linux/mpp/
2020-11-25Add fix for glslang 11.0. Update svt-vp9 patch.Daniel Bermond
2020-10-04Bring back smbclient support (fixed by upstream)Daniel Bermond
smbclient support was previously removed[1] due to a build failure with samba 4.9. It looks like that the recently released samba 4.13 fixed[2][3] the issue and now ffmpeg is building fine with it. References ---------- [1] https://aur.archlinux.org/cgit/aur.git/commit/?h=ffmpeg-full&id=f12ec9acea516c773870506abae2b0e7fd2a1067 [2] https://github.com/samba-team/samba/pull/212/ [3] https://github.com/samba-team/samba/commit/1114b02a72ce0c86a5301816560d270ec47f8be3
2020-09-29Fix build with srt 1.4.2Daniel Bermond
2020-09-17Disable rockchip mppDaniel Bermond
Upstream repository for rockchip mpp is gone. It was at: https://github.com/rockchip-linux/mpp/ I could not find any upstream word about it. The Rockchip Wiki still points to this repository, without saying if it was really dropped or moved to another place. Due to this, new users now cannot build rockchip-mpp package. Disabling it so new users can build ffmpeg-full.
2020-08-04Update svt-hevc patchesDaniel Bermond
2020-07-26Remove support for legacy nvidia-340xx driversDaniel Bermond
2020-07-23Add patch for cuda 11.0. Bring back svt-vp9 support.Daniel Bermond
cuda 11.0 minimum supported architecture is 5.2 (compute_52/sm_52). svt-vp9 support is better now with the current upstream stable version.
2020-07-12Fix svt-av1 patchDaniel Bermond
2020-07-11Updated to version 4.3.1Daniel Bermond
2020-06-30Update svt-av1 version to match repository packageDaniel Bermond
2020-06-19Updated to version 4.3Daniel Bermond
2020-06-10Fix checksumDaniel Bermond
2020-05-31Updated to version 4.2.3Daniel Bermond
2020-05-14Remove svt-vp9 supportDaniel Bermond
It's buggy at the current moment, not working properly at all.
2020-04-22Fix build with svt-av1 0.8.2Daniel Bermond
2020-02-29Add support for decklink-sdk 11.5Daniel Bermond