| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
multimedia/ffmpeg: backport AOM warning fix
[libaom-av1 encoder @ 0x807b0d1c0] Value -1.000000 for parameter 'enable-intrabc' out of range [0 - 1]
Approved by: ports-secteam blanket
Notes:
svn path=/branches/2019Q2/; revision=501067
|
|
|
|
| |
Notes:
svn path=/head/; revision=497230
|
|
|
|
|
|
|
|
|
| |
PR: 234194
Submitted by: jbeich (patch)
Reported by: rozhuk.im@gmail.com
Notes:
svn path=/head/; revision=495918
|
|
|
|
| |
Notes:
svn path=/head/; revision=495535
|
|
|
|
| |
Notes:
svn path=/head/; revision=489841
|
|
|
|
|
|
|
| |
Changes: https://aomedia.googlesource.com/aom/+log/9a48f9ca5..9b1252eab
Notes:
svn path=/head/; revision=488498
|
|
|
|
|
|
|
| |
Changes: https://aomedia.googlesource.com/aom/+log/440e6d412..54f971197
Notes:
svn path=/head/; revision=487820
|
|
|
|
|
|
|
|
|
|
|
| |
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'
Notes:
svn path=/head/; revision=487560
|
|
|
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Notes:
svn path=/head/; revision=484273
|
|
|
|
|
|
|
|
|
| |
PR: 232707
Submitted by: fluffy
MFH: 2018Q4
Notes:
svn path=/head/; revision=483316
|
|
|
|
|
|
|
|
|
| |
https://ffmpeg.org/pipermail/ffmpeg-devel/2018-September/234516.html
PR: 232498
Notes:
svn path=/head/; revision=482658
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=481044
|
|
|
|
| |
Notes:
svn path=/head/; revision=469009
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=468844
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=456055
|
|
|
|
|
|
|
|
|
| |
Reported by: Vladimir Krstulja
Obtained from: upstream (release/3.4 branch)
Security: CVE-2017-16840
Notes:
svn path=/head/; revision=455047
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=452570
|
|
|
|
|
|
|
|
|
| |
post-patch already adds -core suffix to pkg-config search
Pointy hat to: mat (r448475)
Notes:
svn path=/head/; revision=452211
|
|
|
|
|
|
|
| |
Reported by: mat
Notes:
svn path=/head/; revision=451870
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=448476
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=448475
|
|
|
|
|
|
|
|
| |
PR: 218658
Submitted by: riggs
Notes:
svn path=/head/; revision=439365
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Details:
- patch-ffserver__config.c has been upstreamed
- Fix two potential heap overflows in lavf/mov.c
MFH: 2017Q1
Security: CVE-2017-5024
CVE-2017-5025
Notes:
svn path=/head/; revision=433937
|
|
|
|
|
|
|
|
|
| |
PR: 216605
Submitted by: gosha-necr@yandex.ru
Obtained from: upstream
Notes:
svn path=/head/; revision=432866
|
|
|
|
|
|
|
|
|
| |
ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327.
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=428896
|
|
|
|
| |
Notes:
svn path=/head/; revision=428894
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
Notes:
svn path=/head/; revision=428352
|
|
|
|
|
|
|
|
|
|
|
|
| |
to agree with the address family.
PR: 214852
Submitted by: me
Approved by: jbeich
MFH: 2016Q4
Notes:
svn path=/head/; revision=427233
|
|
|
|
|
|
|
|
|
|
| |
PR: 205958
Submitted by: dim (patch via ports mailing list)
Reported by: otacilio.neto@bsd.com.br
MFH: 2016Q4 (ports-secteam fix blanket)
Notes:
svn path=/head/; revision=423592
|
|
|
|
| |
Notes:
svn path=/head/; revision=422841
|
|
|
|
|
|
|
|
|
|
|
| |
While on it:
- Rename option "LIBV4L" to "V4L" to match naming as in other ports [1]
PR: 205498 [1]
Submitted by: yuri@rawbw.com [1]
Notes:
svn path=/head/; revision=404350
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0
ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html
PR: 204478
Exp-run by: antoine
Approved by: ashish (maintainer)
Notes:
svn path=/head/; revision=401587
|
|
|
|
|
|
|
|
|
|
| |
- Mark ports BROKEN that were discovered not to work with
this update; discovered by exp-run in bug 201181
- Note the need for manual upgrade of dependent ports in
UPDATING
Notes:
svn path=/head/; revision=391183
|
|
|
|
| |
Notes:
svn path=/head/; revision=376701
|
|
|
|
|
|
|
|
| |
PR: 193657
Submitted by: farid@hajji.name
Notes:
svn path=/head/; revision=368305
|
|
|
|
|
|
|
|
|
| |
- Add USE_LDCONFIG
- Simplify some OPTIONS
- Pet portlint
Notes:
svn path=/head/; revision=368051
|
|
|
|
|
|
|
|
| |
PR: 193150
Submitted by: jbeich@vfemail.net
Notes:
svn path=/head/; revision=366662
|
|
|
|
|
|
|
|
| |
PR: 192579
Submitted by: hselasky@FreeBSD.org
Notes:
svn path=/head/; revision=366591
|
|
|
|
|
|
|
|
| |
PR: 191399
Submitted by: m.ehinger ltur de
Notes:
svn path=/head/; revision=360599
|
|
|
|
|
|
|
|
|
| |
- Bump dependent ports of libavutil
- USES tar:bzip2
- Use @sample in pkg-plist
Notes:
svn path=/head/; revision=359554
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587
Notes:
svn path=/head/; revision=337385
|
|
|
|
|
|
|
|
| |
Reported by: Herbert J. Skuhra <hskuhra@eumx.net>
Approved by: wg
Notes:
svn path=/head/; revision=332397
|
|
|
|
|
|
|
|
|
|
| |
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=330909
|
|
|
|
|
|
|
|
| |
PR: 182839
Approved by: wg (maintainer)
Notes:
svn path=/head/; revision=329825
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
| |
Notes:
svn path=/head/; revision=279311
|
|
|
|
|
|
|
| |
PR: ports/158510
Notes:
svn path=/head/; revision=276688
|
|
|
|
| |
Notes:
svn path=/head/; revision=276529
|
|
|
|
| |
Notes:
svn path=/head/; revision=276352
|
|
|
|
|
|
|
| |
Add support for celt, freetype2, frei0r, rtmp, vo-aacenc, vo-amrwbenc
Notes:
svn path=/head/; revision=276238
|