aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/files
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r501064Jan Beich2019-05-091-1/+12
| | | | | | | | | | | 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
* multimedia/ffmpeg: backport some aom/dav1d fixesJan Beich2019-03-302-26/+177
| | | | Notes: svn path=/head/; revision=497230
* Prefer dav1d over for decodingThomas Zander2019-03-161-0/+18
| | | | | | | | | PR: 234194 Submitted by: jbeich (patch) Reported by: rozhuk.im@gmail.com Notes: svn path=/head/; revision=495918
* multimedia/ffmpeg: backport fixes for libdav1dJan Beich2019-03-131-16/+127
| | | | Notes: svn path=/head/; revision=495535
* multimedia/ffmpeg: backport fixes for libaom/libdav1dJan Beich2019-01-102-36/+222
| | | | Notes: svn path=/head/; revision=489841
* multimedia/aom: update to 1.0.0.1104Jan Beich2018-12-271-27/+0
| | | | | | | Changes: https://aomedia.googlesource.com/aom/+log/9a48f9ca5..9b1252eab Notes: svn path=/head/; revision=488498
* multimedia/aom: update to 1.0.0.1080Jan Beich2018-12-201-0/+27
| | | | | | | Changes: https://aomedia.googlesource.com/aom/+log/440e6d412..54f971197 Notes: svn path=/head/; revision=487820
* multimedia/ffmpeg: backport dav1d supportJan Beich2018-12-161-0/+325
| | | | | | | | | | | 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
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-15/+0
| | | | | | | | 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
* Unbreak build on 12-BETA after OpenSSL 1.1.1 import into baseThomas Zander2018-10-281-0/+8
| | | | | | | | | PR: 232707 Submitted by: fluffy MFH: 2018Q4 Notes: svn path=/head/; revision=483316
* multimedia/ffmpeg: unbreak ALSA=off after r468844Jan Beich2018-10-211-0/+12
| | | | | | | | | https://ffmpeg.org/pipermail/ffmpeg-devel/2018-September/234516.html PR: 232498 Notes: svn path=/head/; revision=482658
* multimedia/aom: update to 1.0.0.693Jan Beich2018-10-011-0/+15
| | | | | | | | | | | | | 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
* multimedia/ffmpeg: drop unused file after r468844Jan Beich2018-05-041-27/+0
| | | | Notes: svn path=/head/; revision=469009
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-022-68/+2
| | | | | | | | | | | | | | | - 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
* multimedia/ffmpeg: update to 3.4.1Jan Beich2017-12-111-83/+0
| | | | | | | | | 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
* multimedia/ffmpeg: fix DoS in VC-2 encoderJan Beich2017-11-281-0/+83
| | | | | | | | | Reported by: Vladimir Krstulja Obtained from: upstream (release/3.4 branch) Security: CVE-2017-16840 Notes: svn path=/head/; revision=455047
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-213-120/+3
| | | | | | | | | | | | | | | | | | | | | | 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
* multimedia/ffmpeg: fix opencv-core autodetection in some casesJan Beich2017-10-161-6/+1
| | | | | | | | | post-patch already adds -core suffix to pkg-config search Pointy hat to: mat (r448475) Notes: svn path=/head/; revision=452211
* Fix build with openjpeg 2.3.0Sunpoet Po-Chuan Hsieh2017-10-123-23/+30
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=451870
* Grmbl, commit the actual good version of the patch.Mathieu Arnold2017-08-211-2/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=448476
* Fix build with graphics/openjpeg after update to 2.2.Mathieu Arnold2017-08-213-5/+96
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=448475
* Update to upstream version 3.3Thomas Zander2017-04-252-14/+14
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439365
* Update to upstream version 3.2.4Thomas Zander2017-02-121-22/+0
| | | | | | | | | | | | | 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
* multimedia/ffmpeg: backport a crashfix for FFSERVERJan Beich2017-01-301-0/+22
| | | | | | | | | PR: 216605 Submitted by: gosha-necr@yandex.ru Obtained from: upstream Notes: svn path=/head/; revision=432866
* multimedia/ffmpeg: simplify ARCH workaroundJan Beich2016-12-194-42/+0
| | | | | | | | | ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327. Approved by: portmgr blanket Notes: svn path=/head/; revision=428896
* multimedia/ffmpeg: drop obsolete patchesJan Beich2016-12-193-39/+0
| | | | Notes: svn path=/head/; revision=428894
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-117-116/+93
| | | | | | | | | | 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
* Fix RTP stream; FreeBSD's socket calls require the sockaddr struct lengthKevin Lo2016-11-271-0/+46
| | | | | | | | | | | | to agree with the address family. PR: 214852 Submitted by: me Approved by: jbeich MFH: 2016Q4 Notes: svn path=/head/; revision=427233
* Fix runtime crashes on i386: enforce stack-alignment=16Thomas Zander2016-10-091-0/+13
| | | | | | | | | | 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
* multimedia/ffmpeg: add KVAZAAR option (another HEVC implementation)Jan Beich2016-09-281-0/+73
| | | | Notes: svn path=/head/; revision=422841
* Update to upstream version 2.8.4Thomas Zander2015-12-241-39/+0
| | | | | | | | | | | 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
* multimedia/libvpx: update 1.5.0Jan Beich2015-11-141-0/+39
| | | | | | | | | | | | | 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
* - Update multimdedia/ffmpeg to latest upstrem version 2.7.1Thomas Zander2015-07-0210-51/+51
| | | | | | | | | | - 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
* Update to upstream version 2.3.6Thomas Zander2015-01-101-11/+0
| | | | Notes: svn path=/head/; revision=376701
* - Fix build break if PULSEAUDIO is defined but not ALSA or LIBV4LThomas Zander2014-09-161-0/+11
| | | | | | | | PR: 193657 Submitted by: farid@hajji.name Notes: svn path=/head/; revision=368305
* - Update to upstream release 2.3.3Thomas Zander2014-09-121-9/+14
| | | | | | | | | - Add USE_LDCONFIG - Simplify some OPTIONS - Pet portlint Notes: svn path=/head/; revision=368051
* - Drop unnecessary hunk for v4l2 from patch-configureThomas Zander2014-08-301-11/+0
| | | | | | | | PR: 193150 Submitted by: jbeich@vfemail.net Notes: svn path=/head/; revision=366662
* - Restore V4L2 interfaceThomas Zander2014-08-301-15/+11
| | | | | | | | PR: 192579 Submitted by: hselasky@FreeBSD.org Notes: svn path=/head/; revision=366591
* multimedia/ffmpeg: fix ffserver startup scriptWilliam Grzybowski2014-07-041-1/+2
| | | | | | | | PR: 191399 Submitted by: m.ehinger ltur de Notes: svn path=/head/; revision=360599
* multimedia/ffmpeg: update to 2.2.4William Grzybowski2014-06-271-10/+0
| | | | | | | | | - Bump dependent ports of libavutil - USES tar:bzip2 - Use @sample in pkg-plist Notes: svn path=/head/; revision=359554
* Update freetype to 2.5.2.Koop Mast2013-12-241-0/+10
| | | | | | | | | | | | | | | | | 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
* - Fix build with clang on i386Jason E. Hale2013-11-011-0/+11
| | | | | | | | Reported by: Herbert J. Skuhra <hskuhra@eumx.net> Approved by: wg Notes: svn path=/head/; revision=332397
* multimedia/ffmpeg: update to 2.0.1William Grzybowski2013-10-1910-68/+81
| | | | | | | | | | - 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
* Fix build breakage caused by invalid sequence in protocols.texi.Xin LI2013-10-081-0/+13
| | | | | | | | PR: 182839 Approved by: wg (maintainer) Notes: svn path=/head/; revision=329825
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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
* Update to 0.7.2Martin Matuska2011-08-091-12/+0
| | | | Notes: svn path=/head/; revision=279311
* Add missing OpenCV patchMartin Matuska2011-06-291-0/+12
| | | | | | | PR: ports/158510 Notes: svn path=/head/; revision=276688
* Add patch to fix building C++ programsMartin Matuska2011-06-271-0/+12
| | | | Notes: svn path=/head/; revision=276529
* Add missing patchMartin Matuska2011-06-251-0/+11
| | | | Notes: svn path=/head/; revision=276352
* Update ffmpeg to 0.7.1Martin Matuska2011-06-243-56/+13
| | | | | | | Add support for celt, freetype2, frei0r, rtmp, vo-aacenc, vo-amrwbenc Notes: svn path=/head/; revision=276238