2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687) |
Log message:
*: Recursive revbump from audio/libopus 1.4
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-04-09 13:15:50 by Iain Hibbert | Files touched by this commit (4) | |
Log message:
Update HandBrake to 1.6.1, changes as below:
HandBrake 1.6.1
All platforms
Video
Fixed a potential decoder issue that could cause desync with audio (#4788, #4789)
Command line interface
Fixed inability to name external subtitles tracks using --subname
Mac
Fixed behavior of quality slider when changing encoders
Linux
Fixed translations missing updates as part of 1.6.0 (#4790)
Bulgarian (Български)
Corsican (Corsu)
Dutch (Nederlands)
German (Deutsch)
Spanish (Español)
Fixed (partially) Intel QSV hardware detection (#4768)
Fixed a potential crash when canceling an Intel QSV encode (#4341)
Fixed building with -Werror=format-security by adding missing format strings \
where needed
Windows
Fixed quality slider not allowing negative values for encoders supporting them
Fixed issues upgrading presets from older versions (#4820)
Fixed a potential graphical interface hang when stopping the queue (#4782)
Fixed optical disc drives on the source selection pane not scanning \
correctly (#4771)
Fixed erroneous display of 2-pass check box for Intel QSV AV1 encoder (not \
yet supported) (#4777)
Fixed a build configuration issue that broke version 1.6.0 for Windows on arm64
Fixed an issue that prevented NVDEC from being available
Fixed passthru audio erroneously falling back to encoding (#4795)
Fixed the Save New Preset button incorrectly overwriting recently added \
presets (#4804)
HandBrake 1.6.0
All platforms
General
Added AV1 video encoding
Added high bit depth and color depth support to various encoders and filters
Added 4K AV1 General, QSV (Hardware), and MKV (Matroska) presets
Added 4K HEVC General presets and updated related presets to use similar \
encoder settings
Revised Web presets and renamed to Creator, Email, and Social
Removed VP8 presets
The VP8 video encoder is now deprecated and will be removed in a future \
release
Related, the Theora encoder is long deprecated and will be removed in a \
future release
Miscellaneous other preset revisions
Video
Added SVT-AV1 (software) and Intel QSV AV1 (hardware) video encoders
Added VP9 10-bit encoder
Added NVENC HEVC 10-bit encoder
Added VCN HEVC 10-bit encoder
Added H.264 levels 6, 6.1, and 6.2 for the x264 encoder
Added H.264/H.265 4:2:2 and 4:4:4 profiles for the x264 and x265 encoders
Added H.265 4:2:2 profile for VideoToolbox encoder on Apple Silicon
Added support for Intel Deep Link Hyper Encode (leverage multiple QSV media \
engines to increase performance)
Fixed longstanding issue where slowest NVENC encoder preset caused encoding \
failures
Removed support for Intel CPUs older than 6th generation (Skylake) when \
using Intel Quick Sync Video
Filters
Added Bwdif deinterlace filter
Improved Autocrop filter algorithm
Higher accuracy on mixed aspect ratio content, e.g. both letterbox and \
full frame pictures
Improved video scaling performance on Apple Silicon and ARM-based systems
Use zscale (zimg) by default, falling back to swscale where necessary
Improved multithread performance (slightly) for the following filters on \
high core count systems
Comb Detect
Decomb
Denoise
NLMeans
Updated the following filters to support higher than 8-bit content and \
4:2:2/4:4:4 chroma subsampling
Detelecine
Comb Detect
Decomb
Grayscale
Denoise
NLMeans
HQDN3D
Chroma Smooth
Sharpen
UnSharp
LapSharp
Build system
Added support for building for OpenBSD
Added --cpu configure parameter to enable building for native CPU architecture
Added --lto configure parameter to enable link time optimization
Miscellaneous bug fixes and improvements
Third-party libraries
Updated libraries
AMF 1.4.24 (AMD VCN encoding)
FFmpeg 5.1.2 (decoding and filters)
FreeType 2.12.1 (subtitles)
Fribidi 1.0.12 (subtitles)
HarfBuzz 4.4.1 (subtitles)
libass 0.16.0 (subtitles)
libbluray 1.3.4 (Blu-ray decoding)
libdav1d 1.0.0 (AV1 decoding)
libdvdread 6.1.3 (DVD decoding)
liblzma (xz) 5.2.6 (LZMA video decoding, e.g. TIFF)
libjpeg-turbo 2.1.4 (preview image compression)
libspeex 1.2.1 (Speex audio decoding)
libvpx 1.12.0 (VP8/VP9 video encoding)
libxml 2.10.3 (general)
oneVPL 2023.1.0 (Intel QSV encoding/decoding)
x264 164 r3100 (H.264/AVC video encoding)
x265 r12747 (H.265/HEVC video encoding)
zimg 3.0.4 (color conversion)
New libraries
SVT-AV1 1.4.1 (AV1 encoding)
Linux
Added many quality of life improvements contributed by community members
Improved parity with the Mac and Windows graphical interfaces
Miscellaneous bug fixes and improvements
Updated translations
Added new translations
Bulgarian (Български)
Finnish (Suomi)
Georgian (ქართული)
Mac
Added Quick Look support to the queue
Miscellaneous bug fixes and improvements
Updated translations
Added Japanese translation
Windows
Miscellaneous bug fixes and improvements
Updated all translations
Added new translations
Bulgarian (Български)
Dutch (Nederlands)
Polish (Polski)
|
2023-04-09 10:57:19 by Iain Hibbert | Files touched by this commit (3) |
Log message:
fix build
HandBrake requires libjpeg-turbo, and as this conflicts with the default libjpeg
which is used by gtk3, remove the jpeg dependency and provide libjpeg-turbo
directly, which will be linked statically.
fixes PR#57070
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416) |
Log message:
*: recursive bump for tiff shlib major bump
|
2022-12-26 01:16:08 by Nia Alarie | Files touched by this commit (1) |
Log message:
handbrake: require libjpeg-turbo
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|