Upstream update available: svt-av1 4.0.0 → 4.1.0 #1

Open
opened 2026-04-28 02:19:23 +03:00 by sbelikov · 0 comments
Owner

Upstream update available: svt-av1 4.0.04.1.0

Package

  • Package: svt-av1
  • RPM name: svt-av1
  • Branch: niceos-5.2
  • Current EVR: 4.0.0-1
  • Update class: minor
  • Compare method: python_rpm
  • Update policy: leaf
  • Risk tags: standard

Upstream

Signals

  • Security-relevant keywords detected: False
  • Policy blocked: False
  • Policy reason: -
  • Labels: ai-summary, bot, needs-build, needs-triage, priority/medium, update/minor, upstream-update, upstream/gitlab

NiceSOFT AI preliminary stability analysis

1. Краткий вывод

Автоматический deep-analysis через LLM/web_search не был завершён корректно, поэтому ниже приведён безопасный fallback-анализ без неподтверждённых утверждений. Обновление svt-av1 с 4.0.0 до 4.1.0 найдено upstream-monitor и требует обычной мейнтейнерской проверки перед PR/merge.

2. Риск для НАЙС.ОС

Риск: unknown до ручной проверки. Для стабильной политики НАЙС.ОС обновление нельзя считать автоматически безопасным только по факту наличия новой upstream-версии.

3. Что изменилось upstream

[4.1] - 2026-03-23

Encoder

  • Refactor MD, EncDec, and Entropy Coding kernels (!2604)
  • Improve Still Image coding efficiency (!2612, !2614)
  • Change Wiener Filter level for chroma for presets M3 and below (!2620)
  • Optimize Screen Content coding for Still Image (!2630)

Arm

  • Refactor Subpixel Variance kernels (!2608)
  • Optimize 16b SAD kernel (!2610)
  • Fixed Neoverse V2 unit test detection (!2622)
  • Update Arm build guide (!2625)

Bug fixes and documentation

  • Fixed a hang caused by improper variable looping (#2338, !2600)
  • Add missing option 2 for --enable-dlf's help output (!2601)
  • Depth Refinement algorithmic bug fix (!2602)
  • Add mutexes to fix hangs when running multiple instances of the encoder in one process (!2603, !2605, !2619)
  • Fix motion calculation for cyclic QP refresh (!2613)
  • Fixed a Debug vs Release mismatch (!2618)
  • Fixed some new warnings with newer GCC versions (!2621, !2636)
  • Changed Temporal Filtering distortion calculation to not include padding (!2623)
  • Cleanup some dead unit tests (!2626)
  • Benchmark framework improvements (!2627)
  • CI/CD improvements (!2628)
  • Fixed some niche crashes (!2629)
  • Readd missing PredStructure enum without SVT_AV1 prefix (!2635)
  • Rename svt_log to prevent conflict with SVT-JPEG-XS (!2634)
  • General code and doc cleanup (!2606, !2607, !2609, !2611, !2616, !2617, !2624, !2631, !2633, !2637)

4. Security/CVE

Подтверждённых CVE в fallback-режиме не выявлено. Если обновление позиционируется upstream как security release, нужно проверить официальный changelog, release notes и CVE/advisory-источники вручную.

5. ABI/API/CLI/config риск

Для пакета svt-av1 нужно проверить изменение CLI/options, поведения по умолчанию, форматов конфигурации и совместимость со скриптами, которые могут использовать пакет в НАЙС.ОС. Без завершённого web-search анализа риск остаётся unknown.

6. Риск для RPM-сборки и dist-git

Проверить SPECS, SOURCES, source lock, патчи, BuildRequires/Requires, %check, SBOM и воспроизводимость сборки. Если upstream изменил систему сборки или layout исходников, spec может потребовать ручной правки.

7. Риск для системы и зависимых компонентов

Проверить reverse dependencies, пользовательские сценарии и любые автоматические скрипты, которые вызывают svt-av1. Для НАЙС.ОС приоритет — стабильность, поэтому при отсутствии доказательств совместимости обновление должно идти через PR и ручной review.

8. Проверки мейнтейнера

  • Сравнить upstream tag/release 4.1.0 с текущей версией 4.0.0.
  • Проверить официальный changelog/release notes и compare page.
  • Собрать RPM в чистом окружении.
  • Запустить %check, если доступен.
  • Проверить smoke-test основного CLI/daemon/library сценария.
  • Обновить source lock/SBOM/package-index после merge.
  • Проверить, не требует ли обновление исключения или pinning policy.

9. Рекомендация

issue-only до ручной проверки. Если сборка и smoke tests проходят, можно перевести в update candidate.

10. Источники

Примечание: fallback создан потому, что LLM/web_search не вернул завершённый анализ. Причина: HTTP 403 POST https://api.openai.com/v1/responses: {"error":{"code":"unsupported_country_region_territory","message":"Country, region, or territory not supported","param":null,"type":"request_forbidden"}}.

Upstream release notes / description

[4.1] - 2026-03-23

Encoder

  • Refactor MD, EncDec, and Entropy Coding kernels (!2604)
  • Improve Still Image coding efficiency (!2612, !2614)
  • Change Wiener Filter level for chroma for presets M3 and below (!2620)
  • Optimize Screen Content coding for Still Image (!2630)

Arm

  • Refactor Subpixel Variance kernels (!2608)
  • Optimize 16b SAD kernel (!2610)
  • Fixed Neoverse V2 unit test detection (!2622)
  • Update Arm build guide (!2625)

Bug fixes and documentation

  • Fixed a hang caused by improper variable looping (#2338, !2600)
  • Add missing option 2 for --enable-dlf's help output (!2601)
  • Depth Refinement algorithmic bug fix (!2602)
  • Add mutexes to fix hangs when running multiple instances of the encoder in one process (!2603, !2605, !2619)
  • Fix motion calculation for cyclic QP refresh (!2613)
  • Fixed a Debug vs Release mismatch (!2618)
  • Fixed some new warnings with newer GCC versions (!2621, !2636)
  • Changed Temporal Filtering distortion calculation to not include padding (!2623)
  • Cleanup some dead unit tests (!2626)
  • Benchmark framework improvements (!2627)
  • CI/CD improvements (!2628)
  • Fixed some niche crashes (!2629)
  • Readd missing PredStructure enum without SVT_AV1 prefix (!2635)
  • Rename svt_log to prevent conflict with SVT-JPEG-XS (!2634)
  • General code and doc cleanup (!2606, !2607, !2609, !2611, !2616, !2617, !2624, !2631, !2633, !2637)

NiceOS maintainer checklist

  • Confirm that the detected version is a stable upstream release.
  • Check upstream changelog for security fixes, ABI/API changes and build-system changes.
  • Check ABI/API compatibility and reverse dependencies.
  • Download source into NiceOS lookaside storage.
  • Update Version and related fields in SPECS/*.spec only if policy allows it.
  • Regenerate SOURCES/sources.lock.json, manifests, metadata and SBOM.
  • Build SRPM/RPM in a clean NiceOS buildroot.
  • Run package smoke tests.
  • Link PR/build logs and close this issue after update or triage.

Bot metadata

  • Tool: niceos_upstream_monitor.py 2.1.2-openai-deep
  • Generated at: 2026-05-01T23:23:01Z
<!-- niceos-upstream-monitor:fingerprint=upstream-update:svt-av1:4.1.0 --> <!-- niceos-upstream-monitor:package=svt-av1 --> <!-- niceos-upstream-monitor:current=4.0.0 --> <!-- niceos-upstream-monitor:latest=4.1.0 --> # Upstream update available: `svt-av1` `4.0.0` → `4.1.0` ## Package - Package: `svt-av1` - RPM name: `svt-av1` - Branch: `niceos-5.2` - Current EVR: `4.0.0-1` - Update class: `minor` - Compare method: `python_rpm` - Update policy: `leaf` - Risk tags: `standard` ## Upstream - Upstream type: `gitlab` - Upstream project: `AOMediaCodec/SVT-AV1` - Upstream URL: https://gitlab.com/AOMediaCodec/SVT-AV1 - Detected version: `4.1.0` - Tag/release: `v4.1.0` - Source: `gitlab_release` - Published: `2026-03-23T20:12:04.556Z` - Release URL: https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v4.1.0 - Source URL: - - Pre-release: `False` ## Signals - Security-relevant keywords detected: `False` - Policy blocked: `False` - Policy reason: `-` - Labels: `ai-summary, bot, needs-build, needs-triage, priority/medium, update/minor, upstream-update, upstream/gitlab` ## NiceSOFT AI preliminary stability analysis ### 1. Краткий вывод Автоматический deep-analysis через LLM/web_search не был завершён корректно, поэтому ниже приведён безопасный fallback-анализ без неподтверждённых утверждений. Обновление `svt-av1` с `4.0.0` до `4.1.0` найдено upstream-monitor и требует обычной мейнтейнерской проверки перед PR/merge. ### 2. Риск для НАЙС.ОС Риск: `unknown` до ручной проверки. Для стабильной политики НАЙС.ОС обновление нельзя считать автоматически безопасным только по факту наличия новой upstream-версии. ### 3. Что изменилось upstream ## [4.1] - 2026-03-23 **Encoder** - Refactor MD, EncDec, and Entropy Coding kernels (!2604) - Improve Still Image coding efficiency (!2612, !2614) - Change Wiener Filter level for chroma for presets M3 and below (!2620) - Optimize Screen Content coding for Still Image (!2630) **Arm** - Refactor Subpixel Variance kernels (!2608) - Optimize 16b SAD kernel (!2610) - Fixed Neoverse V2 unit test detection (!2622) - Update Arm build guide (!2625) **Bug fixes and documentation** - Fixed a hang caused by improper variable looping (#2338, !2600) - Add missing option 2 for `--enable-dlf`'s help output (!2601) - Depth Refinement algorithmic bug fix (!2602) - Add mutexes to fix hangs when running multiple instances of the encoder in one process (!2603, !2605, !2619) - Fix motion calculation for cyclic QP refresh (!2613) - Fixed a Debug vs Release mismatch (!2618) - Fixed some new warnings with newer GCC versions (!2621, !2636) - Changed Temporal Filtering distortion calculation to not include padding (!2623) - Cleanup some dead unit tests (!2626) - Benchmark framework improvements (!2627) - CI/CD improvements (!2628) - Fixed some niche crashes (!2629) - Readd missing PredStructure enum without SVT_AV1 prefix (!2635) - Rename svt_log to prevent conflict with SVT-JPEG-XS (!2634) - General code and doc cleanup (!2606, !2607, !2609, !2611, !2616, !2617, !2624, !2631, !2633, !2637) ### 4. Security/CVE Подтверждённых CVE в fallback-режиме не выявлено. Если обновление позиционируется upstream как security release, нужно проверить официальный changelog, release notes и CVE/advisory-источники вручную. ### 5. ABI/API/CLI/config риск Для пакета `svt-av1` нужно проверить изменение CLI/options, поведения по умолчанию, форматов конфигурации и совместимость со скриптами, которые могут использовать пакет в НАЙС.ОС. Без завершённого web-search анализа риск остаётся `unknown`. ### 6. Риск для RPM-сборки и dist-git Проверить `SPECS`, `SOURCES`, source lock, патчи, `BuildRequires/Requires`, `%check`, SBOM и воспроизводимость сборки. Если upstream изменил систему сборки или layout исходников, spec может потребовать ручной правки. ### 7. Риск для системы и зависимых компонентов Проверить reverse dependencies, пользовательские сценарии и любые автоматические скрипты, которые вызывают `svt-av1`. Для НАЙС.ОС приоритет — стабильность, поэтому при отсутствии доказательств совместимости обновление должно идти через PR и ручной review. ### 8. Проверки мейнтейнера - Сравнить upstream tag/release `4.1.0` с текущей версией `4.0.0`. - Проверить официальный changelog/release notes и compare page. - Собрать RPM в чистом окружении. - Запустить `%check`, если доступен. - Проверить smoke-test основного CLI/daemon/library сценария. - Обновить source lock/SBOM/package-index после merge. - Проверить, не требует ли обновление исключения или pinning policy. ### 9. Рекомендация `issue-only` до ручной проверки. Если сборка и smoke tests проходят, можно перевести в `update candidate`. ### 10. Источники - [Upstream project](https://gitlab.com/AOMediaCodec/SVT-AV1) - [Release/tag page](https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v4.1.0) - [NiceOS dist-git](https://specs.niceos.ru/rpms/svt-av1) _Примечание: fallback создан потому, что LLM/web_search не вернул завершённый анализ. Причина: `HTTP 403 POST https://api.openai.com/v1/responses: {"error":{"code":"unsupported_country_region_territory","message":"Country, region, or territory not supported","param":null,"type":"request_forbidden"}}`._ ## Upstream release notes / description ## [4.1] - 2026-03-23 **Encoder** - Refactor MD, EncDec, and Entropy Coding kernels (!2604) - Improve Still Image coding efficiency (!2612, !2614) - Change Wiener Filter level for chroma for presets M3 and below (!2620) - Optimize Screen Content coding for Still Image (!2630) **Arm** - Refactor Subpixel Variance kernels (!2608) - Optimize 16b SAD kernel (!2610) - Fixed Neoverse V2 unit test detection (!2622) - Update Arm build guide (!2625) **Bug fixes and documentation** - Fixed a hang caused by improper variable looping (#2338, !2600) - Add missing option 2 for `--enable-dlf`'s help output (!2601) - Depth Refinement algorithmic bug fix (!2602) - Add mutexes to fix hangs when running multiple instances of the encoder in one process (!2603, !2605, !2619) - Fix motion calculation for cyclic QP refresh (!2613) - Fixed a Debug vs Release mismatch (!2618) - Fixed some new warnings with newer GCC versions (!2621, !2636) - Changed Temporal Filtering distortion calculation to not include padding (!2623) - Cleanup some dead unit tests (!2626) - Benchmark framework improvements (!2627) - CI/CD improvements (!2628) - Fixed some niche crashes (!2629) - Readd missing PredStructure enum without SVT_AV1 prefix (!2635) - Rename svt_log to prevent conflict with SVT-JPEG-XS (!2634) - General code and doc cleanup (!2606, !2607, !2609, !2611, !2616, !2617, !2624, !2631, !2633, !2637) ## NiceOS maintainer checklist - [ ] Confirm that the detected version is a stable upstream release. - [ ] Check upstream changelog for security fixes, ABI/API changes and build-system changes. - [ ] Check ABI/API compatibility and reverse dependencies. - [ ] Download source into NiceOS lookaside storage. - [ ] Update `Version` and related fields in `SPECS/*.spec` only if policy allows it. - [ ] Regenerate `SOURCES/sources.lock.json`, manifests, metadata and SBOM. - [ ] Build SRPM/RPM in a clean NiceOS buildroot. - [ ] Run package smoke tests. - [ ] Link PR/build logs and close this issue after update or triage. ## Bot metadata - Tool: `niceos_upstream_monitor.py 2.1.2-openai-deep` - Generated at: `2026-05-01T23:23:01Z`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rpms/svt-av1#1
No description provided.