aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/vmaf: unbreak built-in models after 1868dedecc9arelease/12.3.0Jan Beich2021-11-081-2/+3
| | | | | | | | | | $ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null - [...] libvmaf WARNING no such built-in model: "vmaf_v0.6.1" [Parsed_libvmaf_0 @ 0x8061b33c0] could not load libvmaf model with version: vmaf_v0.6.1 [AVFilterGraph @ 0x8061b6880] Error initializing filter 'libvmaf' (cherry picked from commit 355579c2ebff93c22fe8d3bb1004103c4e2154b7)
* multimedia/vmaf: unbreak legacy API consumers after 1868dedecc9aJan Beich2021-11-086-1/+69
| | | | | | | | | | | | | | | | $ aomenc --tune=vmaf --output=foo.mp4 foo.y4m Pass 1/2 frame 1/0 0B 0 us 0.00 fpm [ETA unknown] libvmaf ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.json" Fatal error: Failed to load VMAF model. $ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null - [...] libvmaf INFO `compute_vmaf()` is deprecated and will be removed in a future libvmaf version libvmaf ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.pkl" libvmaf ERROR support for pkl model files has been removed, use json libvmaf ERROR problem loading model file: /usr/local/share/model/vmaf_v0.6.1.pkl [Parsed_libvmaf_0 @ 0x8061b3b40] libvmaf encountered an error, check log for details (cherry picked from commit 7f163c23e1a732c8b65cb7b8ecfbcd9e8dfd1cd8)
* multimedia/ffmpeg: update to 4.4.1Tobias C. Berner2021-11-082-5/+4
| | | | (cherry picked from commit 41314f4bbeed4893189a4c61d69f29eb863aeac1)
* multimedia/celluloid: define LICENSE_FILE to avoid stubJan Beich2021-11-051-0/+1
| | | | | | | + flavors of *GPL licenses expect a separate file under Templates/ despite using the same text. (cherry picked from commit 4ca9a507f46e4da3148795a771ac7d697666c058)
* multimedia/celluloid-devel: update to 0.22Jan Beich2021-11-052-6/+5
| | | | | Changes: https://github.com/celluloid-player/celluloid/compare/b864497...v0.22 (cherry picked from commit b7bd73e4f70db86cdd6ebced902bb3d0e1dfe278)
* multimedia/mplayer: Fix build on armv6, armv7Thomas Zander2021-11-041-2/+4
| | | | | | | | | | | | Details: - Add dependency on binutils, as -no-integrated-as is used on both armv6 and armv7 PR: 259401 Reported by: fuz@fuz.su MFH: 2021Q4 (cherry picked from commit 276a151ebc8de073077485d09de58d8b7e554d47)
* multimedia/celluloid-devel: update to 0.21.90Jan Beich2021-11-032-5/+5
| | | | | Changes: https://github.com/celluloid-player/celluloid/8c1c442...b864497 (cherry picked from commit a49894caa8c410ece6012d4e366030213ed605b8)
* multimedia/vdr-plugin-xineliboutput: Fix buildStefan Ehmann2021-10-313-24/+208
| | | | | | | | | | | | * Add NLS option * Pet portclippy * Re-fromat Makefile with portfmt PR: 256818 Approved by: portmgr (blanket: unmaintained port) MFH: 2021Q4 (cherry picked from commit 2da8e962e30a8dd2f5caa825036cfec2ee867a7d)
* multimedia/gmp-api: update to 92Jan Beich2021-10-312-7/+8
| | | | | | | | | | - Only gmp-storage.h is under Apache-2.0 license - Simplify description as the API hasn't really changed for years Changes: https://github.com/mozilla/gmp-api/compare/e393575...Firefox92 Reported by: portscout (cherry picked from commit c04c764498b8da55bb8ad3628ec6c9c25901baf8)
* multimedia/celluloid-devel: update to 0.21.89Jan Beich2021-10-312-5/+5
| | | | | Changes: https://github.com/celluloid-player/celluloid/8226647...8c1c442 (cherry picked from commit 8be16b20fcfd128addca000588ebc8f6970247db)
* multimedia/assimp: Fix build on 32 bit platformsRobert Clausecker2021-10-272-3/+1730
| | | | | PR: 259483 (cherry picked from commit c1f6d03bf9305cd02ab733359989fd33c6675231)
* multimedia/gmmlib: update to 21.3.2Jan Beich2021-10-262-4/+4
| | | | | | | Changes: https://github.com/intel/gmmlib/compare/intel-gmmlib-21.3.1...intel-gmmlib-21.3.2 Reported by: portscout (cherry picked from commit 25d5bc5599c07f9e554f65018434bc6d3bfe0ce9)
* multimedia/kooha: update to 2.0.1Jan Beich2021-10-203-4/+7
| | | | | | | Changes: https://github.com/SeaDve/Kooha/releases/tag/v2.0.1 Reported by: GitHub (watch releases) (cherry picked from commit d328b668056491fee659298fe38fd6548a2094a5)
* multimedia/celluloid-devel: update to 0.21.86Jan Beich2021-10-162-6/+6
| | | | | Changes: https://github.com/celluloid-player/celluloid/52374bc...8226647 (cherry picked from commit 04126856adea7d8a819d877704825f598c2fcb31)
* multimedia/mkvtoolnix: Update to upstream version 62.0.0Thomas Zander2021-10-152-4/+4
| | | | | | | | | Details: - Bug fixes and enhancements, see https://mkvtoolnix.download/doc/NEWS.md MFH: 2021Q4 (cherry picked from commit c9feb70a1fe715179d95fefb168fff61cb2bf410)
* multimedia/obs-studio: Backport patch enabling OBS Studio Virtual CameraYuri Victorovich2021-10-142-1/+110
| | | | (cherry picked from commit c6f10a7b5ed6b991cf4c47254628ed7130e0116e)
* multimedia/libva-intel-media-driver: update to 21.3.5Jan Beich2021-10-122-4/+4
| | | | | | | Changes: https://github.com/intel/media-driver/compare/intel-media-21.3.4...intel-media-21.3.5 Reported by: GitHub (watch releases) (cherry picked from commit 88ebb9623e012709d8acd74435168bf04fe1a0f1)
* multimedia/aom: update to 3.1.3Jan Beich2021-10-104-8/+8
| | | | | | | Changes: https://aomedia.googlesource.com/aom/+log/v3.1.2..v3.1.3 Reported by: portscout, /r/AV1 (cherry picked from commit cd76dd6d0332d7f48352bfba631caf2425983b8c)
* multimedia/libvpx: update 1.11.0Jan Beich2021-10-1013-13/+17
| | | | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0 Reported by: portscout, Repology (cherry picked from commit f16d8e56352394e557b1ab24f1a3582300e414af)
* multimedia/handbrake: update to 1.4.2Yuichiro NAITO2021-10-083-23/+8
| | | | | | | | Changes: https://github.com/HandBrake/HandBrake/releases/tag/1.4.2 Reviewed by: pkubaj Differential Revision: https://reviews.freebsd.org/D32348 (cherry picked from commit 40c8c86d1a8900df0432e9955be81fc7062e9b32)
* multimedia/intel-media-sdk: unbreak runtime after f4faca97f05bJan Beich2021-10-072-0/+29
| | | | | | | | | | | $ ffmpeg ... -c:v hevc_qsv ... [AVHWDeviceContext @ 0x8062d0140] Error initializing an MFX session: -3. Device creation failed: -1313558101. PR: 258976 Reported by: Yuichiro NAITO (cherry picked from commit 0402cf13b3cc4b3c1fe6bd68b1286c2054f0ee3f)
* multimedia/svt-av1: unbreak fetchJan Beich2021-10-041-2/+2
| | | | | | | | | | | | | | | | | | Fetched file size mismatch (expected 5534, actual 5526) -index 4c0827cc7..4f32f9cfa 100644 +index 4c0827cc..4f32f9cf 100644 -index bf6d42019..d36399117 100644 +index bf6d4201..d3639911 100644 -index 9c456c2f0..e183d2e72 100644 +index 9c456c2f..e183d2e7 100644 -index 000000000..b04b2b1c8 +index 00000000..b04b2b1c Submitted by: vishwin (based on) Differential Revision: https://reviews.freebsd.org/D32284 (cherry picked from commit af7ec7bf55daf3869a61dc2af3538b4b82a042ed)
* audio/fluidsynth: Update to upstream version 2.2.3Thomas Zander2021-10-042-2/+2
| | | | | MFH: 2021Q4 (cherry picked from commit 4c2db26adf7d81372f9c708118ecbe6ea38784b4)
* multimedia/intel-media-sdk: correct typo in Solaris codeJan Beich2021-10-031-1/+1
|
* multimedia/ustreamer: Update 4.5 -> 4.6Yuri Victorovich2021-10-012-4/+4
| | | | Reported by: portscout
* multimedia/libva-utils: update to 2.13.0Jan Beich2021-09-302-4/+4
| | | | | Changes: https://github.com/intel/libva-utils/compare/2.12.0...2.13.0 Reported by: Repology
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-3018-178/+12
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* cleanup: Remove expired ports:Rene Ladan2021-09-309-206/+0
| | | | | | | | | | | | | | devel/erlang-exmpp: last upstream patches over 10 years ago sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018 2021-09-30 www/squid3: Unsupported by upstream 2021-09-30 sysutils/cfengine310: OpenSSL 1.1.X is not supported. 2021-09-30 security/py-paramiko1: Out of date version. No consumer now. Use security/py-paramiko 2021-09-30 sysutils/cfengine-masterfiles310: cfengine310 will retire at FreeBSD 11 EOL 2021-09-30 security/openca-tools-forked: Use modern port security/libscep instead 2021-09-30 multimedia/sms1xxx-kmod: Supports DVB API v3 only. Use multimedia/webcamd instead 2021-09-30 sysutils/cfengine311: OpenSSL 1.1.X is not supported. 2021-09-30 sysutils/cfengine-masterfiles311: cfengine311 will retire at FreeBSD 11 EOL 2021-09-30 mail/postfix35: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x)
* multimedia/(mencoder|mplayer): Update to recent upstream snapshot.Thomas Zander2021-09-306-15/+22
|
* multimedia/celluloid-devel: update to 0.21.74Jan Beich2021-09-302-5/+5
| | | | Changes: https://github.com/celluloid-player/celluloid/92f3d8c...52374bc
* multimedia/intel-media-sdk: update to 21.3.5Jan Beich2021-09-302-4/+4
| | | | | | Changes: https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-21.3.4...intel-mediasdk-21.3.5 Changes: https://github.com/Intel-Media-SDK/MediaSDK/releases/tag/intel-mediasdk-21.3.5 Reported by: GitHub (watch releases)
* multimedia/atomicparsley: Add CPE informationBernhard Froehlich2021-09-291-1/+2
| | | | Approved by: portmgr (blanket)
* multimedia/intel-media-sdk: update to 21.3.4Jan Beich2021-09-292-4/+4
| | | | | Changes: https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-21.3.3...intel-mediasdk-21.3.4 Reported by: Repology
* multimedia/libva-intel-media-driver: update to 21.3.4Jan Beich2021-09-292-5/+4
| | | | | Changes: https://github.com/intel/media-driver/compare/intel-media-21.3.3...intel-media-21.3.4 Reported by: Repology
* multimedia/dtv-scan-tables: Update to 20210430Bernhard Froehlich2021-09-273-182/+390
|
* multimedia/minisatip: Update to 1.1.45Bernhard Froehlich2021-09-272-4/+4
|
* multimedia/cheese: Update to 41.0Neel Chauhan2021-09-263-10/+45
|
* multimedia/libbluray: Add CPE informationBernhard Froehlich2021-09-251-1/+3
| | | | Approved by: portmgr (blanket)
* multimedia/mpv: prefer yt-dlp by default if installedJan Beich2021-09-252-1/+4
|
* multimedia/mmsclient: Deprecate and set expiration date to 2021-12-31Daniel Engberg2021-09-241-0/+3
| | | | | | | | | Abandoned upstream, Microsoft deprecated MMS in 2003 Reference: https://en.wikipedia.org/wiki/Microsoft_Media_Server PR: 258642 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D32042
* multimedia/pipewire: unbreak screen capture in Firefox after 884bedb1ffb3Jan Beich2021-09-231-0/+4
| | | | | REINPLACE_CMD was accidentally removed instead of adjusting after https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/71ee6ec669cb
* multimedia/kooha: update to 2.0.0Jan Beich2021-09-233-5/+31
| | | | Changes: https://github.com/SeaDve/Kooha/compare/e535867...v2.0.0
* multimedia/celluloid-devel: update to 0.21.70Jan Beich2021-09-222-5/+5
| | | | Changes: https://github.com/celluloid-player/celluloid/e43e66e...92f3d8c
* multimedia/musique: New port: Music player built for speed, simplicity and styleYuri Victorovich2021-09-225-0/+112
|
* multimedia/minitube: Update 3.9 -> 3.9.1Yuri Victorovich2021-09-212-13/+13
|
* multimedia/Bento4: Update to 1.6.0-639Rodrigo Osorio2021-09-212-4/+4
| | | | | | | | | | | | | Major changes: * fix warnings * minor doc update * add support for xhe-aac in mp4fragment https://github.com/axiomatic-systems/Bento4/compare/v1.6.0-638...v1.6.0-639 PR: 258596 Reported by: olgeni
* multimedia/vmaf: update to 2.2.1Jan Beich2021-09-213-5/+5
| | | | | Changes: https://github.com/Netflix/vmaf/releases/tag/v2.2.1 Reported by: GitHub (watch releases)
* multimedia/rubygem-gstreamer: Update to 3.4.9Po-Chuan Hsieh2021-09-212-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* multimedia/rubygem-clutter-gstreamer: Update to 3.4.9Po-Chuan Hsieh2021-09-212-4/+4
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* multimedia/mediainfo: Update to 21.09Po-Chuan Hsieh2021-09-212-4/+4
| | | | | Changes: https://mediaarea.net/MediaInfo/ChangeLog https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt