Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.2,1 23 Feb 2021 09:35:49 |
pkubaj |
multimedia/ffmpeg: use clang from ports with bfd on powerpc64 with LTO option
Turns out that clang can build proper binaries when using LTO, if bfd is
used instead of lld.
LLVM from ports is necessary because LLVMgold.so is not present in base.
Approved by: tier 2 blanket |
4.3.2,1 22 Feb 2021 15:35:08 |
jbeich |
multimedia/ffmpeg: update to 4.3.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.3.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Reported by: Repology |
4.3.1_10,1 10 Feb 2021 19:17:45 |
pkubaj |
Add LTO_DESC to Mk/bsd.options.desc.mk.
There are more and more ports using LTO. |
4.3.1_10,1 04 Feb 2021 20:19:55 |
tcberner |
multimedia/ffmpeg: Don't ship static libraries
PR: 253124
Submitted by: daniel.engberg.lists@pyret.net |
4.3.1_9,1 30 Jan 2021 18:08:57 |
tcberner |
graphics/opencv: update to 4.5.1 -- and make port more easily maintainable
This is a major upgrade from 3.x to 4.x.
Changelog from versions 3.4.1--4.5.1 can be found here:
https://github.com/opencv/opencv/wiki/ChangeLog
Note: this has explicitely not been added as a new graphics/opencv4 port, but
replaces the
previous graphics/opencv[3] port. Again, to improve maintainability by not
giving ports
the option to pick the "wrong one" - this leads however to some abandoned
ports being
broken.
The port has been greatly simplified:
* graphics/opencv-core which existed to enable ffmpeg to depend on opencv,
and vice versa
has been removed. ffmpeg no longer can depend on opencv. (Only the first 15 lines of the commit message are shown above ) |
4.3.1_9,1 26 Dec 2020 00:23:49 |
jbeich |
devel/spirv-tools: move to graphics/ where glslang is |
4.3.1_9,1 25 Dec 2020 00:31:35 |
jbeich |
graphics/glslang: update to 11.0.0
Changes: https://github.com/KhronosGroup/glslang/compare/8.13.3743...10-11.0.0 |
4.3.1_9,1 23 Dec 2020 20:12:36 |
jbeich |
devel/glslang: move to graphics/ where shaderc is |
4.3.1_9,1 23 Dec 2020 20:12:15 |
jbeich |
devel/vulkan-*: move to graphics/ where vulkan-loader is
Vulkan isn't used for generic compute workloads unlike OpenCL.
For example, waifu2x-ncnn-vulkan is still graphics-related. |
4.3.1_9,1 07 Dec 2020 20:51:27 |
jbeich |
multimedia/vmaf: update to 2.0.0
Changes: https://github.com/Netflix/vmaf/releases/tag/v2.0.0
Reported by: GitHub (watch releases) |
4.3.1_8,1 30 Nov 2020 00:28:17 |
jbeich |
multimedia/svt-av1: update to 0.8.6
Rebuild consumers after `EbSvtAv1EncConfiguration` grew in size with
`recode_loop` added in the middle of the struct.
Changes: https://github.com/AOMediaCodec/SVT-AV1/releases/tag/v0.8.6
Reported by: GitHub (watch releases) |
4.3.1_7,1 23 Nov 2020 22:08:52 |
jbeich |
multimedia/dav1d: update to 0.8.0
Changes: https://code.videolan.org/videolan/dav1d/-/tags/0.8.0
Changes: https://code.videolan.org/videolan/dav1d/-/blob/0.8.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.7.1...0.8.0 |
4.3.1_6,1 15 Nov 2020 05:45:56 |
riggs |
Make LAME a default option after we can provide a lame package.
PR: 223974
Reported by: vermaden@interia.pl |
4.3.1_5,1 09 Nov 2020 17:08:12 |
tcberner |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
4.3.1_4,1 07 Nov 2020 15:49:39 |
jbeich |
multimedia/x264: update to 0.161.3020
Changes: https://code.videolan.org/videolan/x264/compare/cde9a93...d198931
ABI: https://abi-laboratory.pro/tracker/timeline/x264/ |
4.3.1_3,1 31 Oct 2020 00:48:10 |
jbeich |
multimedia/svt-vp9: update to 0.3.0
Changes: https://github.com/OpenVisualCloud/SVT-VP9/releases/tag/v0.3.0
Reported by: GitHub (watch releases) |
4.3.1_3,1 23 Sep 2020 04:17:11 |
mi |
For well over 10 years portmgr@ have been promising to remove the
ridiculous need to bump PORTREVISION of depending ports, whenever a
dependency is updated, but here we still are...
Bump PORTREVISION for the 9 users of x265 now that it has been
upgraded from 3.2 to 3.4. |
4.3.1_2,1 08 Sep 2020 00:52:58 |
jbeich |
multimedia/svt-av1: update to 0.8.5
Changes: https://github.com/OpenVisualCloud/SVT-AV1/releases/tag/v0.8.5
Reported by: GitHub (watch releases) |
4.3.1_1,1 22 Aug 2020 00:46:58 |
pkubaj |
multimedia/ffmpeg: fix runtime on powerpc64 elfv2 with LTO
ffmpeg crashes instantly when built with LTO by clang on powerpc64. |
4.3.1_1,1 04 Aug 2020 00:58:47 |
jbeich |
multimedia/svt-hevc: update to 1.5.0
Changes: https://github.com/OpenVisualCloud/SVT-HEVC/releases/tag/v1.5.0
Reported by: GitHub (watch releases) |
4.3.1,1 24 Jul 2020 04:10:32 |
jbeich |
multimedia/ffmpeg: revert r538687 after r541984/r542846
SVT patches no longer need to be applied in a specific order to enable
more than one SVT encoder.
PR: 248166
Submitted by: VVD <vvd@unislabs.com>
MFH: 2020Q3 (simplify future MFHs) |
4.3.1,1 22 Jul 2020 09:49:57 |
jbeich |
multimedia/svt-vp9: update to 0.2.2
Changes: https://github.com/OpenVisualCloud/SVT-VP9/releases/tag/v0.2.2
Reported by: GitHub (watch releases)
MFH: 2020Q3 (unbreaks SVTVP9 in multimedia/ffmpeg) |
4.3.1,1 16 Jul 2020 00:40:15 |
jbeich |
multimedia/svt-vp9: update to 0.2.1
Changes: https://github.com/OpenVisualCloud/SVT-VP9/releases/tag/v0.2.1
Reported by: GitHub (watch releases) |
4.3.1,1 13 Jul 2020 10:52:02 |
jbeich |
multimedia/ffmpeg: update to 4.3.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.3.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Reported by: Repology
Security: CVE-2020-13904 CVE-2020-14212 |
4.3_5,1 12 Jul 2020 09:30:29 |
tobik |
audio/sndio: Update to 1.7.0 |
4.3_4,1 11 Jul 2020 15:57:16 |
jbeich |
multimedia/ffmpeg: properly update svt-av1 patch after r540738
v0.8.4 raw link referred to a pre-release branch with the same name.
$ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles)
===> License GPLv3+ LGPL3+ accepted by the user
===> ffmpeg-4.3_3,1 depends on file: /usr/local/sbin/pkg - found
=> ffmpeg-4.3.tar.xz doesn't seem to exist in /tmp/distfiles.kl07C25q/.
=> Attempting to fetch https://ffmpeg.org/releases/ffmpeg-4.3.tar.xz
ffmpeg-4.3.tar.xz 9158 kB 3382 kBps 03s
=> 0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch doesn't seem to
exist in /tmp/distfiles.kl07C25q/.
=> Attempting to fetch
https://github.com/Intel/SVT-HEVC/raw/v1.4.3/ffmpeg_plugin/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch
0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wra 21 kB 695 kBps 00s
=> 0002-doc-Add-libsvt_hevc-encoder-docs.patch doesn't seem to exist in
/tmp/distfiles.kl07C25q/.
=> Attempting to fetch
https://github.com/Intel/SVT-HEVC/raw/v1.4.3/ffmpeg_plugin/0002-doc-Add-libsvt_hevc-encoder-docs.patch
0002-doc-Add-libsvt_hevc-encoder-docs.patch 5332 B 5690 kBps 00s
=> 0001-Add-ability-for-ffmpeg-to-run-svt-av1-with-svt-hevc.patch doesn't seem
to exist in /tmp/distfiles.kl07C25q/.
=> Attempting to fetch
https://github.com/OpenVisualCloud/SVT-AV1/raw/v0.8.4/ffmpeg_plugin/0001-Add-ability-for-ffmpeg-to-run-svt-av1-with-svt-hevc.patch
fetch:
https://github.com/OpenVisualCloud/SVT-AV1/raw/v0.8.4/ffmpeg_plugin/0001-Add-ability-for-ffmpeg-to-run-svt-av1-with-svt-hevc.patch:
Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /tmp/distfiles.kl07C25q/ and try again.
*** Error code 1
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/f5f390ab3..v0.8.4
PR: 247873 |
4.3_3,1 03 Jul 2020 22:30:12 |
jbeich |
multimedia/x264: update to 0.160.3011
Changes: https://code.videolan.org/videolan/x264/compare/296494a4...cde9a93
ABI: https://abi-laboratory.pro/tracker/timeline/x264/ |
4.3_2,1 02 Jul 2020 00:54:09 |
jbeich |
multimedia/vmaf: update to 1.5.2
Changes: https://github.com/Netflix/vmaf/releases/tag/v1.5.2
Changes: https://github.com/Netflix/vmaf/compare/v1.5.1...v1.5.2
Reported by: GitHub (watch releases) |
4.3_1,1 29 Jun 2020 17:27:15 |
jhale |
Update audio/libmysofa to 1.1
Bump PORTREVISION on dependent ports due to shared library version bump |
4.3,1 29 Jun 2020 01:11:39 |
jbeich |
multimedia/svt-av1: update to 0.8.4
Changes: https://github.com/OpenVisualCloud/SVT-AV1/releases/tag/v0.8.4
Reported by: GitHub (watch releases) |
4.3,1 18 Jun 2020 17:58:38 |
jbeich |
multimedia/ffmpeg: replace MMX/SSE/VFP/NEON with ASM
MMX was too specific while SSE included AVX family. VFP became default
due to -mfloat-abi=hard. NEON can be toggled via CPUTYPE. Instead use
one option to disable all assembly which is enough for debugging. |
4.3,1 18 Jun 2020 13:08:57 |
pkubaj |
multimedia/ffmpeg: fix build on powerpc and powerpc64
Revert 3a557c5d88b7b15b5954ba2743febb055549b536 to fix build error on POWER
systems.
PR: 247375
Approved by: jbeich (maintainer) |
4.3,1 17 Jun 2020 08:59:34 |
jbeich |
multimedia/ffmpeg: switch to upstream svt-vp9 fix |
4.3,1 16 Jun 2020 12:56:44 |
jbeich |
multimedia/ffmpeg: update to 4.3
New defaults (using existing dependencies):
- Enable DRM for VAAPI-capable capture on KMS console, Wayland, X11
- Enable LIBXML2 by default for DASH demuxing support [1]
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.3:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Requested by: Tal Al <tad@vif.com> (via private mail) [1]
Reported by: portscout |
4.2.3,1 16 Jun 2020 12:50:34 |
jbeich |
multimedia/ffmpeg: explicitly depend on cairo
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/libavcodec.so.58.91.100 is linked to
/usr/local/lib/libcairo.so.2 from graphics/cairo but it is not declared as a
dependency
Warning: you need USE_GNOME+=cairo
Warning: Possible REINPLACE_CMD issues
$ rg cairo
configure
6255:enabled librsvg && require_pkg_config librsvg librsvg-2.0
librsvg-2.0/librsvg/rsvg.h rsvg_handle_render_cairo
doc/Doxyfile
2247:# Possible values are: png, png:cairo, png:cairo:cairo, png:cairo:gd,
png:gd,
2248:# png:gd:gd, jpg, jpg:cairo, jpg:cairo:gd, jpg:gd, jpg:gd:gd, gif,
gif:cairo,
2249:# gif:cairo:gd, gif:gd, gif:gd:gd and svg. (Only the first 15 lines of the commit message are shown above ) |
4.2.3,1 13 Jun 2020 17:14:48 |
tcberner |
multimedia/ffmpeg: add the ability to have SVTAV1, SVTHEVC and SVTVP9 option on
simultaneously
- make it possible to have all three SVT options on simultaneously
- always patch in support for all variants
- use the patched in configure flag for feature toggling
PR: 246789
Submitted by: VVD <vvd@unislabs.com> |
4.2.3,1 27 May 2020 02:08:21 |
jbeich |
multimedia/ffmpeg: unbreak SVTVP9 after r536258
===> Applying distribution patches for ffmpeg-4.2.3,1
2 out of 8 hunks failed--saving rejects to libavformat/matroskaenc.c.rej
===> FAILED Applying distribution patch
0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch with -p1
*** Error code 1
PR: 246673
Reported by: VVD <vvd@unislabs.com> |
4.2.3,1 23 May 2020 00:58:23 |
jbeich |
multimedia/ffmpeg: update to 4.2.3
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2.3:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
MFH: 2020Q2 (many bug fixes, including some improving security) |
4.2.2_18,1 22 May 2020 01:19:33 |
jbeich |
multimedia/openh264: update to 2.1.1
Changes: https://github.com/cisco/openh264/releases/tag/v2.1.1
ABI: https://abi-laboratory.pro/tracker/timeline/openh264/
Reported by: GitHub (watch releases) |
4.2.2_17,1 08 May 2020 21:35:40 |
jbeich |
multimedia/aom: update to 2.0.0.r1 (stable branch)
Changes: https://aomedia.googlesource.com/aom/+log/bb664cf03..v2.0.0-rc1
Reported by: Balance- on /r/AV1 |
4.2.2_16,1 07 May 2020 00:39:09 |
jbeich |
multimedia/aom: update to 1.0.0.3639
Changes: https://aomedia.googlesource.com/aom/+log/26878968a..bb664cf03 |
4.2.2_15,1 07 May 2020 00:38:59 |
jbeich |
multimedia/svt-vp9: update to 0.2.0 (retag)
Changes: https://github.com/OpenVisualCloud/SVT-VP9/compare/fee9c46..v0.2.0
Reported by: GitHub (watch releases) |
4.2.2_14,1 04 May 2020 19:36:58 |
jbeich |
multimedia/svt-vp9: update to 0.2.0
Changes: https://github.com/OpenVisualCloud/SVT-VP9/releases/tag/v0.2.0
Reported by: GitHub (watch releases) |
4.2.2_13,1 02 May 2020 00:54:21 |
jbeich |
multimedia/aom: update to 1.0.0.3596
Changes: https://aomedia.googlesource.com/aom/+log/5d6f2d42c..26878968a |
4.2.2_12,1 28 Apr 2020 00:52:14 |
jbeich |
multimedia/aom: update to 1.0.0.3547
Changes: https://aomedia.googlesource.com/aom/+log/2f0cc17ec..5d6f2d42c |
4.2.2_11,1 24 Apr 2020 22:33:03 |
jbeich |
multimedia/svt-av1: update to 0.8.3
Changes: https://github.com/OpenVisualCloud/SVT-AV1/releases/tag/v0.8.3
Reported by: GitHub (watch releases) |
4.2.2_11,1 22 Apr 2020 17:24:26 |
jbeich |
multimedia/kvazaar: update to 2.0.0
Changes: https://github.com/ultravideo/kvazaar/releases/tag/v2.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/kvazaar/
Reported by: GitHub (watch releases) |
4.2.2_10,1 20 Apr 2020 08:38:51 |
jbeich |
multimedia/svt-av1: update to 0.8.2
Changes: https://github.com/OpenVisualCloud/SVT-AV1/releases/tag/v0.8.2
Reported by: GitHub (watch releases) |
4.2.2_9,1 02 Apr 2020 18:14:57 |
rene |
multimedia/ffmpeg: drop optional dependency on expired lang/beignet |
4.2.2_9,1 11 Mar 2020 08:06:52 |
lwhsu |
multimedia/ffmpeg: enable libass by default
libass is necessary for subtitle operations, and this is an very important
feature for non-English speaking areas.
PR: 244377 |
4.2.2_8,1 06 Mar 2020 11:32:31 |
jbeich |
multimedia/dav1d: update to 0.6.0
Changes: https://code.videolan.org/videolan/dav1d/tags/0.6.0
Changes: https://code.videolan.org/videolan/dav1d/blob/0.6.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.5.2...0.6.0 |
4.2.2_7,1 29 Feb 2020 15:53:56 |
jbeich |
multimedia/vmaf: update to 1.5.1
Changes: https://github.com/Netflix/vmaf/releases/tag/v1.5.1
Reported by: GitHub (watch releases) |
4.2.2_6,1 07 Feb 2020 23:19:03 |
jbeich |
multimedia/ffmpeg: back out r525358 after r525507 |
4.2.2_5,1 06 Feb 2020 00:54:38 |
jbeich |
multimedia/ffmpeg: temporarily disable X265 as the dependency is broken
Fixing x265 on all previously supported FreeBSD release/architectures
tuples is up to its port maintainer or the users. ffmpeg is primarily
used for decoding while x265 is not the only HEVC encoder. Many
high-profile consumers that take a lot of time to build depend on
ffmpeg, so missing the binary package is not acceptable. |
4.2.2_4,1 29 Jan 2020 14:30:09 |
jbeich |
multimedia/svt-av1: update to 0.8.1
Changes: https://github.com/OpenVisualCloud/SVT-AV1/releases/tag/v0.8.1
Reported by: GitHub (watch releases) |
4.2.2_3,1 26 Jan 2020 04:57:44 |
danfe |
Chase shlib version bump of `graphics/lensfun' (r524150). |
4.2.2_2,1 25 Jan 2020 23:51:14 |
jbeich |
multimedia/aom: update to 1.0.0.3002
Changes: https://aomedia.googlesource.com/aom/+log/b14b3dbef..5e87049aa |
4.2.2_1,1 23 Jan 2020 00:55:32 |
jbeich |
multimedia/aom: update to 1.0.0.2985
Changes: https://aomedia.googlesource.com/aom/+log/37d6a4b69..b14b3dbef |
4.2.2,1 02 Jan 2020 10:50:58 |
jbeich |
multimedia/ffmpeg: update to 4.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Reported by: portscout |
4.2.1_22,1 31 Dec 2019 12:33:53 |
riggs |
Introduce non-DEFAULT OPTION for link-time-optimisation
PR: 242829
Submitted by: daniel.engberg.lists@pyret.net |
4.2.1_22,1 24 Dec 2019 00:37:08 |
jbeich |
multimedia/aom: update to 1.0.0.2863
Changes: https://aomedia.googlesource.com/aom/+log/3e421b069..cc6cf05c5 |
4.2.1_21,1 21 Dec 2019 19:00:27 |
jbeich |
multimedia/x264: update to 0.159.2991
Changes: https://code.videolan.org/videolan/x264/compare/34c06d1...1771b55
ABI: https://abi-laboratory.pro/tracker/timeline/x264/ |
4.2.1_20,1 21 Dec 2019 00:45:30 |
jbeich |
multimedia/svt-av1: update to 0.8.0
Changes: https://github.com/OpenVisualCloud/SVT-AV1/releases/tag/v0.8.0
Reported by: GitHub (watch releases) |
4.2.1_19,1 20 Dec 2019 16:37:49 |
jbeich |
multimedia/ffmpeg: backport VP9 decode to VDPAU
VP9 is supported since Maxwell 2nd generation e.g., GeForce GTX 960.
PR: 242715 |
4.2.1_18,1 18 Dec 2019 20:14:47 |
jbeich |
multimedia/ffmpeg: simplify ARCH-specific options
ONLY_FOR_ARCHS already blocks build if not supported. |
4.2.1_18,1 18 Dec 2019 06:13:53 |
jbeich |
multimedia/intel-media-sdk: add new port
Intel(R) Media SDK provides a plain C API to access hardware-accelerated
video decode, encode and filtering on Intel(R) Gen graphics hardware
platforms. Implementation written in C++ 11 with parts in C-for-Media (CM).
Supported video encoders: HEVC, AVC, MPEG-2, JPEG, VP9 Supported video
decoders: HEVC, AVC, VP8, VP9, MPEG-2, VC1, JPEG Supported video
pre-processing filters: Color Conversion, Deinterlace, Denoise, Resize,
Rotate, Composition
http://mediasdk.intel.com/ |
4.2.1_18,1 14 Dec 2019 23:59:54 |
jbeich |
multimedia/svt-hevc: update to 1.4.3
Changes: https://github.com/OpenVisualCloud/SVT-HEVC/releases/tag/v1.4.3
Changes: https://github.com/OpenVisualCloud/SVT-HEVC/compare/v1.4.2...v1.4.3
Reported by: GitHub (watch releases)
MFH: 2019Q4 (regression fix) |
4.2.1_18,1 12 Dec 2019 15:11:33 |
jhale |
Update sysutils/libcdio to 2.1.0
Update sysutils/libcdio-paranoia to 10.2+2.0.1
Bump PORTREVISION on consumers due to shared library version increase |
4.2.1_17,1 09 Dec 2019 15:52:47 |
jbeich |
multimedia/svt-hevc: update to 1.4.2
Changes: https://github.com/OpenVisualCloud/SVT-HEVC/releases/tag/v1.4.2
Changes: https://github.com/OpenVisualCloud/SVT-HEVC/compare/v1.4.1...v1.4.2
Reported by: GitHub (watch releases)
MFH: 2019Q4 (ABI-safe, mostly bug fixes, proper FreeBSD support) |
4.2.1_17,1 01 Dec 2019 14:09:43 |
jbeich |
multimedia/ffmpeg: unbreak SVT* on FreeBSD 11.*
ERROR: SvtAv1Enc not found using pkg-config
ERROR: SvtHevcEnc not found using pkg-config
ERROR: SvtVp9Enc not found using pkg-config |
4.2.1_17,1 25 Nov 2019 08:54:09 |
jbeich |
multimedia/svt-av1: update to 0.7.5
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/f29b8124...v0.7.5
Changes: https://github.com/OpenVisualCloud/SVT-AV1/releases/tag/v0.7.5
Reported by: GitHub (watch releases) |
4.2.1_17,1 24 Nov 2019 00:51:47 |
jbeich |
multimedia/svt-av1: update to 0.7.0.205
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/66e8c9d8...f29b8124 |
4.2.1_16,1 21 Nov 2019 00:54:04 |
jbeich |
multimedia/svt-av1: update to 0.7.0.196
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/2f349b3b...ebd9c80d |
4.2.1_16,1 19 Nov 2019 00:51:06 |
jbeich |
multimedia/svt-av1: update to 0.7.0.189
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/6f5338a0...2f349b3b |
4.2.1_15,1 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
4.2.1_15,1 14 Nov 2019 00:44:07 |
jbeich |
multimedia/svt-av1: update to 0.7.0.162
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/6c67c56d...d647dc4f |
4.2.1_14,1 14 Nov 2019 00:43:43 |
jbeich |
multimedia/ffmpeg: backport minor rav1e fix |
4.2.1_14,1 11 Nov 2019 12:36:02 |
jbeich |
multimedia/ffmpeg: backport rav1e support
https://www.reddit.com/r/AV1/comments/dubsv5/rav1e_support_lands_in_ffmpeg_master/ |
4.2.1_14,1 09 Nov 2019 00:48:38 |
jbeich |
multimedia/svt-av1: update to 0.7.0.153
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/18b15969...6c67c56d |
4.2.1_13,1 09 Nov 2019 00:48:25 |
jbeich |
multimedia/aom: update to 1.0.0.2631
Changes: https://aomedia.googlesource.com/aom/+log/36f96b723..3dc59f556 |
4.2.1_12,1 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
4.2.1_12,1 07 Nov 2019 00:37:19 |
jbeich |
multimedia/svt-av1: update to 0.7.0.152
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/65b4be02...18b15969 |
4.2.1_11,1 31 Oct 2019 00:32:50 |
jbeich |
multimedia/aom: update to 1.0.0.2599
Changes: https://aomedia.googlesource.com/aom/+log/6b855be18..589213544 |
4.2.1_10,1 27 Oct 2019 00:46:56 |
jbeich |
multimedia/aom: update to 1.0.0.2575
Changes: https://aomedia.googlesource.com/aom/+log/25daf5d22..6b855be18 |
4.2.1_9,1 24 Oct 2019 00:49:06 |
jbeich |
multimedia/svt-av1: update to 0.7.0.110
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/ffe792ec...b51f4bc6 |
4.2.1_8,1 20 Oct 2019 00:48:53 |
jbeich |
multimedia/aom: update to 1.0.0.2541
Changes: https://aomedia.googlesource.com/aom/+log/ce7d07ee6..7e56b507f |
4.2.1_7,1 20 Oct 2019 00:48:42 |
jbeich |
multimedia/svt-av1: update to 0.7.0.79
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/6ded424b...5fc46892 |
4.2.1_6,1 12 Oct 2019 01:26:54 |
jbeich |
multimedia/svt-vp9: back out r514290 per forced push upstream
https://github.com/OpenVisualCloud/SVT-VP9/issues/62
=======================<phase: fetch >============================
===> License BSD2CLAUSE+PATENT accepted by the user
=> OpenVisualCloud-SVT-VP9-v0.1.1_GH0.tar.gz doesn't seem to exist in
/portdistfiles/.
=> Attempting to fetch
https://codeload.github.com/OpenVisualCloud/SVT-VP9/tar.gz/v0.1.1?dummy=/OpenVisualCloud-SVT-VP9-v0.1.1_GH0.tar.gz
fetch:
https://codeload.github.com/OpenVisualCloud/SVT-VP9/tar.gz/v0.1.1?dummy=/OpenVisualCloud-SVT-VP9-v0.1.1_GH0.tar.gz:
Not Found
=> Attempting to fetch
http://distcache.FreeBSD.org/ports-distfiles/OpenVisualCloud-SVT-VP9-v0.1.1_GH0.tar.gz
fetch:
http://distcache.FreeBSD.org/ports-distfiles/OpenVisualCloud-SVT-VP9-v0.1.1_GH0.tar.gz:
Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/ and try again.
*** Error code 1
Reported by: pkg-fallout |
4.2.1_6,1 12 Oct 2019 00:25:19 |
jbeich |
multimedia/dav1d: update to 0.5.0
Changes: https://code.videolan.org/videolan/dav1d/tags/0.5.0
Changes: https://code.videolan.org/videolan/dav1d/blob/0.5.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.4.0...0.5.0 |
4.2.1_5,1 11 Oct 2019 16:11:27 |
jbeich |
multimedia/svt-vp9: update to 0.1.1
Changes: https://github.com/OpenVisualCloud/SVT-VP9/compare/v0.1.0...v0.1.1
Reported by: GitHub (watch releases) |
4.2.1_5,1 10 Oct 2019 18:24:27 |
jbeich |
multimedia/svt-vp9: update to 0.1.0 (nop)
Changes: https://github.com/OpenVisualCloud/SVT-VP9/compare/39bb49a...v0.1.0 |
4.2.1_5,1 09 Oct 2019 12:06:22 |
bapt |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
4.2.1_5,1 08 Oct 2019 04:48:29 |
jbeich |
multimedia/vmaf: add new port
VMAF is a perceptual video quality assessment algorithm developed by
Netflix. VMAF Development Kit (VDK) is a software package that
contains the VMAF algorithm implementation, as well as a set of tools
that allows a user to train and test a custom VMAF model.
https://github.com/Netflix/vmaf |
4.2.1_5,1 03 Oct 2019 20:36:00 |
jbeich |
multimedia/x265: update to 3.2
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-2 |
4.2.1_4,1 03 Oct 2019 00:59:25 |
jbeich |
multimedia/svt-av1: update to 0.7.0.12
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/v0.7.0...63771e54 |
4.2.1_3,1 26 Sep 2019 23:55:42 |
jbeich |
multimedia/svt-av1: update to 0.7.0
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/1150460c...v0.7.0
Changes: https://github.com/OpenVisualCloud/SVT-AV1/releases/tag/v0.7.0
Reported by: GitHub (watch releases) |
4.2.1_3,1 26 Sep 2019 00:31:02 |
jbeich |
multimedia/ffmpeg: enable AOM by default
Chase Arch, Debian, Fedora, OpenBSD, PkgSrc. Other AV1 encoders aren't
upstream yet, anyway.
PR: 235953 |
4.2.1_2,1 26 Sep 2019 00:30:37 |
jbeich |
multimedia/svt-av1: update to 0.6.0.417
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/ef00d203...1150460c |
4.2.1_1,1 21 Sep 2019 14:18:40 |
jbeich |
multimedia/ffmpeg: replace r495918 with upstream fix
Patch conflict makes it easier to prune on update. |
4.2.1_1,1 17 Sep 2019 19:21:45 |
tobik |
Fix some misspelled or duplicated LICENSE_* |