Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.1_1,1 13 Sep 2019 12:50:04 |
tobik |
Canonicalize librsvg dependency
- Use USE_GNOME=librsvg2 where possible
- Reduce scope of D18878 |
4.2.1_1,1 11 Sep 2019 15:59:29 |
jbeich |
multimedia/svt-hevc: update to 1.4.1
Changes: https://github.com/OpenVisualCloud/SVT-HEVC/releases/tag/v1.4.1
Reported by: GitHub (watch releases) |
4.2.1,1 11 Sep 2019 11:47:08 |
jbeich |
multimedia/ffmpeg: drop default configure flags
Make it easier to know the difference with upstream builds e.g., we're
still using deprecated libavresample. |
4.2.1,1 06 Sep 2019 22:53:55 |
jbeich |
multimedia/ffmpeg: update to 4.2.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
4.2_3,1 06 Sep 2019 22:53:41 |
jbeich |
multimedia/svt-av1: update to 0.6.0.277
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/9a15408f...b7b71ce4 |
4.2_2,1 23 Aug 2019 13:26:29 |
riggs |
Fix build on ppc64 / clang.
Details:
- Import build fix from upstream, see:
https://ffmpeg.org/pipermail/ffmpeg-devel/2019-August/247682.html
https://trac.ffmpeg.org/ticket/7861
PR: 239782
Submitted by: pkubaj |
4.2_2,1 17 Aug 2019 21:04:33 |
jbeich |
multimedia/ffmpeg: unbreak mkv seeking beyond 2gb after r508216
PR: 239905
Reported by: naddy
Obtained from: upstream (release/4.2 branch) |
4.2_1,1 09 Aug 2019 20:37:23 |
jbeich |
multimedia/svt-hevc: update to 1.4.0
Changes: https://github.com/OpenVisualCloud/SVT-HEVC/releases/tag/v1.4.0
Reported by: GitHub (watch releases) |
4.2,1 05 Aug 2019 23:06:50 |
jbeich |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
4.1.4_6,1 05 Aug 2019 19:16:54 |
jbeich |
multimedia/dav1d: update to 0.4.0
- Drop meson hack for aarch64 after r50500
Changes: https://code.videolan.org/videolan/dav1d/tags/0.4.0
Changes: https://code.videolan.org/videolan/dav1d/blob/0.4.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.3.1...0.4.0 |
4.1.4_5,1 03 Aug 2019 00:49:51 |
jbeich |
multimedia/svt-av1: update to 0.6.0.151
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/b238802a...cd79924e |
4.1.4_4,1 01 Aug 2019 09:13:34 |
jbeich |
multimedia/ffmpeg: unbreak FLITE=on with Clang after r507592
-Wl,--as-needed is partially broken in base GNU bfd:
/usr/local/lib/libflite_cmu_us_awb.so: undefined reference to `usenglish_init'
/usr/local/lib/libflite_cmu_us_awb.so: undefined reference to `cmu_lex_init'
/usr/local/lib/libflite_cmu_us_kal.so: undefined reference to `cmu_postlex'
PR: 239567
Reported by: VVD |
4.1.4_4,1 30 Jul 2019 00:16:18 |
jbeich |
multimedia/ffmpeg: rebuild after r507592
By dropping COMPILER_PATH we've switched to base ld(1) which is LLD on
11.1+ aarch64, 12.0+ armv7, 12.0+ amd64, 12.1+ i386. So, track runtime
regressions explicitly. poudriere would've rebuilt due to r507574 anyway:
ffmpeg <- libva <- libdrm <- libpciaccess <- pciids. |
4.1.4_3,1 29 Jul 2019 23:56:26 |
jbeich |
multimedia/ffmpeg: builds fine without -no-integrated-as
aarch64 was likely fixed in FFmpeg 3.4 while armv6 in Clang 5.0. |
4.1.4_3,1 29 Jul 2019 23:56:18 |
jbeich |
multimedia: unbreak on aarch64, armv7 and 12.1 i386 after r507589 and r507592
/usr/bin/ld: error: can't create dynamic relocation R_AARCH64_ABS64 against
local symbol in readonly segment; recompile object files with -fPIC
>>> defined in libavcodec/aarch64/fft_neon.o
>>> referenced by libavcodec/aarch64/fft_neon.o:(fft_tab_neon)
/usr/bin/ld: error: can't create dynamic relocation R_ARM_ABS32 against symbol:
fft4_neon in readonly segment; recompile object files with -fPIC
>>> defined in libavcodec/arm/fft_fixed_neon.o
>>> referenced by libavcodec/arm/fft_fixed_neon.o:(fft_fixed_tab_neon)
/usr/bin/ld: error: can't create dynamic relocation R_ARM_ABS32 against symbol:
fft4_neon in readonly segment; recompile object files with -fPIC
>>> defined in libavcodec/arm/fft_fixed_neon.o
>>> referenced by libavcodec/arm/fft_fixed_neon.o:(fft_fixed_tab_neon) |
4.1.4_3,1 29 Jul 2019 19:52:05 |
jbeich |
multimedia/ffmpeg: drop vestige of base GCC support on x86
- Base GCC is not allowed by USES=compiler:c11
- Base Clang uses integrated assembler by default
- lang/gcc* uses as(1) from devel/binutils by default |
4.1.4_3,1 29 Jul 2019 19:24:32 |
jbeich |
multimedia/ffmpeg: both nasm and as(1) are not used
powerpcspe doesn't support AltiVec unlike powerpc or powerpc64.
PR: 239509 |
4.1.4_3,1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.1.4_2,1 19 Jul 2019 21:11:01 |
jbeich |
multimedia/x265: update to 3.1.1
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-1 |
4.1.4_1,1 09 Jul 2019 21:25:23 |
jbeich |
multimedia/kvazaar: update to 1.3.0
Changes: https://github.com/ultravideo/kvazaar/releases/tag/v1.3.0
ABI: https://abi-laboratory.pro/tracker/timeline/kvazaar/
Reported by: GitHub (watch releases) |
4.1.4,1 08 Jul 2019 22:36:01 |
jbeich |
multimedia/ffmpeg: update to 4.1.4
- Backport more dav1d fixes from master branch
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
MFH: 2019Q3 (stabilization, maybe security) |
4.1.3_14,1 02 Jul 2019 20:46:23 |
jbeich |
multimedia/svt-av1: update to 0.6.0
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/9e67b319...v0.6.0
Changes: https://github.com/OpenVisualCloud/SVT-AV1/releases/tag/v0.6.0
Reported by: GitHub (watch releases) |
4.1.3_13,1 21 Jun 2019 23:27:36 |
jbeich |
multimedia/svt-av1: update to 0.5.0.642
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/ac75c3e0...3a811c20 |
4.1.3_12,1 17 Jun 2019 07:56:06 |
jbeich |
multimedia/openh264: update to 2.0.0
- Add symlinks for cliqz and thunderbird
Changes: https://github.com/cisco/openh264/releases/tag/v2.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/openh264/
Reported by: GitHub (watch releases) |
4.1.3_11,1 11 Jun 2019 00:51:17 |
jbeich |
multimedia/svt-av1: update to 0.5.0.264
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/f5882304...6fd56461 |
4.1.3_10,1 09 Jun 2019 00:32:55 |
jbeich |
multimedia/svt-av1: update to 0.5.0.247
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/2fb6ab8f...f5882304 |
4.1.3_9,1 04 Jun 2019 14:17:39 |
antoine |
Switch default version of samba from 4.7 to 4.8
With hat: portmgr |
4.1.3_8,1 29 May 2019 20:39:18 |
jbeich |
multimedia/svt-av1: update to 0.5.0.88
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/6a27563a...592a5848 |
4.1.3_7,1 27 May 2019 04:19:29 |
tobik |
multimedia/ffmpeg: Remove FreeBSD 10.x cruft |
4.1.3_7,1 24 May 2019 21:13:06 |
jbeich |
multimedia/svt-av1: update to 0.5.0.28
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/v0.5.0...4dc83fc9 |
4.1.3_6,1 20 May 2019 13:11:05 |
jbeich |
multimedia/ffmpeg: use stable SVTAV1 patch after r502105 (nop) |
4.1.3_6,1 13 May 2019 10:38:28 |
jbeich |
multimedia/svt-av1: update to s20190512
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/ad4522fb...430c2a6f |
4.1.3_5,1 09 May 2019 00:52:20 |
jbeich |
multimedia/ffmpeg: backport AOM warning fix
[libaom-av1 encoder @ 0x807b0d1c0] Value -1.000000 for parameter
'enable-intrabc' out of range [0 - 1] |
4.1.3_4,1 29 Apr 2019 08:08:45 |
jbeich |
multimedia/svt-vp9: update to s20180426
Changes: https://github.com/OpenVisualCloud/SVT-VP9/compare/2437369...ce24589 |
4.1.3_3,1 28 Apr 2019 17:44:41 |
jbeich |
multimedia/svt-av1: update to s20180427
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/38818d95...bef67501 |
4.1.3_2,1 28 Apr 2019 17:44:33 |
jbeich |
multimedia/ffmpeg: fix stage-qa warnings
- Add USES=gl for USE_GL=gl
- Add USE_XORG=x11 where required
PR: 237307
Submitted by: Samy Mahmoudi |
4.1.3_2,1 11 Apr 2019 00:52:01 |
jbeich |
multimedia/svt-av1: update to s20180409
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/1bd31d3c...38818d95 |
4.1.3_1,1 08 Apr 2019 15:06:25 |
jbeich |
multimedia/ffmpeg: unbreak SVTAV1 after r498218
API changed but ABI remained the same e.g., yStride -> y_stride
https://github.com/OpenVisualCloud/SVT-AV1/commit/33b0e1c7da2d
PR: 237092
Reported by: rozhuk.im@gmail.com |
4.1.3_1,1 07 Apr 2019 12:09:24 |
riggs |
Chase update of libbluray to upstream release 1.1.1 |
4.1.3,1 02 Apr 2019 17:26:47 |
jbeich |
multimedia/ffmpeg: update to 4.1.3
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1.3:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
MFH: 2019Q2 (stabilization, maybe security) |
4.1.2_1,1 30 Mar 2019 00:34:14 |
jbeich |
multimedia/ffmpeg: backport some aom/dav1d fixes |
4.1.2,1 23 Mar 2019 13:13:55 |
jbeich |
multimedia/ffmpeg: update to 4.1.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
MFH: 2019Q1 (other stabilization, maybe security) |
4.1.1_10,1 18 Mar 2019 21:45:10 |
jbeich |
multimedia/x264: update to 0.157.2945
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=72db437770fd1ce3961f624dd57a8e75ff65ae0b
ABI: https://abi-laboratory.pro/tracker/timeline/x264/ |
4.1.1_9,1 16 Mar 2019 17:29:47 |
riggs |
Prefer dav1d over for decoding
PR: 234194
Submitted by: jbeich (patch)
Reported by: rozhuk.im@gmail.com |
4.1.1_8,1 15 Mar 2019 21:40:35 |
jbeich |
multimedia/svt-av1: update to s20180315
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/a30e1f6...b114a03 |
4.1.1_7,1 13 Mar 2019 00:48:09 |
jbeich |
multimedia/ffmpeg: backport fixes for libdav1d |
4.1.1_6,1 10 Mar 2019 17:10:56 |
jbeich |
multimedia/x265: update to 3.0
- Add SVTHEVC option, see http://x265.org/x265-svt-hevc-house/
- Drop libmd patch due to rebase churn for what little value it provides
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-0
PR: 235906
Approved by: maintainer timeout (2 weeks) |
4.1.1_5,1 08 Mar 2019 16:46:57 |
jbeich |
multimedia/svt-av1: update to s20180307
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/8d75aad...a30e1f6 |
4.1.1_4,1 04 Mar 2019 19:49:25 |
jbeich |
multimedia/ffmpeg: enable DAV1D by default
Let package users watch AV1 content in standalone players.
PR: 235953 |
4.1.1_3,1 04 Mar 2019 19:49:17 |
jbeich |
multimedia/dav1d: update to 0.2.0
Changes: https://code.videolan.org/videolan/dav1d/tags/0.2.0
Changes: https://code.videolan.org/videolan/dav1d/blob/0.2.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.1.0...0.2.0 |
4.1.1_2,1 02 Mar 2019 00:49:57 |
jbeich |
multimedia/svt-av1: update to s20180228
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/32e2f1c...a6c1f81 |
4.1.1_1,1 23 Feb 2019 00:34:15 |
jbeich |
multimedia/svt-av1: update to s20180222
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/56df866...425ba77 |
4.1.1,1 17 Feb 2019 17:05:49 |
jbeich |
multimedia/ffmpeg: add another HEVC encoder |
4.1.1,1 17 Feb 2019 17:03:44 |
jbeich |
multimedia/ffmpeg: unbreak "make makesum" after r493156
====> Two or more enabled options conflict with each other
=====> Option SVTAV1 conflicts with SVTVP9 (select only one)
======> Both vendor patches cannot be applied at the same time
=====> Option SVTVP9 conflicts with SVTAV1 (select only one)
======> Both vendor patches cannot be applied at the same time
*** Error code 1 |
4.1.1,1 17 Feb 2019 07:46:40 |
jbeich |
multimedia/ffmpeg: add another VP9 encoder |
4.1.1,1 17 Feb 2019 07:46:29 |
jbeich |
multimedia/ffmpeg: limit SVT-AV1 distfile to its own PATCH_SITES
SVT-VP9 is expected in future which would also append PATCH_SITES. |
4.1.1,1 16 Feb 2019 20:40:22 |
jbeich |
multimedia/ffmpeg: unbreak SVTAV1=off on amd64 after r493026
===> Configuring for ffmpeg-4.1.1,1
Unknown option "--disable-libsvtav1".
See ./configure --help for available options.
===> Script "configure" failed unexpectedly.
Reported by: leres
Pointy hat to: jbeich |
4.1.1,1 16 Feb 2019 00:42:46 |
jbeich |
multimedia/ffmpeg: add another AV1 encoder |
4.1.1,1 09 Feb 2019 22:44:38 |
jbeich |
multimedia/ffmpeg: update to 4.1.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
MFH: 2019Q1 (other stabilization, maybe security) |
4.1_5,1 06 Feb 2019 13:33:13 |
jbeich |
multimedia/libvpx: update 1.8.0
www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via
https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ |
4.1_4,1 14 Jan 2019 16:16:49 |
mat |
Disable CHROMAPRINT option, it is creates a loop, and is marked broken. |
4.1_4,1 10 Jan 2019 00:39:23 |
jbeich |
multimedia/ffmpeg: backport fixes for libaom/libdav1d |
4.1_3,1 29 Dec 2018 00:02:31 |
jbeich |
multimedia/ffmpeg: chase config.log location after r452570
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/3f17751eeb7e |
4.1_3,1 27 Dec 2018 00:26:37 |
jbeich |
multimedia/aom: update to 1.0.0.1104
Changes: https://aomedia.googlesource.com/aom/+log/9a48f9ca5..9b1252eab |
4.1_2,1 20 Dec 2018 00:46:33 |
jbeich |
multimedia/aom: update to 1.0.0.1080
Changes: https://aomedia.googlesource.com/aom/+log/440e6d412..54f971197 |
4.1_1,1 16 Dec 2018 08:02:16 |
jbeich |
multimedia/ffmpeg: backport dav1d support
If both AOM and DAV1D are enabled FFmpeg defaults to libaom-av1,
so libdav1d needs to be selected explicitly. For example,
$ mpv --vd=libdav1d, --ytdl-format='bestvideo[vcodec=av01.0.05M.08]+bestaudio' \
'https://www.youtube.com/playlist?list=PLyqf6gJt7KuHBmeVzZteZUlNUQAVLwrZS' |
4.1_1,1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
4.1,1 06 Nov 2018 01:50:27 |
jbeich |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
4.0.3,1 03 Nov 2018 09:38:19 |
jbeich |
multimedia/ffmpeg: update to 4.0.3
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0.3:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726 (for tracking)
Security: CVE-2018-15822
MFH: 2018Q4 (bug and fuzz fixes) |
4.0.2_9,1 31 Oct 2018 20:49:35 |
jbeich |
multimedia/aom: update to 1.0.0.858
Changes: https://aomedia.googlesource.com/aom/+log/fa873d82a..125ec7775 |
4.0.2_8,1 28 Oct 2018 16:28:15 |
riggs |
Unbreak build on 12-BETA after OpenSSL 1.1.1 import into base
PR: 232707
Submitted by: fluffy
MFH: 2018Q4 |
4.0.2_7,1 24 Oct 2018 18:07:43 |
tobik |
multimedia/ffmpeg: Do not set DATADIR twice
PR: 232637 |
4.0.2_7,1 21 Oct 2018 10:33:37 |
jbeich |
multimedia/ffmpeg: unbreak ALSA=off after r468844
https://ffmpeg.org/pipermail/ffmpeg-devel/2018-September/234516.html
PR: 232498 |
4.0.2_6,1 14 Oct 2018 07:00:00 |
riggs |
Enable XCB option by default
Rationale:
- XCB offers a comfortable screen capturing function via
ffmpeg -f x11grab
- In the default package libxcb is installed as a dependency
of libX11 anyway, hence no need to disable it for ffmpeg
specifically
PR: 231215
Reported by: vermaden@interia.pl |
4.0.2_5,1 01 Oct 2018 17:22:02 |
jbeich |
multimedia/aom: update to 1.0.0.693
1.0.0 was when bitstream stabilized. As browsers don't stick to a
particular version there's no reason for us as well.
https://chromium-review.googlesource.com/1234955
https://bugzilla.mozilla.org/show_bug.cgi?id=1489285
Changes: https://aomedia.googlesource.com/aom/+log/v1.0.0..b69d8fe84/
Security: oss-fuzz |
4.0.2_4,1 29 Sep 2018 08:04:27 |
riggs |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
4.0.2_3,1 12 Sep 2018 04:16:43 |
jbeich |
multimedia/ffmpeg: expose libopenmpt after r479565 |
4.0.2_3,1 02 Sep 2018 16:32:21 |
jbeich |
multimedia/aom: add new port
AOMedia Video 1 (AV1), is an open, royalty-free video coding format
designed for video transmissions over the Internet. It is being
developed by the Alliance for Open Media (AOMedia), a consortium of
firms from the semiconductor industry, video on demand providers, and
web browser developers, founded in 2015.
https://aomedia.org/ |
4.0.2_3,1 01 Sep 2018 17:05:48 |
antoine |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904 |
4.0.2_2,1 10 Aug 2018 00:55:12 |
jbeich |
multimedia/x264: update to 0.155.2917
- HI10P is always built after
https://git.videolan.org/?p=x264.git;a=commitdiff;h=71ed44c73124
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=0a84d986e7020f8344f00752e3600b9769cc1e85
ABI: https://abi-laboratory.pro/tracker/timeline/x264/ |
4.0.2_1,1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
4.0.2,1 18 Jul 2018 21:39:06 |
jbeich |
multimedia/ffmpeg: update to 4.0.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Security: CVE-2018-1330[0-4]
PR: 227726 (for tracking)
MFH: 2018Q3 |
4.0.1_1,1 17 Jul 2018 17:29:00 |
mi |
Upgrade x265 from 2.6 to 2.8 and:
. Explicitly disable use of AVX with clang (see patch for links)
. Put non-SSL sources back on the list of MASTER_SITES
Bump PORTREVISION in the depending ports as appropriate. |
4.0.1,1 18 Jun 2018 14:07:18 |
jbeich |
multimedia/ffmpeg: update to 4.0.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Security: CVE-2018-12458, CVE-2018-12459, CVE-2018-12460
PR: 227726 (for tracking) |
4.0_1,1 09 May 2018 20:27:52 |
swills |
Bump PORTREVISION on more opencv consumers due to opencv update |
4.0,1 04 May 2018 06:46:42 |
jbeich |
multimedia/ffmpeg: drop unused file after r468844 |
4.0,1 02 May 2018 15:07:27 |
jbeich |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
3.4.2_1,1 05 Apr 2018 20:13:34 |
jhale |
Update sysutils/libcdio to 2.0.0
- Add regression tests
Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr
Bump PORTREVISON on dependent ports due to libcdio shared libary increase
Changes
(libcdio): http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager): https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision: https://reviews.freebsd.org/D14469 |
3.4.2,1 27 Mar 2018 11:10:57 |
jhale |
Update the placeholders for the MYSOFA option to use audio/libmysofa (added in
r461283).
Minor sorting of options descriptions.
Reviewed by: jbeich
Differential Revision: https://reviews.freebsd.org/D14276 |
3.4.2,1 27 Feb 2018 13:03:48 |
mat |
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight |
3.4.2,1 26 Feb 2018 22:02:16 |
jbeich |
multimedia/ffmpeg: update to 3.4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
MFH: 2018Q1 (maybe security) |
3.4.1_7,1 17 Feb 2018 21:45:30 |
yuri |
multimedia/libbluray: Update to 1.0.2
Additional port changes:
* Changed to DISTVERSION
* Removed USES=autoreconf (not needed)
* Added post-extract creating symlink linux->freebsd
Bumped 6 depending ports.
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14406 |
3.4.1_6,1 11 Feb 2018 20:19:12 |
madpilot |
- Update multimedia/x265 to 2.6
- Use the distfile provided by the VideoLAN project
- Add options for HI10P and HI12P (available only for amd64)
- Add DEBUG option
- Add OPTIMIZED_CFLAGS option
- Force using clang 5.0 on 10.4. Base provided clang fails during
compilation
- Chase shlib bump in dependent ports
PR: 225431
Submitted by: daniel.engberg.lists@pyret.net
Approved by: Maintainer timeout |
3.4.1_5,1 04 Feb 2018 19:53:56 |
riggs |
Make OPUS default option
Rationale:
Opus is the latest-generation highest-performance open-source audio codec
and becomes increasingly popular, particularly combined with VP9 video.
It's time to include support for libopus in the default package.
PR: 225511
Reported by: greg@unrelenting.technology
MFH: 2018Q1 |
3.4.1_4,1 25 Jan 2018 21:20:12 |
jbeich |
multimedia/libvpx: update 1.7.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ |
3.4.1_3,1 29 Dec 2017 02:55:42 |
jbeich |
multimedia/{lib,}x264: update to 0.152.2854
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=e9a5903edf8ca59ef20e6f4894c196f135af735e |
3.4.1_2,1 23 Dec 2017 07:03:21 |
antoine |
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529 |
3.4.1_1,1 12 Dec 2017 21:29:57 |
madpilot |
- Update libva to 2.0.0
- Update libva-intel-driver to 2.0.0
- Update libva-utils to 2.0.0
- Bump dependent ports due to shlib bump
- Import upstream patch to fix multimedia/mpv [1]
- Import upstream patch to fix multimedia/gstreamer1-vaapi [2]
Approved by: cpm [1], multimedia (timeout) [2]
Obtained
from: https://github.com/mpv-player/mpv/commit/2ecf240b1cd20875991a5b18efafbe799864ff7f
[1]
https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/commit/gst-libs/gst/vaapi/gstvaapiutils.c?id=777bba473e3ed1c7b8b7f7f0322892851c70dfd9
[2]
Differential Revision: https://reviews.freebsd.org/D12761 |
3.4.1,1 11 Dec 2017 18:04:25 |
jbeich |
multimedia/ffmpeg: update to 3.4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Security: CVE-2017-17081 |
3.4_3,1 30 Nov 2017 08:42:47 |
jbeich |
multimedia/ffmpeg: drop unused helper after r434304 |