Skip to content

Commit d393faf

Browse files
committed
GPUJPEG 0.27.12
1 parent 7783e29 commit d393faf

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR)
22
# change version also in configure.ac
3-
project(gpujpeg VERSION 0.27.11 LANGUAGES C CUDA)
3+
project(gpujpeg VERSION 0.27.12 LANGUAGES C CUDA)
44

55
# options
66
set(BUILD_OPENGL OFF CACHE STRING "Build with OpenGL support, options are: AUTO ON OFF")

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2026-02-18 - 0.27.12
2+
----------
3+
4+
- fixed decoding with GPUJPEG_PIXFMT_NO_ALPHA pixfmt (regressions
5+
in last release)
6+
- support encoding by [fpnge](https://github.com/animetosho/fpnge)
7+
for much better PNG encode performance
8+
- add -DUSE_NATIVE_CPU_ARCH=ON CMake option for -march=native (Linux)
9+
- [CI] additional Linux builds using x86-64-v3 and x86-64-v4
10+
111
2026-01-14 - 0.27.11
212
----------
313

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.65])
22
# change version also in CMakeLists.txt
3-
AC_INIT([libgpujpeg],[0.27.11],[https://github.com/CESNET/GPUJPEG/issues],[libgpujpeg],[https://github.com/CESNET/GPUJPEG])
3+
AC_INIT([libgpujpeg],[0.27.12],[https://github.com/CESNET/GPUJPEG/issues],[libgpujpeg],[https://github.com/CESNET/GPUJPEG])
44
AC_CONFIG_MACRO_DIR([m4])
55
AC_CONFIG_SRCDIR([src/main.c])
66
AC_CONFIG_AUX_DIR([.])

0 commit comments

Comments
 (0)