summaryrefslogtreecommitdiff
path: root/multimedia/avidemux-plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-14multimedia/aom: force rebuild consumers after 6f68add3f9abJan Beich1-1/+1
$ ffmpeg ... -c:v libaom-av1 ... [libaom-av1 @ 0x804a89900] 3.2.0 [libaom-av1 @ 0x804a89900] Failed to initialize encoder: ABI version mismatch Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height Conversion failed! https://aomedia.googlesource.com/aom/+/bbdfa68d13a0%5E%21/
2021-10-09multimedia/libvpx: update 1.11.0Jan Beich1-1/+1
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0 Reported by: portscout, Repology
2021-06-21multimedia/x264: update to 0.163.3060Jan Beich1-1/+1
Changes: https://code.videolan.org/videolan/x264/compare/55d517b...5db6aa6
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2021-03-23multimedia/aom: update to 3.0.0Jan Beich1-1/+1
Changes: https://aomedia.googlesource.com/aom/+log/v2.0.2..v3.0.0 Reported by: portscout Notes: svn path=/head/; revision=569067
2020-11-07multimedia/x264: update to 0.161.3020Jan Beich1-1/+1
Changes: https://code.videolan.org/videolan/x264/compare/cde9a93...d198931 ABI: https://abi-laboratory.pro/tracker/timeline/x264/ Notes: svn path=/head/; revision=554400
2020-09-27multimedia/avidemux: update to 2.7.6Tobias C. Berner2-95/+99
2020-07-07: 2.7.6: Another nice release, completely done by Euma * New Feature:Detect and warn when cut points in HEVC video streams may result in grave playback issues despite being on keyframes * New Video Decoder:Add libaom-based AV1 decoder * New Video Encoder:Add libvpx-based VP9 encoder * New Video Filter:Add hardware accelerated deinterlacer and resizer based on VA-API (Linux only) * FFmpeg:Update to the 4.2.3 release * Core:Increase maximum supported resolution to 4096x4096 * Core:Fix crash on macOS with HW accel. decoding enabled and H.264 video streams containing both frame- and field-encoded slices * Encoder:Extend configuration options for NVENC-based H.264 and HEVC encoders, add 2-pass mode * Demuxer:Support MPEG-TS files with duration in excess of 13:15:36 * Demuxer:Use DTS core from DTS XLL audio in MPEG-TS files instead of rejecting the track * Demuxer:Fix mono MP3 audio tracks in MP4 files misdetected as stereo * Demuxer:Try to correct timestamp jitter in MP4 files produced by older Avidemux versions * Muxer:Fix timestamp rounding which caused pseudo-VFR output from CFR sources * Muxer:Fix saving to network shares on Windows using the Mp4 muxer when index should be moved to the start of the file * Muxer:Support LPCM audio in the Mp4 muxer by silently switching to the MOV muxing mode * Muxer:Add support for Vorbis audio to the Mp4 muxer * Filter:Fix "Fade" and "Fade to black", broken on macOS * Filter:Allow to toggle rubber band visibility in "Crop" and "Blacken Borders" video filters * Filter:Fix keyboard input in "Resize" video filter by recalculating values only on moving focus to another field or on accepting dialog * Audio:Add HE-AAC and HE-AACv2 profiles to the FDK AAC encoder plugin * Audio:Support external audio tracks in DTS format * UI:Fix navigation slider with RTL locales * UI:Restore the shutdown option in encoding dialog on Windows * Scripting:Add PTS query and keyframe seek methods to Python interface * Miscellaneous:Allow user-defined fragment size for auto-append of chunked MPEG-TS files * Miscellaneous:Improve handling of field-encoded video streams throughout the chain * Miscellaneous:Improve handling of H.264 video streams with parameter sets changing on the fly * Miscellaneous:Try to keep track of video time base throughout the chain * Miscellaneous:Numerous other fixes and polish PR: 249241 Submitted by: Lars Herschke <lhersch@dssgmbh.de>, VVD <vvd@unislabs.com> Notes: svn path=/head/; revision=550292
2020-07-03multimedia/x264: update to 0.160.3011Jan Beich1-0/+1
Changes: https://code.videolan.org/videolan/x264/compare/296494a4...cde9a93 ABI: https://abi-laboratory.pro/tracker/timeline/x264/ Notes: svn path=/head/; revision=541152
2020-02-23multimedia/avidemux: make PULSEAUDIO an optional dependencyTobias C. Berner1-1/+1
PR: 244337 Submitted by: VVD <vvd@unislabs.com> Notes: svn path=/head/; revision=526927
2020-02-23multimedia/avidemux: update to 2.7.4 and readd Qt gui portTobias C. Berner2-24/+67
- multimedia/avidemux-qt5 repo copied from multimedia/avidemux-qt4 - The port as a whole is in need of a little modernization PR: 242634 Submitted by: Lars Herschke <lhersch@dssgmbh.de>,tcberner Tested by: rkoberman@gmail.com Reported by: VVD <vvd@unislabs.com> Notes: svn path=/head/; revision=526907
2019-12-21multimedia/x264: update to 0.159.2991Jan Beich1-1/+1
Changes: https://code.videolan.org/videolan/x264/compare/34c06d1...1771b55 ABI: https://abi-laboratory.pro/tracker/timeline/x264/ Notes: svn path=/head/; revision=520577
2019-10-03multimedia/x265: update to 3.2Jan Beich1-1/+1
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-2 Notes: svn path=/head/; revision=513734
2019-07-26Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-1/+1
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 Notes: svn path=/head/; revision=507372
2019-07-19multimedia/x265: update to 3.1.1Jan Beich1-1/+1
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-1 Notes: svn path=/head/; revision=506963
2019-03-18multimedia/x264: update to 0.157.2945Jan Beich1-1/+1
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=72db437770fd1ce3961f624dd57a8e75ff65ae0b ABI: https://abi-laboratory.pro/tracker/timeline/x264/ Notes: svn path=/head/; revision=496215
2019-03-16multimedia/avidemux, multimedia/avidemux-plugins: remove QT4 options (Qt4 ↵Tobias C. Berner2-355/+1
deprecation) - this breaks multimeda/avidemux-qt4 until removal Approved by: portmgr (implicit) Notes: svn path=/head/; revision=495938
2019-03-10multimedia/x265: update to 3.0Jan Beich1-1/+1
- 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) Notes: svn path=/head/; revision=495302
2019-02-27multimedia/avidemux-plugins: Attempt to fix package after r493856Tobias Kortkamp1-1/+0
pkg-static: Unable to access file .../usr/local/%%ESD%%lib/ADM_plugins6/audioDevices/libADM_av_esd.so:No such file or directory http://beefy9.nyi.freebsd.org/data/112amd64-default/493926/logs/avidemux-plugins-2.6.11_11.log Notes: svn path=/head/; revision=494018
2019-02-06multimedia/libvpx: update 1.8.0Jan Beich1-1/+1
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/ Notes: svn path=/head/; revision=492305
2018-12-12Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-1/+1
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 Notes: svn path=/head/; revision=487272
2018-08-10multimedia/x264: update to 0.155.2917Jan Beich1-1/+1
- 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/ Notes: svn path=/head/; revision=476802
2018-08-01Re-create patch for avidemux-plugins after r464084 as in upstream.Barbara Guida1-1/+1
PR: 230211 Notes: svn path=/head/; revision=476163
2018-07-31Bump PORTREVISION after r464084.Barbara Guida1-1/+1
While here, add a patch for multimedia/avidemux-plugins to fix the build with gcc7. Reviewed by: gerald Notes: svn path=/head/; revision=476028
2018-03-26Un-break avidemux and plugins (import C++11 fixes from upstream)Thomas Zander1-2/+0
PR: 224384 Submitted by: rkoberman@gmail.com MFH: 2018Q1 Notes: svn path=/head/; revision=465620
2018-03-11Move PORTREVISION from multimedia/avidemux/Makefile.common into theGerald Pfeifer1-1/+1
three slave ports multimedia/avidemux-cli, multimedia/avidemux-plugins, and multimedia/avidemux-qt4. Ensure they are properly set there after revision 464084. That way any sweeping changes (using Tools/scripts/bump-revision.sh or similar in particular) have a chance of working or at least flagging a potential issue. PR: 226533 Notes: svn path=/head/; revision=464215
2018-03-10Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer1-0/+1
version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
2017-10-08Mark BROKEN: fails to buildAntoine Brodin1-0/+2
/wrkdirs/usr/ports/multimedia/avidemux-plugins/work/avidemux_2.6.11/avidemux_plugins/ADM_demuxers/MpegTS/dmxTSPacket.cpp: In member function 'bool tsPacket::decodePesHeader(TS_PESpacket*)': /wrkdirs/usr/ports/multimedia/avidemux-plugins/work/avidemux_2.6.11/avidemux_plugins/ADM_demuxers/MpegTS/dmxTSPacket.cpp:436:49: error: unable to find string literal operator 'operator""x' with 'const char [30]', 'long unsigned int' arguments #define fail(x) {printf("[Ts Demuxer]*********"x"*******\n");return false;} Reported by: pkg-fallout MFH: 2017Q4 Notes: svn path=/head/; revision=451578
2016-04-01Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold1-7/+7
With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
2016-02-14Fix dependencies: x265, opus, twolame, fribidiThomas Zander1-0/+3
x265 was not correctly detected due to link attempt to libdl. Also avidemux now automatically detects the presence of opus, twolame and fribidi during configure and builds additional plugins for them. This changeset introduces new OPTIONS FRIBIDI OPUS TWOLAME (all non-default) and fixes plugins pkg-plist. Bump PORTREVISION for avidemux-* PR: 206945 Submitted by: mi Reviewed by: riggs MFH: 2016Q1 Notes: svn path=/head/; revision=408848
2016-01-31Update to upstream version 2.6.11, security fixes for bundled ffmpegThomas Zander1-0/+2
The bundled ffmpeg version has been upgraded to 2.7.2 which addresses multiple vulnerabilities as reported in https://vuxml.freebsd.org/freebsd/3d950687-b4c9-4a86-8478-c56743547af8.html https://vuxml.freebsd.org/freebsd/80c66af0-d1c5-449e-bd31-63b12525ff88.html Heads-up by: jbeich MFH: 2016Q1 Security: CVE-2015-3395 CVE-2015-6818 CVE-2015-6819 CVE-2015-6820 CVE-2015-6821 CVE-2015-6822 CVE-2015-6823 CVE-2015-6824 CVE-2015-6825 CVE-2015-6826 Notes: svn path=/head/; revision=407676
2015-06-13Move multimedia/avidemux26-* to multimedia/avidemux-*Thomas Zander2-0/+500
Notes: svn path=/head/; revision=389477