summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-18Add patch for vulkan-headers 1.3.279Daniel Bermond
2024-01-01Update to version 6.1.1Daniel Bermond
2023-11-14Update to version 6.1Daniel Bermond
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-20Fix build. Change vulkan dependency. Switch libmfx to onevpl.Daniel Bermond
'--enable-nonfree' was accidentally dropped in the last update, causing a build error. Fixed by adding it again. Changed libvulkan dependency to match[1][2] the repository package. package. Intel Media SDK (libmfx) was discontinued[3] by upstream. Switched to the sucessor, onevpl, as recommended by upstream. This adds support for new Intel hardware, and drops support for the so called "legacy" hardware. [1] https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg/-/commit/da2f83c16c1dca710f58ccaa5245bba0b9e24b4d [2] https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg/-/commit/5670ccd86d3b816f49ebc18cab878125eca2f81f [3] https://github.com/Intel-Media-SDK/MediaSDK/commit/7a72de33a15d6e7cdb842b12b901a003f7154f0a
2023-04-20Update to version 6.0Daniel Bermond
2022-09-26Update to version 5.1.2Daniel Bermond
2022-09-03Update to version 5.1.1Daniel Bermond
2022-08-04Add fix for v4l2 memory leakDaniel 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. 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-05-06Update to version 5.0.1Daniel Bermond
2022-03-20Add fixes for avisynthplus and svt-av1 0.9.0Daniel Bermond
2022-02-17Update to version 5.0Daniel Bermond
2021-09-04Update to version 4.4Daniel Bermond
2021-03-26Update to version 4.3.2Daniel Bermond
2020-10-19Fix build with srt 1.4.2Daniel Bermond
2020-07-17Updated to version 4.3.1Daniel Bermond
2020-05-31Updated to version 4.2.3Daniel Bermond
2020-03-25Fix checksumsDaniel Bermond
2020-02-29Add support for decklink-sdk 11.5Daniel Bermond
2020-01-23Add Intel Quick Sync Video support (added by repository package)Daniel Bermond
2020-01-03Updated to version 4.2.2Daniel Bermond
2019-12-15Updated to version 4.2.1Daniel Bermond
2019-07-15Updated to version 4.1.4Daniel Bermond
2019-07-15Fix build with decklink sdk 11. Drop i686 support.Daniel Bermond
2019-04-03Updated to version 4.1.3Daniel Bermond
2019-03-24Updated to version 4.1.2Daniel Bermond
2018-11-09Updated to version 4.1Daniel Bermond
2018-10-15Add pgp check. Remove makepkg internal function. Cleanups.Daniel Bermond
2018-07-20Updated to version 4.0.2Daniel Bermond
2018-07-04Add aom support to match official repository packageDaniel Bermond
References ---------- https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ffmpeg&id=2f4a39f0d3c2fd9da58cad101e8aa7bdce1cd18c
2018-06-16Updated to version 4.0.1Daniel Bermond
2018-05-13Match latest repository changes (notably nvidia hwaccel support)Daniel Bermond
Changes to match ffmpeg from official repository package in its 1:4.0-2 update: - add support for nvdec/nvenc/cuda/cuvid hardware acceleration by adding ffnvcodec-headers - remove jack support - remove avisynth - add libdrm - improve xlib dependencies by adding libxv and libxext References ---------- https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ffmpeg&id=ccdc194edaa4617bc8730a48d62f1665cb23acc1
2018-05-02Add --enable-{libxml2,omx} to match official repository packageDaniel Bermond
Also on this commit: - depends: remove unused schroedinger dependency (dropped from upstream since ffmpeg 3.4) References ---------- https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ffmpeg&id=8aef847cff420afdb0be3fb18510bc901d39aca9 https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ffmpeg&id=ea3d2c484f7184e70213196e0feeece5a0fb4444 https://aur.archlinux.org/cgit/aur.git/commit/?h=ffmpeg-decklink&id=2c0d9975e332059bfe0b5f225edd4b67cb3199a8
2018-04-20Updated to version 4.0Daniel Bermond
2018-04-20Cosmetic changesDaniel Bermond
2018-02-14Updated to version 3.4.2Daniel Bermond
2017-12-22Updated to version 3.4.1Daniel Bermond
2017-10-15Updated to version 3.4Daniel Bermond
2017-10-10Added support for openjpeg 2.3Daniel Bermond
2017-09-13Updated to version 3.3.4Daniel Bermond
2017-08-16openjpeg 2.2 fix / x265 2.5 rebuildDaniel Bermond
Also removed netcdf (removed from upstream) and the unneeded documentation targets for make.
2017-08-05Updated to version 3.3.3Daniel Bermond
2017-07-17Rebuild against hardening-wrapper removalDaniel Bermond
Alos, removed libvdpau from makedepends since it is already on depends. Reference: ---------- https://www.archlinux.org/todo/hardening-wrapper-removal/
2017-06-07Fix license stringDaniel Bermond
2017-06-07Updated to version 3.3.2Daniel Bermond
2017-06-07license: changed to just nonfree and unredistributableDaniel Bermond
'--enable-decklink' is incompatible with the GPL and requires 'enable-nonfree'. Although GPL3 is present in the resuling complex license mix, it does not seem to make sense leaving GPL3 in the license list. The output of configure script clearly says that the resulting license is nonfree and unredistributable, and this is what should be clearly stated to the user. The ffmpeg documentation says that in such cases, like we are using here with --enable-nonfree, the resulting binaries are under a complex and restrictive license mix. But it does not provide clear licensing terms for such situation. So I just created a LICENSE file and added generic notes to it which seems to better describe this nature than the previously used UNREDISTRIBUTABLE.txt file. Also, the presence of a LICENSE file is something more standard and is described in the Wiki. References: ----------- https://github.com/FFmpeg/FFmpeg/blob/a47273c803edfbc43793349b74429ae29b05c003/configure#L101-L102 https://github.com/FFmpeg/FFmpeg/blob/a47273c803edfbc43793349b74429ae29b05c003/configure#L6554-L6555 https://github.com/FFmpeg/FFmpeg/blob/a47273c803edfbc43793349b74429ae29b05c003/LICENSE.md#incompatible-libraries https://ffmpeg.org/pipermail/libav-user/2012-November/003179.html
2017-05-20Updated to version 3.3.1Daniel Bermond
2017-05-06Updated to version 3.3Daniel Bermond