SHA256
1
0
forked from pool/gegl

Accepting request 990496 from home:polslinux:branches:graphics

- Update to version 0.4.38:
  + Operations:
    - denoise-dct: a NEW denoising operation which decomposes the input
      buffer to sliding overlapping patches, calculates the DCT denoising
      in each patch, and then aggregates the denoised patches to the
      output buffer averaging the overlapped pixels.
    - ff-load and ff-save: big cleanup API cleanup, now ffmpeg-5.0
      compatible.
    - gif-load: updated to latest upstream libnsgif version.
    - slic: progress reporting and improved parameter handling.
    - vector-fill: updated to latest upstream ctx version.
    - oilify: clamp inputs to avoid nan in output.
    - gegl:load fix possible double free.
    - rgbe-write: plug leaks in error paths.
  + Core:
    - Fixes of some potential NULL dereferences on custom
      dataformats for malformed inputs.

OBS-URL: https://build.opensuse.org/request/show/990496
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=126
This commit is contained in:
Bjørn Lie 2022-07-21 09:20:51 +00:00 committed by Git OBS Bridge
parent fc2fa40237
commit 9762e806fc
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fd58a0cdcc7702258adaeffb573a389228ae8f0eff47578efda2309b61b2ca6
size 5680876

3
gegl-0.4.38.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4a33c8430a5042fba8439b595348e71870f0d95fbf885ff553f9020c1bed750
size 5722188

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Jul 21 07:19:10 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- Update to version 0.4.38:
+ Operations:
- denoise-dct: a NEW denoising operation which decomposes the input
buffer to sliding overlapping patches, calculates the DCT denoising
in each patch, and then aggregates the denoised patches to the
output buffer averaging the overlapped pixels.
- ff-load and ff-save: big cleanup API cleanup, now ffmpeg-5.0
compatible.
- gif-load: updated to latest upstream libnsgif version.
- slic: progress reporting and improved parameter handling.
- vector-fill: updated to latest upstream ctx version.
- oilify: clamp inputs to avoid nan in output.
- gegl:load fix possible double free.
- rgbe-write: plug leaks in error paths.
+ Core:
- Fixes of some potential NULL dereferences on custom
dataformats for malformed inputs.
-------------------------------------------------------------------
Fri Apr 29 07:51:08 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -21,7 +21,7 @@
%bcond_with gegl_docs
Name: gegl
Version: 0.4.36
Version: 0.4.38
Release: 0
Summary: Generic Graphics Library
License: GPL-3.0-or-later AND LGPL-3.0-or-later