Commit Graph

7 Commits

Author SHA256 Message Date
Andreas Schneider
754d46e66c Accepting request 1107834 from home:polslinux:branches:multimedia:libs
- Update to 1.0.0:
  * Incompatible changes:
    + The clli member was added to the avifImage struct.
    + The repetitionCount member was added to the avifEncoder and avifDecoder
      structs.
    + The quality and qualityAlpha members were added to the avifEncoder struct.
    + Check that functions returning pointers do not return NULL before accessing
      those pointers.
    + Check the return value of avifEncoderSetCodecSpecificOption().
    + The maxThreads member was added to the avifRGBImage struct.
    + Check the return value of avifRGBImageAllocatePixels(), avifRWDataRealloc(),
      avifRWDataSet(), avifImageSetProfileICC(), avifImageSetMetadataExif() and
      avifImageSetMetadataXMP().
    + The meaning of the keyframeInterval member of avifEncoder struct has changed
      slightly. When set to a value of "n",
      Before: It forces a keyframe on every nth frame.
      After: Any set of "n" consecutive frame will have at least one keyframe
      (every nth frame may or may not be a keyframe).
  * Added:
    + Add clli metadata read and write support
    + Add repetitionCount member to avifEncoder and avifDecoder structs to specify
      the number of repetitions for animated image sequences.
    + Add quality and qualityAlpha to avifEncoder. Note: minQuantizer,
      maxQuantizer, minQuantizerAlpha, and maxQuantizerAlpha are deprecated. Code
      should be updated to set quality (and qualityAlpha if applicable) and leave
      minQuantizer, maxQuantizer, minQuantizerAlpha, and maxQuantizerAlpha
      initialized to the default values.
    + The --target-size flag in avifenc was added to adapt the quality so that the
      output file size is as close to the given number of bytes as possible.
    + Add the public API function avifImageIsOpaque() in avif.h.

OBS-URL: https://build.opensuse.org/request/show/1107834
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=52
2023-08-29 07:01:17 +00:00
4a0164224c Accepting request 1011123 from home:iznogood:branches:multimedia:libs
New upstream release

OBS-URL: https://build.opensuse.org/request/show/1011123
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=44
2022-10-16 08:07:28 +00:00
Andreas Schneider
1b2dea19a1 Update to version 0.10.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=38
2022-04-08 15:52:30 +00:00
Andreas Schneider
69d903fb82 Update to version 0.9.3
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=35
2021-10-21 08:17:27 +00:00
Andreas Schneider
6c7a41a21b Update to version 0.9.2
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=34
2021-06-24 18:15:38 +00:00
Andreas Schneider
8c88af764f Update to version 0.9.1
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=33
2021-05-20 08:40:56 +00:00
Andreas Schneider
6ad43bb3a4 Accepting request 884842 from home:dimstar:Factory
- Add baselibs.conf: produce libavif10-32bit as a new dependency to
  libgd3-32bit (support avif in libgd).

OBS-URL: https://build.opensuse.org/request/show/884842
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=31
2021-04-13 07:55:47 +00:00