- Update to version 1.5.2
+ Fixed several memory leaks in the TurboJPEG API library that could occur if the library was built with certain compilers and optimization levels. + The libjpeg-turbo memory manager will now honor the max_memory_to_use structure member in jpeg_memory_mgr, which can be set to the maximum amount of memory (in bytes) that libjpeg-turbo should use during decompression or multi-pass (including progressive) compression. This limit can also be set using the JPEGMEM environment variable or using the -maxmemory switch in cjpeg/djpeg/jpegtran. + TJBench will now run each benchmark for 1 second prior to starting the timer, in order to improve the consistency of the results. Furthermore, the -warmup option is now used to specify the amount of warmup time rather than the number of warmup iterations. + Fixed an error (short jump is out of range) that occurred when assembling the 32-bit x86 SIMD extensions with NASM versions prior to 2.04. + Fixed a regression introduced by 1.5 beta1[11] that prevented the Java version of TJBench from outputting any reference images (the -nowrite switch was accidentally enabled by default.) libjpeg-turbo should now build and run with full AltiVec SIMD acceleration on PowerPC-based AmigaOS 4 and OpenBSD systems. - Update to version 1.5.2 + Fixed several memory leaks in the TurboJPEG API library that could occur if the library was built with certain compilers and optimization levels. + The libjpeg-turbo memory manager will now honor the OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=69
This commit is contained in:
parent
c25d5e05de
commit
39d197e0da
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41429d3d253017433f66e3d472b8c7d998491d2f41caa7306b8d9a6f2a2c666c
|
||||
size 1650647
|
3
libjpeg-turbo-1.5.2.tar.gz
Normal file
3
libjpeg-turbo-1.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9098943b270388727ae61de82adec73cf9f0dbb240b3bc8b172595ebf405b528
|
||||
size 1657235
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 12 10:22:05 UTC 2017 - pgajdos@suse.com
|
||||
|
||||
- Update to version 1.5.2
|
||||
+ Fixed several memory leaks in the TurboJPEG API library that
|
||||
could occur if the library was built with certain compilers
|
||||
and optimization levels.
|
||||
+ The libjpeg-turbo memory manager will now honor the
|
||||
max_memory_to_use structure member in jpeg_memory_mgr,
|
||||
which can be set to the maximum amount of memory (in bytes)
|
||||
that libjpeg-turbo should use during decompression or
|
||||
multi-pass (including progressive) compression. This limit
|
||||
can also be set using the JPEGMEM environment variable or
|
||||
using the -maxmemory switch in cjpeg/djpeg/jpegtran.
|
||||
+ TJBench will now run each benchmark for 1 second prior to
|
||||
starting the timer, in order to improve the consistency of
|
||||
the results. Furthermore, the -warmup option is now used to
|
||||
specify the amount of warmup time rather than the number of
|
||||
warmup iterations.
|
||||
+ Fixed an error (short jump is out of range) that occurred
|
||||
when assembling the 32-bit x86 SIMD extensions with NASM
|
||||
versions prior to 2.04.
|
||||
+ Fixed a regression introduced by 1.5 beta1[11] that prevented
|
||||
the Java version of TJBench from outputting any reference images
|
||||
(the -nowrite switch was accidentally enabled by default.)
|
||||
libjpeg-turbo should now build and run with full AltiVec SIMD
|
||||
acceleration on PowerPC-based AmigaOS 4 and OpenBSD systems.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 10:07:00 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define srcver 1.5.1
|
||||
%define srcver 1.5.2
|
||||
%define major 8
|
||||
%define minor 1
|
||||
%define micro 2
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 12 10:22:05 UTC 2017 - pgajdos@suse.com
|
||||
|
||||
- Update to version 1.5.2
|
||||
+ Fixed several memory leaks in the TurboJPEG API library that
|
||||
could occur if the library was built with certain compilers
|
||||
and optimization levels.
|
||||
+ The libjpeg-turbo memory manager will now honor the
|
||||
max_memory_to_use structure member in jpeg_memory_mgr,
|
||||
which can be set to the maximum amount of memory (in bytes)
|
||||
that libjpeg-turbo should use during decompression or
|
||||
multi-pass (including progressive) compression. This limit
|
||||
can also be set using the JPEGMEM environment variable or
|
||||
using the -maxmemory switch in cjpeg/djpeg/jpegtran.
|
||||
+ TJBench will now run each benchmark for 1 second prior to
|
||||
starting the timer, in order to improve the consistency of
|
||||
the results. Furthermore, the -warmup option is now used to
|
||||
specify the amount of warmup time rather than the number of
|
||||
warmup iterations.
|
||||
+ Fixed an error (short jump is out of range) that occurred
|
||||
when assembling the 32-bit x86 SIMD extensions with NASM
|
||||
versions prior to 2.04.
|
||||
+ Fixed a regression introduced by 1.5 beta1[11] that prevented
|
||||
the Java version of TJBench from outputting any reference images
|
||||
(the -nowrite switch was accidentally enabled by default.)
|
||||
libjpeg-turbo should now build and run with full AltiVec SIMD
|
||||
acceleration on PowerPC-based AmigaOS 4 and OpenBSD systems.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 10:50:53 UTC 2017 - jbohac@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define major 62
|
||||
%define minor 2
|
||||
%define micro 0
|
||||
%define srcver 1.5.1
|
||||
%define srcver 1.5.2
|
||||
%define libver %{major}.%{minor}.%{micro}
|
||||
|
||||
Name: libjpeg62-turbo
|
||||
|
Loading…
x
Reference in New Issue
Block a user