Path to this page:
./
multimedia/x265,
High Efficiency Video Coding (HEVC)
Branch: CURRENT,
Version: 4.0,
Package name: x265-4.0,
Maintainer: pkgsrc-usersx265 is an open-source project and free application library for encoding video
streams into the H.265/High Efficiency Video Coding (HEVC) format.
Master sites:
Filesize: 1676.221 KB
Version history: (Expand)
- (2024-09-15) Updated to version: x265-4.0
- (2024-04-05) Updated to version: x265-3.6
- (2021-04-10) Updated to version: x265-3.5
- (2020-05-30) Updated to version: x265-3.4
- (2020-03-31) Updated to version: x265-3.3
- (2019-12-05) Updated to version: x265-3.2.1
CVS history: (Expand)
2024-04-06 11:33:01 by Thomas Klausner | Files touched by this commit (43) |
Log message:
*: bump for x265 API change
Reported by Marc Baudoin
|
2024-04-05 15:45:51 by Ryo ONODERA | Files touched by this commit (9) |
Log message:
multimedia/x265: Follow upstream tarball replace
|
2024-04-05 11:22:33 by Adam Ciarcinski | Files touched by this commit (10) | |
Log message:
x265: updated to 3.6
Version 3.6
===========
Release date - 4th April, 2024.
New feature
-----------
1. Segment based Ratecontrol (SBRC) feature
2. Motion-Compensated Spatio-Temporal Filtering
3. Scene-cut aware qp - BBAQ (Bidirectional Boundary Aware Quantization)
4. Histogram-Based Scene Change Detection
5. Film-Grain characteristics as a SEI message to support Film Grain Synthesis(FGS)
6. Add temporal layer implementation(Hierarchical B-frame implementation)
Enhancements to existing features
---------------------------------
1. Added Dolby Vision 8.4 Profile Support
API changes
-----------
1. Add Segment based Ratecontrol(SBRC) feature: "--[no-]sbrc".
2. Add command line parameter for mcstf feature: "--[no-]mctf".
3. Add command line parameters for the scene cut aware qp feature: \
"--scenecut-aware-qp" and "--masking-strength".
4. Add command line parameters for Histogram-Based Scene Change Detection: \
"--hist-scenecut".
5. Add film grain characteristics as a SEI message to the bitstream: \
"--film-grain <filename>"
6. cli: add new option --cra-nal (Force nal type to CRA to all frames expect for \
the first frame, works only with keyint 1)
Optimizations
---------------------
ARM64 NEON optimizations:- Several time-consuming C functions have been \
optimized for the targeted platform - aarch64. The overall performance increased \
by around 20%.
SVE/SVE2 optimizations
Bug fixes
---------
1. Linux bug to utilize all the cores
2. Crash with hist-scenecut build when source resolution is not multiple of minCuSize
3. 32bit and 64bit builds generation for ARM
4. bugs in zonefile feature (Reflect Zonefile Parameters inside Lookahead, extra \
IDR issue, Avg I Slice QP value issue etc..)
5. Add x86 ASM implementation for subsampling luma
6. Fix for abrladder segfault with load reuse level 1
7. Reorder miniGOP based on temporal layer hierarchy and add support for more B frame
8. Add MacOS aarch64 build support
9. Fix boundary condition issue for Gaussian filter
|
2024-01-26 04:16:46 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
multimedia/x265: Fix cross-build.
|
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2021-10-26 13:01:20 by Nia Alarie | Files touched by this commit (177) |
Log message:
multimedia: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (for legal reasons?):
./multimedia/adobe-flash-player/distinfo \
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz
./multimedia/adobe-flash-player/distinfo \
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz
./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
|
2021-10-07 16:32:21 by Nia Alarie | Files touched by this commit (179) |
Log message:
multimedia: Remove SHA1 hashes for distfiles
|
2021-06-12 10:18:14 by Dan Cirnat | Files touched by this commit (1) |
Log message:
x265: Disable assembly on FreeBSD
according to patch submitted by Yoshihiro Ota in P$ pkg/56236
|