summaryrefslogtreecommitdiff
path: root/multimedia/avidemux/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-09-27 17:49:35 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-09-27 17:49:35 +0000
commit60f6f7f6a93a72935c96df4ca6e2cba25f90dbba (patch)
treef607758b130ddecd0398317f6341d994a15ef883 /multimedia/avidemux/Makefile
parentPrint the name of the problematic archive on failed extraction (diff)
multimedia/avidemux: update to 2.7.6
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
Notes: svn path=/head/; revision=550292
Diffstat (limited to 'multimedia/avidemux/Makefile')
-rw-r--r--multimedia/avidemux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index 8314bb06cb0e..ebf8fedd60a1 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -6,7 +6,7 @@
PORTNAME= avidemux
PORTVERSION= ${AVIDEMUX_VERSION}
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= multimedia
MAINTAINER= multimedia@FreeBSD.org