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:
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

@@ -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