notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: multimedia/ffmpeg/Makefile

Number of commits found: 595 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5 | 6  »  

Monday, 5 Aug 2019
19:16 jbeich search for other commits by this committer
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
Original commitRevision:508199 
Saturday, 3 Aug 2019
00:49 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.6.0.151

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/b238802a...cd79924e
Original commitRevision:507925 
Thursday, 1 Aug 2019
09:13 jbeich search for other commits by this committer
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
Original commitRevision:507762 
Tuesday, 30 Jul 2019
00:16 jbeich search for other commits by this committer
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.
Original commitRevision:507610 
Monday, 29 Jul 2019
23:56 jbeich search for other commits by this committer
multimedia/ffmpeg: builds fine without -no-integrated-as

aarch64 was likely fixed in FFmpeg 3.4 while armv6 in Clang 5.0.
Original commitRevision:507609 
23:56 jbeich search for other commits by this committer
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)
Original commitRevision:507608 
19:52 jbeich search for other commits by this committer
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
Original commitRevision:507592 
19:24 jbeich search for other commits by this committer
multimedia/ffmpeg: both nasm and as(1) are not used

powerpcspe doesn't support AltiVec unlike powerpc or powerpc64.

PR:		239509
Original commitRevision:507589 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Friday, 19 Jul 2019
21:11 jbeich search for other commits by this committer
multimedia/x265: update to 3.1.1

Changes:	https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-1
Original commitRevision:506963 
Tuesday, 9 Jul 2019
21:25 jbeich search for other commits by this committer
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)
Original commitRevision:506315 
Monday, 8 Jul 2019
22:36 jbeich search for other commits by this committer
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)
Original commitRevision:506252 
Tuesday, 2 Jul 2019
20:46 jbeich search for other commits by this committer
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)
Original commitRevision:505707 
Friday, 21 Jun 2019
23:27 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.5.0.642

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/ac75c3e0...3a811c20
Original commitRevision:504836 
Monday, 17 Jun 2019
07:56 jbeich search for other commits by this committer
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)
Original commitRevision:504400 
Tuesday, 11 Jun 2019
00:51 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.5.0.264

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/f5882304...6fd56461
Original commitRevision:503932 
Sunday, 9 Jun 2019
00:32 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.5.0.247

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/2fb6ab8f...f5882304
Original commitRevision:503767 
Tuesday, 4 Jun 2019
14:17 antoine search for other commits by this committer
Switch default version of samba from 4.7 to 4.8

With hat:	portmgr
Original commitRevision:503475 
Wednesday, 29 May 2019
20:39 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.5.0.88

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/6a27563a...592a5848
Original commitRevision:503009 
Monday, 27 May 2019
04:19 tobik search for other commits by this committer
multimedia/ffmpeg: Remove FreeBSD 10.x cruft
Original commitRevision:502765 
Friday, 24 May 2019
21:13 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.5.0.28

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/v0.5.0...4dc83fc9
Original commitRevision:502491 
Monday, 20 May 2019
13:11 jbeich search for other commits by this committer
multimedia/ffmpeg: use stable SVTAV1 patch after r502105 (nop)
Original commitRevision:502111 
Monday, 13 May 2019
10:38 jbeich search for other commits by this committer
multimedia/svt-av1: update to s20190512

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/ad4522fb...430c2a6f
Original commitRevision:501550 
Thursday, 9 May 2019
00:52 jbeich search for other commits by this committer
multimedia/ffmpeg: backport AOM warning fix

[libaom-av1 encoder @ 0x807b0d1c0] Value -1.000000 for parameter
'enable-intrabc' out of range [0 - 1]
Original commitRevision:501064 
Monday, 29 Apr 2019
08:08 jbeich search for other commits by this committer
multimedia/svt-vp9: update to s20180426

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/2437369...ce24589
Original commitRevision:500397 
Sunday, 28 Apr 2019
17:44 jbeich search for other commits by this committer
multimedia/svt-av1: update to s20180427

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/38818d95...bef67501
Original commitRevision:500326 
17:44 jbeich search for other commits by this committer
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
Original commitRevision:500325 
Thursday, 11 Apr 2019
00:52 jbeich search for other commits by this committer
multimedia/svt-av1: update to s20180409

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/1bd31d3c...38818d95
Original commitRevision:498617 
Monday, 8 Apr 2019
15:06 jbeich search for other commits by this committer
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
Original commitRevision:498378 
Sunday, 7 Apr 2019
12:09 riggs search for other commits by this committer
Chase update of libbluray to upstream release 1.1.1
Original commitRevision:498277 
Tuesday, 2 Apr 2019
17:26 jbeich search for other commits by this committer
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)
Original commitRevision:497572 
Saturday, 30 Mar 2019
00:34 jbeich search for other commits by this committer
multimedia/ffmpeg: backport some aom/dav1d fixes
Original commitRevision:497230 
Saturday, 23 Mar 2019
13:13 jbeich search for other commits by this committer
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)
Original commitRevision:496662 
Monday, 18 Mar 2019
21:45 jbeich search for other commits by this committer
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/
Original commitRevision:496215 
Saturday, 16 Mar 2019
17:29 riggs search for other commits by this committer
Prefer dav1d over for decoding

PR:		234194
Submitted by:	jbeich (patch)
Reported by:	rozhuk.im@gmail.com
Original commitRevision:495918 
Friday, 15 Mar 2019
21:40 jbeich search for other commits by this committer
multimedia/svt-av1: update to s20180315

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/a30e1f6...b114a03
Original commitRevision:495810 
Wednesday, 13 Mar 2019
00:48 jbeich search for other commits by this committer
multimedia/ffmpeg: backport fixes for libdav1d
Original commitRevision:495535 
Sunday, 10 Mar 2019
17:10 jbeich search for other commits by this committer
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)
Original commitRevision:495302 
Friday, 8 Mar 2019
16:46 jbeich search for other commits by this committer
multimedia/svt-av1: update to s20180307

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/8d75aad...a30e1f6
Original commitRevision:495056 
Monday, 4 Mar 2019
19:49 jbeich search for other commits by this committer
multimedia/ffmpeg: enable DAV1D by default

Let package users watch AV1 content in standalone players.

PR:		235953
Original commitRevision:494638 
19:49 jbeich search for other commits by this committer
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
Original commitRevision:494637 
Saturday, 2 Mar 2019
00:49 jbeich search for other commits by this committer
multimedia/svt-av1: update to s20180228

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/32e2f1c...a6c1f81
Original commitRevision:494352 
Saturday, 23 Feb 2019
00:34 jbeich search for other commits by this committer
multimedia/svt-av1: update to s20180222

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/56df866...425ba77
Original commitRevision:493624 
Sunday, 17 Feb 2019
17:05 jbeich search for other commits by this committer
multimedia/ffmpeg: add another HEVC encoder
Original commitRevision:493173 
17:03 jbeich search for other commits by this committer
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
Original commitRevision:493172 
07:46 jbeich search for other commits by this committer
multimedia/ffmpeg: add another VP9 encoder
Original commitRevision:493156 
07:46 jbeich search for other commits by this committer
multimedia/ffmpeg: limit SVT-AV1 distfile to its own PATCH_SITES

SVT-VP9 is expected in future which would also append PATCH_SITES.
Original commitRevision:493154 
Saturday, 16 Feb 2019
20:40 jbeich search for other commits by this committer
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
Original commitRevision:493097 
00:42 jbeich search for other commits by this committer
multimedia/ffmpeg: add another AV1 encoder
Original commitRevision:493026 
Saturday, 9 Feb 2019
22:44 jbeich search for other commits by this committer
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)
Original commitRevision:492528 
Wednesday, 6 Feb 2019
13:33 jbeich search for other commits by this committer
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/
Original commitRevision:492305 
Monday, 14 Jan 2019
16:16 mat search for other commits by this committer
Disable CHROMAPRINT option, it is creates a loop, and is marked broken.
Original commitRevision:490300 
Thursday, 10 Jan 2019
00:39 jbeich search for other commits by this committer
multimedia/ffmpeg: backport fixes for libaom/libdav1d
Original commitRevision:489841 
Saturday, 29 Dec 2018
00:02 jbeich search for other commits by this committer
multimedia/ffmpeg: chase config.log location after r452570

https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/3f17751eeb7e
Original commitRevision:488630 
Thursday, 27 Dec 2018
00:26 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.1104

Changes:	https://aomedia.googlesource.com/aom/+log/9a48f9ca5..9b1252eab
Original commitRevision:488498 
Thursday, 20 Dec 2018
00:46 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.1080

Changes:	https://aomedia.googlesource.com/aom/+log/440e6d412..54f971197
Original commitRevision:487820 
Sunday, 16 Dec 2018
08:02 jbeich search for other commits by this committer
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'
Original commitRevision:487560 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Tuesday, 6 Nov 2018
01:50 jbeich search for other commits by this committer
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/
Original commitRevision:484273 
Saturday, 3 Nov 2018
09:38 jbeich search for other commits by this committer
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)
Original commitRevision:483883 
Wednesday, 31 Oct 2018
20:49 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.858

Changes:	https://aomedia.googlesource.com/aom/+log/fa873d82a..125ec7775
Original commitRevision:483615 
Sunday, 28 Oct 2018
16:28 riggs search for other commits by this committer
Unbreak build on 12-BETA after OpenSSL 1.1.1 import into base

PR:		232707
Submitted by:	fluffy
MFH:		2018Q4
Original commitRevision:483316 
Wednesday, 24 Oct 2018
18:07 tobik search for other commits by this committer
multimedia/ffmpeg: Do not set DATADIR twice

PR:		232637
Original commitRevision:482928 
Sunday, 21 Oct 2018
10:33 jbeich search for other commits by this committer
multimedia/ffmpeg: unbreak ALSA=off after r468844

https://ffmpeg.org/pipermail/ffmpeg-devel/2018-September/234516.html

PR:		232498
Original commitRevision:482658 
Sunday, 14 Oct 2018
07:00 riggs search for other commits by this committer
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
Original commitRevision:482030 
Monday, 1 Oct 2018
17:22 jbeich search for other commits by this committer
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
Original commitRevision:481044 
Saturday, 29 Sep 2018
08:04 riggs search for other commits by this committer
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
Original commitRevision:480899 
Wednesday, 12 Sep 2018
04:16 jbeich search for other commits by this committer
multimedia/ffmpeg: expose libopenmpt after r479565
Original commitRevision:479582 
Sunday, 2 Sep 2018
16:32 jbeich search for other commits by this committer
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/
Original commitRevision:478807 
Saturday, 1 Sep 2018
17:05 antoine search for other commits by this committer
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
Original commitRevision:478711 
Friday, 10 Aug 2018
00:55 jbeich search for other commits by this committer
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/
Original commitRevision:476802 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Wednesday, 18 Jul 2018
21:39 jbeich search for other commits by this committer
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
Original commitRevision:474903 
Tuesday, 17 Jul 2018
17:29 mi search for other commits by this committer
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.
Original commitRevision:474814 
Monday, 18 Jun 2018
14:07 jbeich search for other commits by this committer
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)
Original commitRevision:472695 
Wednesday, 9 May 2018
20:27 swills search for other commits by this committer
Bump PORTREVISION on more opencv consumers due to opencv update
Original commitRevision:469466 
Wednesday, 2 May 2018
15:07 jbeich search for other commits by this committer
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
Original commitRevision:468844 
Thursday, 5 Apr 2018
20:13 jhale search for other commits by this committer
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
Original commitRevision:466597 
Tuesday, 27 Mar 2018
11:10 jhale search for other commits by this committer
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
Original commitRevision:465688 
Tuesday, 27 Feb 2018
13:03 mat search for other commits by this committer
Switch some MASTER_SITES from http/ftp to https.

Also some cleanup of dead entries.

PR:		226203
Submitted by:	Sam H
Sponsored by:	Absolight
Original commitRevision:463123 
Monday, 26 Feb 2018
22:02 jbeich search for other commits by this committer
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)
Original commitRevision:463051 
Saturday, 17 Feb 2018
21:45 yuri search for other commits by this committer
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
Original commitRevision:462195 
Sunday, 11 Feb 2018
20:19 madpilot search for other commits by this committer
- 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
Original commitRevision:461527 
Sunday, 4 Feb 2018
19:53 riggs search for other commits by this committer
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
Original commitRevision:460948 
Thursday, 25 Jan 2018
21:20 jbeich search for other commits by this committer
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/
Original commitRevision:459963 
Friday, 29 Dec 2017
02:55 jbeich search for other commits by this committer
multimedia/{lib,}x264: update to 0.152.2854

Changes:	https://git.videolan.org/?p=x264.git;a=shortlog;h=e9a5903edf8ca59ef20e6f4894c196f135af735e
Original commitRevision:457488 
Saturday, 23 Dec 2017
07:03 antoine search for other commits by this committer
Change default version of samba from 4.4 to 4.6

Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
Original commitRevision:457024 
Tuesday, 12 Dec 2017
21:29 madpilot search for other commits by this committer
- 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
Original commitRevision:456184 
Monday, 11 Dec 2017
18:04 jbeich search for other commits by this committer
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
Original commitRevision:456055 
Thursday, 30 Nov 2017
08:42 jbeich search for other commits by this committer
multimedia/ffmpeg: drop unused helper after r434304
Original commitRevision:455180 
08:42 jbeich search for other commits by this committer
multimedia/ffmpeg: unaligned access on armv6 should work after base r300701

Reported by:	mmel
PR:		200609 (ping)
Original commitRevision:455179 
08:26 linimon search for other commits by this committer
Also back out unaligned access requirement.

Obtained from:	jbeich
Original commitRevision:455178 
07:39 linimon search for other commits by this committer
Back out part of r455173 at jbeich request.
Original commitRevision:455176 
07:02 linimon search for other commits by this committer
For ports that set particular flags/options for armv6, also set them
for armv7.

This is part three of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Original commitRevision:455173 
Tuesday, 28 Nov 2017
15:47 jbeich search for other commits by this committer
multimedia/ffmpeg: fix DoS in VC-2 encoder

Reported by:	Vladimir Krstulja
Obtained from:	upstream (release/3.4 branch)
Security:	CVE-2017-16840
Original commitRevision:455047 
Sunday, 19 Nov 2017
01:06 jbeich search for other commits by this committer
multimedia/kvazaar: update to 1.2.0

- Increase verbosity of automake tests

Changes:	https://github.com/ultravideo/kvazaar/releases/tag/v1.2.0
ABI:		https://abi-laboratory.pro/tracker/timeline/kvazaar/
Original commitRevision:454469 
Saturday, 21 Oct 2017
06:50 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Original commitRevision:452570 
Tuesday, 12 Sep 2017
14:39 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.3.4

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Security:	CVE-2017-14054 CVE-2017-14055 CVE-2017-14056 CVE-2017-14057
Security:	CVE-2017-14058 CVE-2017-14059 CVE-2017-14169 CVE-2017-14170
Security:	CVE-2017-14171 CVE-2017-14222 CVE-2017-14223 CVE-2017-14225
MFH:		2017Q3
Original commitRevision:449689 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Tuesday, 15 Aug 2017
22:00 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.3.3

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.3.3:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Security:	CVE-2017-9608 CVE-2017-11399 CVE-2017-11665 CVE-2017-11665
CVE-2017-11719
MFH:		2017Q3
Original commitRevision:448015 

Number of commits found: 595 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5 | 6  »