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  »  

Saturday, 30 Jan 2021
18:08 tcberner search for other commits by this committer
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.
    * graphics/py-opencv has been integrated into graphics/opencv, the default
versions python
      bindings will be built unless the PYTHON option is explicitely turned off.
    * graphics/opencv-java has been integrated into graphics/opencv -- it is off
by default,
      but can be enabled by toggling the JAVA option -- there are no consumers
in the tree,
      so that option might go away in the future.
    * All the previous options have been removed and replaced by a (hopefully)
sane set of
      dependencies that make the port and package most usable for the majority
of consumers.
      - Please let me know if you think there are better defaults (i.e. anything
that is missing,
        or something that should not be dependet on).
      - If you think something should be added or removed, please open a bug
report.
      - If you think something should be added as an optional dependency, please
open a
        bug report (with a good reason [tm]).

The depending ports have been updated to work against opencv4, or marked broken.
    * Ports broken:
      - graphics/rubygem-objectdetect: OpenCV4 no longer ships opencv-1.0 API
      - graphics/p5-Image-ObjectDetect: OpenCV4 no longer ships opencv-1.0 API
      - graphics/gimp-gmic-plugin: OpenCV4 no longer ships opencv-1.0 API
    * Backports:
      - misc/visp:
https://github.com/lagadic/visp/commit/dfa7e4bd47c24cd2e631477e6afb18806733ff8a
      - multimedia/zart:
https://github.com/c-koi/zart/commit/6ca1964690afbbc78627d7c868a692401043a584,
                        
https://github.com/c-koi/zart/commit/d3a2931b1a07ec0322211f253468000363c4b6cb
    * Others:
      - misc/actiona: switch to pkgconfig 'opencv4'
      - multimedia/libav: drop opencv support
      - misc/darknet: already failed to build prior to the upgrade
      - math/saga: remove patching added to work against opencv3
Original commitRevision:563430 
Saturday, 26 Dec 2020
00:23 jbeich search for other commits by this committer
devel/spirv-tools: move to graphics/ where glslang is
Original commitRevision:559263 
Wednesday, 23 Dec 2020
20:12 jbeich search for other commits by this committer
devel/glslang: move to graphics/ where shaderc is
Original commitRevision:559023 
20:12 jbeich search for other commits by this committer
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.
Original commitRevision:559022 
Monday, 7 Dec 2020
20:51 jbeich search for other commits by this committer
multimedia/vmaf: update to 2.0.0

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.0.0
Reported by:	GitHub (watch releases)
Original commitRevision:557247 
Monday, 30 Nov 2020
00:28 jbeich search for other commits by this committer
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)
Original commitRevision:556608 
Monday, 23 Nov 2020
22:08 jbeich search for other commits by this committer
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
Original commitRevision:556125 
Sunday, 15 Nov 2020
05:45 riggs search for other commits by this committer
Make LAME a default option after we can provide a lame package.

PR:		223974
Reported by:	vermaden@interia.pl
Original commitRevision:555166 
Monday, 9 Nov 2020
17:08 tcberner search for other commits by this committer
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
Original commitRevision:554733 
Saturday, 7 Nov 2020
15:49 jbeich search for other commits by this committer
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/
Original commitRevision:554400 
Saturday, 31 Oct 2020
00:48 jbeich search for other commits by this committer
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)
Original commitRevision:553720 
Wednesday, 23 Sep 2020
04:17 mi search for other commits by this committer
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.
Original commitRevision:549657 
Tuesday, 8 Sep 2020
00:52 jbeich search for other commits by this committer
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)
Original commitRevision:547955 
Saturday, 22 Aug 2020
00:46 pkubaj search for other commits by this committer
multimedia/ffmpeg: fix runtime on powerpc64 elfv2 with LTO

ffmpeg crashes instantly when built with LTO by clang on powerpc64.
Original commitRevision:545727 
Tuesday, 4 Aug 2020
00:58 jbeich search for other commits by this committer
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)
Original commitRevision:544123 
Friday, 24 Jul 2020
04:10 jbeich search for other commits by this committer
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)
Original commitRevision:542999 
Wednesday, 22 Jul 2020
09:49 jbeich search for other commits by this committer
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)
Original commitRevision:542846 
Thursday, 16 Jul 2020
00:40 jbeich search for other commits by this committer
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)
Original commitRevision:542301 
Monday, 13 Jul 2020
10:52 jbeich search for other commits by this committer
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
Original commitRevision:542123 
Sunday, 12 Jul 2020
09:30 tobik search for other commits by this committer
audio/sndio: Update to 1.7.0
Original commitRevision:542069 
Saturday, 11 Jul 2020
15:57 jbeich search for other commits by this committer
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
Original commitRevision:541984 
Friday, 3 Jul 2020
22:30 jbeich search for other commits by this committer
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/
Original commitRevision:541152 
Thursday, 2 Jul 2020
00:54 jbeich search for other commits by this committer
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)
Original commitRevision:541004 
Monday, 29 Jun 2020
17:27 jhale search for other commits by this committer
Update audio/libmysofa to 1.1
Bump PORTREVISION on dependent ports due to shared library version bump
Original commitRevision:540817 
01:11 jbeich search for other commits by this committer
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)
Original commitRevision:540738 
Thursday, 18 Jun 2020
17:58 jbeich search for other commits by this committer
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.
Original commitRevision:539555 
Wednesday, 17 Jun 2020
08:59 jbeich search for other commits by this committer
multimedia/ffmpeg: switch to upstream svt-vp9 fix
Original commitRevision:539409 
Tuesday, 16 Jun 2020
12:56 jbeich search for other commits by this committer
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
Original commitRevision:539350 
12:50 jbeich search for other commits by this committer
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.

libavcodec/librsvgdec.c
43:    cairo_surface_t *image;
44:    cairo_t *crender = NULL;
77:    image = cairo_image_surface_create_for_data(frame->data[0],
CAIRO_FORMAT_ARGB32,
80:    if (cairo_surface_status(image) != CAIRO_STATUS_SUCCESS)
83:    crender = cairo_create(image);
85:    cairo_save(crender);
86:    cairo_set_operator(crender, CAIRO_OPERATOR_CLEAR);
87:    cairo_paint(crender);
88:    cairo_restore(crender);
90:    cairo_scale(crender, dimensions.width /
(double)unscaled_dimensions.width,
93:    rsvg_handle_render_cairo(handle, crender);
95:    cairo_destroy(crender);
96:    cairo_surface_destroy(image);
Original commitRevision:539347 
Saturday, 13 Jun 2020
17:14 tcberner search for other commits by this committer
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>
Original commitRevision:538687 
Wednesday, 27 May 2020
02:08 jbeich search for other commits by this committer
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>
Original commitRevision:536667 
Saturday, 23 May 2020
00:58 jbeich search for other commits by this committer
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)
Original commitRevision:536258 
Friday, 22 May 2020
01:19 jbeich search for other commits by this committer
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)
Original commitRevision:536180 
Friday, 8 May 2020
21:35 jbeich search for other commits by this committer
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
Original commitRevision:534700 
Thursday, 7 May 2020
00:39 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.3639

Changes:	https://aomedia.googlesource.com/aom/+log/26878968a..bb664cf03
Original commitRevision:534218 
00:38 jbeich search for other commits by this committer
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)
Original commitRevision:534217 
Monday, 4 May 2020
19:36 jbeich search for other commits by this committer
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)
Original commitRevision:533973 
Saturday, 2 May 2020
00:54 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.3596

Changes:	https://aomedia.googlesource.com/aom/+log/5d6f2d42c..26878968a
Original commitRevision:533596 
Tuesday, 28 Apr 2020
00:52 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.3547

Changes:	https://aomedia.googlesource.com/aom/+log/2f0cc17ec..5d6f2d42c
Original commitRevision:533219 
Friday, 24 Apr 2020
22:33 jbeich search for other commits by this committer
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)
Original commitRevision:532903 
Wednesday, 22 Apr 2020
17:24 jbeich search for other commits by this committer
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)
Original commitRevision:532490 
Monday, 20 Apr 2020
08:38 jbeich search for other commits by this committer
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)
Original commitRevision:532187 
Thursday, 2 Apr 2020
18:14 rene search for other commits by this committer
multimedia/ffmpeg: drop optional dependency on expired lang/beignet
Original commitRevision:530397 
Wednesday, 11 Mar 2020
08:06 lwhsu search for other commits by this committer
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
Original commitRevision:528216 
Friday, 6 Mar 2020
11:32 jbeich search for other commits by this committer
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
Original commitRevision:527874 
Saturday, 29 Feb 2020
15:53 jbeich search for other commits by this committer
multimedia/vmaf: update to 1.5.1

Changes:	https://github.com/Netflix/vmaf/releases/tag/v1.5.1
Reported by:	GitHub (watch releases)
Original commitRevision:527426 
Friday, 7 Feb 2020
23:19 jbeich search for other commits by this committer
multimedia/ffmpeg: back out r525358 after r525507
Original commitRevision:525509 
Thursday, 6 Feb 2020
00:54 jbeich search for other commits by this committer
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.
Original commitRevision:525358 
Wednesday, 29 Jan 2020
14:30 jbeich search for other commits by this committer
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)
Original commitRevision:524551 
Sunday, 26 Jan 2020
04:57 danfe search for other commits by this committer
Chase shlib version bump of `graphics/lensfun' (r524150).
Original commitRevision:524151 
Saturday, 25 Jan 2020
23:51 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.3002

Changes:	https://aomedia.googlesource.com/aom/+log/b14b3dbef..5e87049aa
Original commitRevision:524143 
Thursday, 23 Jan 2020
00:55 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.2985

Changes:	https://aomedia.googlesource.com/aom/+log/37d6a4b69..b14b3dbef
Original commitRevision:523852 
Thursday, 2 Jan 2020
10:50 jbeich search for other commits by this committer
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
Original commitRevision:521825 
Tuesday, 31 Dec 2019
12:33 riggs search for other commits by this committer
Introduce non-DEFAULT OPTION for link-time-optimisation

PR:		242829
Submitted by:	daniel.engberg.lists@pyret.net
Original commitRevision:521612 
Tuesday, 24 Dec 2019
00:37 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.2863

Changes:	https://aomedia.googlesource.com/aom/+log/3e421b069..cc6cf05c5
Original commitRevision:520764 
Saturday, 21 Dec 2019
19:00 jbeich search for other commits by this committer
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/
Original commitRevision:520577 
00:45 jbeich search for other commits by this committer
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)
Original commitRevision:520534 
Friday, 20 Dec 2019
16:37 jbeich search for other commits by this committer
multimedia/ffmpeg: backport VP9 decode to VDPAU

VP9 is supported since Maxwell 2nd generation e.g., GeForce GTX 960.

PR:		242715
Original commitRevision:520518 
Wednesday, 18 Dec 2019
20:14 jbeich search for other commits by this committer
multimedia/ffmpeg: simplify ARCH-specific options

ONLY_FOR_ARCHS already blocks build if not supported.
Original commitRevision:520395 
06:13 jbeich search for other commits by this committer
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/
Original commitRevision:520364 
Saturday, 14 Dec 2019
23:59 jbeich search for other commits by this committer
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)
Original commitRevision:520151 
Thursday, 12 Dec 2019
15:11 jhale search for other commits by this committer
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
Original commitRevision:519931 
Monday, 9 Dec 2019
15:52 jbeich search for other commits by this committer
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)
Original commitRevision:519621 
Sunday, 1 Dec 2019
14:09 jbeich search for other commits by this committer
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
Original commitRevision:518777 
Monday, 25 Nov 2019
08:54 jbeich search for other commits by this committer
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)
Original commitRevision:518385 
Sunday, 24 Nov 2019
00:51 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.7.0.205

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/66e8c9d8...f29b8124
Original commitRevision:518284 
Thursday, 21 Nov 2019
00:54 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.7.0.196

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/2f349b3b...ebd9c80d
Original commitRevision:518063 
Tuesday, 19 Nov 2019
00:51 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.7.0.189

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/6f5338a0...2f349b3b
Original commitRevision:517933 
Thursday, 14 Nov 2019
12:39 tobik search for other commits by this committer
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Original commitRevision:517560 
00:44 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.7.0.162

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/6c67c56d...d647dc4f
Original commitRevision:517549 
Monday, 11 Nov 2019
12:36 jbeich search for other commits by this committer
multimedia/ffmpeg: backport rav1e support

https://www.reddit.com/r/AV1/comments/dubsv5/rav1e_support_lands_in_ffmpeg_master/
Original commitRevision:517258 
Saturday, 9 Nov 2019
00:48 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.7.0.153

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/18b15969...6c67c56d
Original commitRevision:517096 
00:48 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.2631

Changes:	https://aomedia.googlesource.com/aom/+log/36f96b723..3dc59f556
Original commitRevision:517095 
Thursday, 7 Nov 2019
20:20 zeising search for other commits by this committer
Sprinkle more USES=xorg
Original commitRevision:517008 
00:37 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.7.0.152

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/65b4be02...18b15969
Original commitRevision:516929 
Thursday, 31 Oct 2019
00:32 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.2599

Changes:	https://aomedia.googlesource.com/aom/+log/6b855be18..589213544
Original commitRevision:516114 
Sunday, 27 Oct 2019
00:46 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.2575

Changes:	https://aomedia.googlesource.com/aom/+log/25daf5d22..6b855be18
Original commitRevision:515736 
Thursday, 24 Oct 2019
00:49 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.7.0.110

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/ffe792ec...b51f4bc6
Original commitRevision:515316 
Sunday, 20 Oct 2019
00:48 jbeich search for other commits by this committer
multimedia/aom: update to 1.0.0.2541

Changes:	https://aomedia.googlesource.com/aom/+log/ce7d07ee6..7e56b507f
Original commitRevision:514869 
00:48 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.7.0.79

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/6ded424b...5fc46892
Original commitRevision:514868 
Saturday, 12 Oct 2019
01:26 jbeich search for other commits by this committer
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
Original commitRevision:514310 
00:25 jbeich search for other commits by this committer
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
Original commitRevision:514302 
Friday, 11 Oct 2019
16:11 jbeich search for other commits by this committer
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)
Original commitRevision:514290 
Thursday, 10 Oct 2019
18:24 jbeich search for other commits by this committer
multimedia/svt-vp9: update to 0.1.0 (nop)

Changes:	https://github.com/OpenVisualCloud/SVT-VP9/compare/39bb49a...v0.1.0
Original commitRevision:514236 
Wednesday, 9 Oct 2019
12:06 bapt search for other commits by this committer
Drop the ipv6 virtual category for m* category as it is not relevant anymore
Original commitRevision:514142 
Tuesday, 8 Oct 2019
04:48 jbeich search for other commits by this committer
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
Original commitRevision:514029 
Thursday, 3 Oct 2019
20:36 jbeich search for other commits by this committer
multimedia/x265: update to 3.2

Changes:	https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-2
Original commitRevision:513734 
00:59 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.7.0.12

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/v0.7.0...63771e54
Original commitRevision:513635 
Thursday, 26 Sep 2019
23:55 jbeich search for other commits by this committer
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)
Original commitRevision:512993 
00:31 jbeich search for other commits by this committer
multimedia/ffmpeg: enable AOM by default

Chase Arch, Debian, Fedora, OpenBSD, PkgSrc. Other AV1 encoders aren't
upstream yet, anyway.

PR:		235953
Original commitRevision:512870 
00:30 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.6.0.417

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/ef00d203...1150460c
Original commitRevision:512868 
Tuesday, 17 Sep 2019
19:21 tobik search for other commits by this committer
Fix some misspelled or duplicated LICENSE_*
Original commitRevision:512232 
Friday, 13 Sep 2019
12:50 tobik search for other commits by this committer
Canonicalize librsvg dependency

- Use USE_GNOME=librsvg2 where possible
- Reduce scope of D18878
Original commitRevision:511956 
Wednesday, 11 Sep 2019
15:59 jbeich search for other commits by this committer
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)
Original commitRevision:511827 
11:47 jbeich search for other commits by this committer
multimedia/ffmpeg: drop default configure flags

Make it easier to know the difference with upstream builds e.g., we're
still using deprecated libavresample.
Original commitRevision:511818 
Friday, 6 Sep 2019
22:53 jbeich search for other commits by this committer
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/
Original commitRevision:511374 
22:53 jbeich search for other commits by this committer
multimedia/svt-av1: update to 0.6.0.277

Changes:	https://github.com/OpenVisualCloud/SVT-AV1/compare/9a15408f...b7b71ce4
Original commitRevision:511373 
Saturday, 17 Aug 2019
21:04 jbeich search for other commits by this committer
multimedia/ffmpeg: unbreak mkv seeking beyond 2gb after r508216

PR:		239905
Reported by:	naddy
Obtained from:	upstream (release/4.2 branch)
Original commitRevision:509174 
Friday, 9 Aug 2019
20:37 jbeich search for other commits by this committer
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)
Original commitRevision:508479 
Monday, 5 Aug 2019
23:06 jbeich search for other commits by this committer
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/
Original commitRevision:508216 

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

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