head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.06.05.08.19.13;	author adam;	state Exp;
branches;
next	;
commitid	1U1PaZLEshGsjAIG;


desc
@@


1.1
log
@libde265: updated to 1.1.1

1.1.1

The decoding speed has been improved by about 8% on x86 CPUs thanks to more SIMD acceleration and optimized CABAC code. Also the startup time has been improved, which gives a 3% speed improvement when decoding HEIC files with similar-sized tiles.

Build differences

When building shared-libraries in Release mode, we are now using -fvisibility=hidden by default. You can override this with the new cmake option "FORCE_FULL_VISIBILITY".

Security

CVE TBD (GHSA-ccfw-29x7-rrx3) - Pixel accessor signed integer overflow causes heap OOB read/write
CVE TBD (GHSA-j2qq-x2xq-g9wr) - SAO sequential filter heap buffer overflow via signed integer overflow
@
text
@# $NetBSD$

PKG_OPTIONS_VAR=	PKG_OPTIONS.libde265
PKG_SUPPORTED_OPTIONS=	sdl2

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Msdl2)
.include "../../devel/SDL2/buildlink3.mk"
.else
CMAKE_CONFIGURE_ARGS+=	-DENABLE_SDL=OFF
.endif
@
