Revisions of libaom

Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 924191 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 15)
- Update to version 3.1.3:
  * Update CHANGELOG for v3.1.3-rc2
  * Detect chroma subsampling more directly
  * Detect chroma subsampling more directly
  * image2yuvconfig() should calculate uv_crop_width
  * aom/aom_encoder.h: remove configure option reference
  * aom_encoder.h: fix rc_overshoot_pct range
  * Update AUTHORS,CHANGELOG,CMakeLists.txt for v3.1.3
  * aom_install: don't exclude msvc from install
  * aom_install: use relpath for install
  * aom_install: Install lib dlls to bindir
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 914191 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 14)
- security update
- added patches
  fix CVE-2021-30475 [bsc#1189497], Buffer overflow in aom_dsp/noise_model.c
  + libaom-CVE-2021-30475.patch

- Update to version 3.1.2:
  * Update AUTHORS,CHANGELOG,CMakeLists.txt for v3.1.2
  * Avoid chroma resampling for 420mpeg2 input
  * Check array has two elements before using index 1
  * Fix DecodeScalabilityTest failure in realtime only
  * Store temporal_id and spatial_id of decoded frame
  * exports.cmake: use APPLE and WIN32 and use def for mingw-w64
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 903845 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 13)
Update to version 3.1.1
Fix armv7
buildservice-autocommit accepted request 892094 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 12)
baserev update by copy to link target
Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) accepted request 892084 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 11)
- Update to version 3.1.0 (bsc#1185843):
  https://aomedia.googlesource.com/aom/+/refs/tags/v3.1.0
  This release adds an "all intra" mode to the encoder, which significantly
  speeds up the encoding of AVIF still images at speed 6.
  - Upgrading:
    All intra mode for encoding AVIF still images and AV1 all intra videos:
    AOM_USAGE_ALL_INTRA (2) can be passed as the 'usage' argument to
    aom_codec_enc_config_default().
    New encoder control IDs added:
      - AV1E_SET_ENABLE_DIAGONAL_INTRA: Enable diagonal (D45 to D203) intra
        prediction modes (0: false, 1: true (default)). Also available as
        "enable-diagonal-intra" for the aom_codec_set_option() function.
    New aom_tune_metric enum value: AOM_TUNE_BUTTERAUGLI. The new aomenc option
    --tune=butteraugli was added to optimize the encoder’s perceptual quality by
    optimizing the Butteraugli metric. Install libjxl (JPEG XL) and then pass
    -DCONFIG_TUNE_BUTTERAUGLI=1 to the cmake command to enable it.
- Includes 3.0
  https://aomedia.googlesource.com/aom/+/refs/tags/v3.0.0
This release includes compression efficiency improvement, speed improvement
for realtime mode, as well as some new APIs.
  - Upgrading:
    Support for PSNR calculation based on stream bit-depth.
    New encoder control IDs added:
      - AV1E_SET_ENABLE_RECT_TX
      - AV1E_SET_VBR_CORPUS_COMPLEXITY_LAP
      - AV1E_GET_BASELINE_GF_INTERVAL
      - AV1E_SET_ENABLE_DNL_DENOISING
    New decoder control IDs added:
      - AOMD_GET_FWD_KF_PRESENT
      - AOMD_GET_FRAME_FLAGS
buildservice-autocommit accepted request 877731 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 10)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 876053 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 9)
- Update to version 2.0.2:
  * Prepare for the libaom v2.0.2 release
  * Call av1_setup_frame_size() when dropping a frame
  * Avoid memset in filter_intra_predictor module
  * Fix a typo bug in apply_temporal_filter_planewise
  * Modify the assertion in temporal filter intrinsics
  * Fix unit test ThreadTestLarge.EncoderResultTest/49
  * Add -Wimplicit-function-declaration as C flag only
  * Update CHANGELOG for libaom v2.0.1
  * Set allow_screen_content_tools to 0 in rt mode
  * chroma_check: don't access UV planes if monochrome
buildservice-autocommit accepted request 807894 from Mia Herkt's avatar Mia Herkt (mia) (revision 8)
baserev update by copy to link target
Mia Herkt's avatar Mia Herkt (mia) accepted request 807891 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 7)
Tweak .changes so that factorybot is pleased, dropped patches must be mentioned
Mia Herkt's avatar Mia Herkt (mia) accepted request 807351 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 6)
- Update to version 2.0.0 "Applejack":
  
  This is the first official release of libaom. It has real-time mode and SVC
  support, as well as substantial documentation improvement and clean-ups.
  Important changes:
  * Decouple library version and so version.
  * Move functions into a header file
  * Remove av1_ prefix from static functions
  * Remove aom_ prefix from static functions
  * Remove aom_ prefix for static functions
  * Remove av1_ prefix for a static function
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 626784 from Mia Herkt's avatar Mia Herkt (lachs0r) (revision 5)
initialized devel package after accepting 626784
Mia Herkt's avatar Mia Herkt (lachs0r) committed (revision 4)
Mia Herkt's avatar Mia Herkt (lachs0r) committed (revision 3)
- Enable CONFIG_LOWBITDEPTH. Makes 8-bit decoding faster. The only
  reason this confusingly-named option is not enabled by default
  is that its behavior might not match the 16-bit reference code
  path, and that hardware vendors want to be able to validate
  their designs against it. No actual mismatches have been found.
  See https://bugs.chromium.org/p/aomedia/issues/detail?id=2062
Mia Herkt's avatar Mia Herkt (lachs0r) accepted request 626496 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 2)
- Pass conditional AOM_TARGET_CPU to cmake, fix build for arm and
  ppc, as well as optimize target cpu for other arches.
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 625811 from Mia Herkt's avatar Mia Herkt (lachs0r) (revision 1)
- Init, v1.0.0
Displaying revisions 21 - 35 of 35
openSUSE Build Service is sponsored by