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