Accepting request 1030153 from home:iznogood:branches:multimedia:libs

- Update to release 1.3.0:
  * Encoder:
    - Port SIMD optimizations from libDav1D making the conformant
      path (Inv. Transform) faster
    - Enabling smaller mini-GOP size configurations and tuning it
      for the low delay mode
    - Tuning the low-latency mode in random access targeting
      latencies from 250ms to 1s
    - Adding GOP-constrained Rate Control targeting low-latency
      streaming applications
    - Optimize mode decision features levels for depth
      partitioning, RDOQ, MD stage0 pruning in-loop filtering
      temporal filtering and TPL adding more granularity and
      gaining further quality
    - Preset tuning M0-M13 to smooth the spacing and utilize the
      quality improvements towards better tradeoffs
  * Build, Cleanup and Documentation:
    - Update preset and API documentation
    - Various functional bug fixes
    - Remove the use of GLOB in cmake and use file names
- Changes from release 1.2.1:
  * Encoder: Fix a crash at the end of the encode that may occur
    when an invalid metadata packet is sent with the EOS packet
  * Build, Cleanup:
    - y4m header pasring code cleanup
    - API cleanup and enhancements adding string options for RC
      mode
    - Added option to build without app / dec / enc using the
      build.sh / build.bat scripts

OBS-URL: https://build.opensuse.org/request/show/1030153
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=31
This commit is contained in:
Jan Engelhardt 2022-10-20 20:27:33 +00:00 committed by Git OBS Bridge
parent f9534b84ab
commit e71f9dfd7c
4 changed files with 38 additions and 5 deletions

View File

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

3
SVT-AV1-v1.3.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Oct 20 11:51:11 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to release 1.3.0:
* Encoder:
- Port SIMD optimizations from libDav1D making the conformant
path (Inv. Transform) faster
- Enabling smaller mini-GOP size configurations and tuning it
for the low delay mode
- Tuning the low-latency mode in random access targeting
latencies from 250ms to 1s
- Adding GOP-constrained Rate Control targeting low-latency
streaming applications
- Optimize mode decision features levels for depth
partitioning, RDOQ, MD stage0 pruning in-loop filtering
temporal filtering and TPL adding more granularity and
gaining further quality
- Preset tuning M0-M13 to smooth the spacing and utilize the
quality improvements towards better tradeoffs
* Build, Cleanup and Documentation:
- Update preset and API documentation
- Various functional bug fixes
- Remove the use of GLOB in cmake and use file names
- Changes from release 1.2.1:
* Encoder: Fix a crash at the end of the encode that may occur
when an invalid metadata packet is sent with the EOS packet
* Build, Cleanup:
- y4m header pasring code cleanup
- API cleanup and enhancements adding string options for RC
mode
- Added option to build without app / dec / enc using the
build.sh / build.bat scripts
-------------------------------------------------------------------
Wed Aug 3 15:07:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,13 +17,13 @@
Name: SVT-AV1
Version: 1.2.0
Version: 1.3.0
Release: 0
Summary: An AV1 decoder/encoder for video streams
License: BSD-3-Clause-Clear
Group: Productivity/Multimedia/Other
URL: https://gitlab.com/AOMediaCodec/SVT-AV1
Source: https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v%version/SVT-AV1-v%version.tar.gz
Source: %url/-/archive/v%version/SVT-AV1-v%version.tar.gz
BuildRequires: cmake >= 3.5.1
BuildRequires: fdupes
BuildRequires: gcc-c++ >= 5.4.0