From 57f22ae67bc25b58b6c30486dfc57ba8f0b9bda9f53df507f2a438bfa80e8d2d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 11 Jul 2024 15:26:06 +0000 Subject: [PATCH 1/3] Accepting request 1186791 from home:dirkmueller:Factory - update to 2.1.2: * Cleanup, bug fixes: * Fixed profile-guided-optimization build by removing the remaining decoder path OBS-URL: https://build.opensuse.org/request/show/1186791 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=54 --- .gitattributes | 23 ++++ .gitignore | 1 + SVT-AV1-v2.1.1.tar.gz | 3 + SVT-AV1-v2.1.2.tar.gz | 3 + SVT-AV1.changes | 284 ++++++++++++++++++++++++++++++++++++++++++ SVT-AV1.spec | 100 +++++++++++++++ 6 files changed, 414 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 SVT-AV1-v2.1.1.tar.gz create mode 100644 SVT-AV1-v2.1.2.tar.gz create mode 100644 SVT-AV1.changes create mode 100644 SVT-AV1.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/SVT-AV1-v2.1.1.tar.gz b/SVT-AV1-v2.1.1.tar.gz new file mode 100644 index 0000000..44d1273 --- /dev/null +++ b/SVT-AV1-v2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b3cf985b52da294f241cbd2b0a8996a34f817fa75c4e8f9dc1bb6458d24de2 +size 12396220 diff --git a/SVT-AV1-v2.1.2.tar.gz b/SVT-AV1-v2.1.2.tar.gz new file mode 100644 index 0000000..d3acbec --- /dev/null +++ b/SVT-AV1-v2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e90af18f31f8c8d2e9febf909a7d61f36172536abb25a7089f152210847cd9 +size 12396120 diff --git a/SVT-AV1.changes b/SVT-AV1.changes new file mode 100644 index 0000000..e46c351 --- /dev/null +++ b/SVT-AV1.changes @@ -0,0 +1,284 @@ +------------------------------------------------------------------- +Thu Jul 11 08:47:36 UTC 2024 - Dirk Müller + +- update to 2.1.2: + * Cleanup, bug fixes: + * Fixed profile-guided-optimization build by removing the + remaining decoder path + +------------------------------------------------------------------- +Tue Jun 25 20:46:15 UTC 2024 - Jan Engelhardt + +- Update to release 2.1.1 + * Removed the SVT-AV1 Decoder portion of the project. + * Improved documentation. + +------------------------------------------------------------------- +Mon May 20 10:20:18 UTC 2024 - Jan Engelhardt + +- Update to release 2.1 + * Presets 6 and 12 are now pointing to presets 7 and 13 + respectively due to the lack of spacing between the presets. + * Added variance boost support to improve visual quality for + the tune vq mode. + * Speedup of 12–40% presets M0, M3, M5 and M6 while maintaining + similar quality levels. + * Improved the compression efficiency of presets M11-M13 by 1-2%. + +------------------------------------------------------------------- +Wed Mar 13 23:32:09 UTC 2024 - Jan Engelhardt + +- Update to release 2.0 + * Changed the API signaling the End Of Stream (EOS) with the + last frame vs with an empty frame + * Removed the 3-pass VBR mode which changed the calling + mechanism of multi-pass VBR + * Improve the tradeoffs for the random access mode across + presets: + * Improved the compression efficiency of presets M9-M13 by 1-4% + * Replaced the 3-pass VBR with a 2-pass VBR + * Memory savings of 20-35% for LP 8 mode in preset M6 and below + and 1-5% in other modes/presets + +------------------------------------------------------------------- +Tue Dec 12 09:46:46 UTC 2023 - Jan Engelhardt + +- Update to release 1.8.0 + * Improve the tradeoffs for the random access mode across presets: + * Speedup CRF presets M6 to M0 by 17-53% while maintaining + similar quality levels + * Re-adjust CRF presets M7 to M13 for better quality with BD-rate + gains ranging from 1-4% + * Improve the quality and speed of the 1-pass VBR mode + * Add API allowing to update bitrate / CRF and Key_frame + placement during the encoding session for CBR lowdelay mode and + CRF Random Access mode + * ARM Neon SIMD optimizations for most critical kernels allowing + for a 4.5-8x fps speedup vs the c implementation + +------------------------------------------------------------------- +Fri Nov 3 09:31:24 UTC 2023 - Jan Engelhardt + +- Update to release 1.7.0 + * Encoder: + * Improve the tradeoffs for the random access mode across + presets MR-M13 + * Quality improvements across all presets and metrics ranging + from 0.3% to 4.5% in BD-rate + * Added an experimental tune SSIM mode yielding ~3-4% + additional SSIM BD-rate gains + +------------------------------------------------------------------- +Mon Jun 26 08:53:46 UTC 2023 - Andreas Schwab + +- Enable build on riscv64 + +------------------------------------------------------------------- +Mon Jun 19 23:25:45 UTC 2023 - Jan Engelhardt + +- Update to release 1.6.0 + * Improved the tradeoffs for the random access mode across + presets M1-M13: + * Speeding up the higher quality presets by 30-40% + * Improving the BD-rate by 1-4% for the faster presets + * Improved the tradeoffs for the low delay mode for both screen + content and non-screen content encoding modes + * Added a toggle to remove the legacy one-frame buffer at the + input of the pipeline allowing the low delay mode to operate + at sub-frame processing latencies + * Added a new API allowing the user to specify quantization + offsets for a region of interest per frame + +------------------------------------------------------------------- +Thu Mar 30 09:10:48 UTC 2023 - Guillaume GARDET + +- Enable build on aarch64 + +------------------------------------------------------------------- +Mon Jan 2 21:17:48 UTC 2023 - Dirk Müller + +- update to 1.4.1: + * Fix CRF with maxrate bug causing bitrate to be significantly limited for + CRF encodings + * Fix command line parsing forcing 1-pass in a 2-pass encoding mode when + the --keyint=`x`s format is used + * Fix decoder segfault due to assuming aligned buffers in the inverse + transform assembly + +------------------------------------------------------------------- +Mon Dec 5 19:55:53 UTC 2022 - Dirk Müller + +- update to 1.4.0: + * Adopted the 6L / 32-picture mini-GOP configuraion as default and + adjusted MD feature levels accordingly yielding higher compression + efficiency gains + * Update the TPL model to account for the larger mini-gop size + * Re-tune presets M0-M12 using the gained coding efficiency for improved + quality vs cycles tradeoffs + * Allow duplicate commandline parameters to be parsed and take into + consideration the latter to allow AWCY integration + * Build, Cleanup and Documentation + * Make include and lib paths friendly to abs and rel paths + * Update preset and API documentation + * Various functional bug fixes + * Remove manual prediction structure support + +------------------------------------------------------------------- +Thu Oct 20 11:51:11 UTC 2022 - Bjørn Lie + +- 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 + +- Update to release 1.2.0 + * TPL tradeoff optimizations for 4L pred structure + * Quality-vs-cycles tradeoff improvements across all presets + * Add ability to force key_frame positions through ffmpeg for + CRF mode + * Minimize the quality impact of fast-decode while maintaining + the decoder speedup + * AVX2 optimizations for low delay mode + * Improve CRF preset tradeoffs for both the default and + fast-decode modes + * Improve the SSIM-based tradeoffs of the presets without + impacting those of PSNR / VMAF + * Improve CBR mode by enhancing the bit-distribution within the + GOP + * Added support for reference frame scaling + * Added support for quantization matrices + * AVX2 optimizations for low-delay mode + * TPL-based VBR mode improvements + * Improved Chroma RDOQ + * Improve TPL QP Scaling + * Add length info to ivf header + * Fix support for metadata pass-through + * Add ability to specify Chroma and Luma qindex offsets + independently on top of CRF qp assignments + +------------------------------------------------------------------- +Fri Apr 22 21:47:04 UTC 2022 - Jan Engelhardt + +- Update to release 1.0.0 + * Added S-frames support + * Added CBR Rate control mode for low delay + * Added support for chroma position signaling + * Added support for skipping denoising pictures after film + grain synthesis + * Extend fast-decode support to cover presets M0-M10 + +------------------------------------------------------------------- +Wed Feb 16 10:01:52 UTC 2022 - Mia Herkt + +- Disable forced realtime scheduler priority + By default, the encoder library will attempt to set realtime + scheduler priority. Disable this behavior, as it serves no + practical purpose (video encoding does not benefit from reduced + process latency) and will only make the system unresponsive. + (Additionally, it is arguably not a video encoder library’s job + to manage scheduler priorities for the calling process.) + See https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/1714 + +------------------------------------------------------------------- +Wed Jan 26 08:27:06 UTC 2022 - Enrico Belleri + +- Update to 0.9.0 + * New faster presets M9-M12, M12 reaching similar complexity level to that of x264 veryfast + * New multi-pass and single pass VBR implementation minimizing the quality difference vs CRF while reducing the cycle overhead + * Quality vs density tradeoffs improvements across all presets in CRF mode + * Added support for CRF with capped bitrate + * Added support for overlay frames and super resolution + * Fixed film grain synthesis bugs + * Added experimental support for > 4k resolutions + * Added experimental support for the low delay prediction structure + * Significant memory reduction especially for faster presets in a multi-threaded environment + * API configuration structure cleanup removing all invalid or out of date parameters + * Speedup legacy CPUs for faster development by adding SSE code for corresponding C-kernels + * Updated the code license from BSD 2-clause to BSD 3-clause clear + +------------------------------------------------------------------- +Fri May 28 09:52:23 UTC 2021 - Jan Engelhardt + +- Update to release 0.8.7 + * Feature optimizations: creating new mode decision / + encode-decode feature levels allowing better speed / quality + trade-off granularity. + * Preset repositioning after adopting new levels. + * Preset 8 achieving similar speed levels to that of x265 + medium in the VOD (shot-based encoding) use-case while + maintaining quality gains. + * New 1-pass and 2-pass VBR implementation ported from libaom + and adapted to the SVT architecture. +- Drop 1568-backport.patch (no longer applies) +- Remove wrong Obsoletes/Provides + +------------------------------------------------------------------- +Tue Nov 10 11:04:19 UTC 2020 - Andreas Schneider + +- Update to version 0.8.5 + * https://github.com/AOMediaCodec/SVT-AV1/blob/v0.8.5/CHANGELOG.md +- Added 1568-backport.patch +- Added manpages + +------------------------------------------------------------------- +Wed May 1 09:09:48 UTC 2019 - Jan Engelhardt + +- Go back to tar_scm; obs_scm does not work with quilt. +- Bump SO version for change from Apr 25/29 2019. + +------------------------------------------------------------------- +Tue Apr 30 20:56:41 UTC 2019 - Hans-Peter Jansen + +- fix missing parts for decode lib + +------------------------------------------------------------------- +Thu Apr 25 08:47:09 UTC 2019 - Adrian Schröter + +- update to b4ca700d36c9655e37e9f091bfe983a23ec0c1bd + * new decode sub package +- use obs_scm again (it is on purpose for git snapshots) + +------------------------------------------------------------------- +Mon Feb 18 11:59:38 UTC 2019 - Jan Engelhardt + +- Use %cmake macro + +------------------------------------------------------------------- +Sat Feb 16 12:18:45 UTC 2019 - Jan Engelhardt + +- Update descriptions, make it fit for Factory. +- Use the same macro style everywhere. +- Edit fix-build.patch to conform to SLPP. + +------------------------------------------------------------------- +Tue Feb 5 08:58:20 UTC 2019 - Adrian Schröter + +- initial package of current git master (no tags yet) diff --git a/SVT-AV1.spec b/SVT-AV1.spec new file mode 100644 index 0000000..0eee911 --- /dev/null +++ b/SVT-AV1.spec @@ -0,0 +1,100 @@ +# +# spec file for package SVT-AV1 +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: SVT-AV1 +Version: 2.1.2 +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 +BuildRequires: cmake >= 3.5.1 +BuildRequires: fdupes +BuildRequires: gcc-c++ >= 5.4.0 +BuildRequires: help2man +BuildRequires: pkg-config +BuildRequires: yasm >= 1.2.0 +ExclusiveArch: aarch64 riscv64 x86_64 + +%description +The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an +AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development is +a work-in-progress targeting performance levels applicable to both VOD and Live +encoding / transcoding video applications. The SVT-AV1 decoder implementation +is targeting future codec research activities. + +%package -n libSvtAv1Enc2 +Summary: An AV1 decoder/encoder for video streams +Group: System/Libraries + +%description -n libSvtAv1Enc2 +The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an +AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development is +a work-in-progress targeting performance levels applicable to both VOD and Live +encoding / transcoding video applications. The SVT-AV1 decoder implementation +is targeting future codec research activities. + +%package devel +Summary: Development files for %name +Group: Development/Libraries/C and C++ +Requires: libSvtAv1Enc2 = %version + +%description devel +An AV1 encoder for video streams from Intel. + +This package contains the header files for svt-av1. + +%prep +%autosetup -p1 -n %name-v%version + +%build +%cmake +%cmake_build + +%install +%cmake_install + +# Generate manpages +install -d -m0755 %buildroot/%_mandir/man1 + +LD_LIBRARY_PATH="%buildroot%_libdir" \ +help2man -N --help-option=-help --version-string=%version --no-discard-stderr %buildroot%_bindir/SvtAv1EncApp > %buildroot%_mandir/man1/SvtAv1EncApp.1 + +b="%buildroot/%_defaultdocdir/%name" +mkdir -p "$b" +cp -a Docs README.md "$b/" +%fdupes %buildroot/%_prefix + +%ldconfig_scriptlets -n libSvtAv1Enc2 + +%files -n libSvtAv1Enc2 +%license LICENSE.md PATENTS.md +%_libdir/libSvtAv1Enc.so.* + +%files +%_bindir/Svt* +%_mandir/man1/Svt* +%doc %_defaultdocdir/%name/ + +%files devel +%_libdir/libSvtAv1Enc.so +%_libdir/pkgconfig/*.pc +%_includedir/svt-av1/ + +%changelog From 501c1140b5498149c188b913968e5488febd9a1467b48e0f1b8a7527fa440828 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 11 Jul 2024 15:59:59 +0000 Subject: [PATCH 2/3] [info=6a9119cfd5e6b251e16d56dbe52c10c965903f7ad927675217215c4350ef76a1] OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=55 --- SVT-AV1-v2.1.0.tar.gz | 3 +++ SVT-AV1-v2.1.2.tar.gz | 3 --- SVT-AV1.changes | 15 --------------- SVT-AV1.spec | 29 +++++++++++++++++++++++++---- _scmsync.obsinfo | 3 +++ build.specials.obscpio | 3 +++ 6 files changed, 34 insertions(+), 22 deletions(-) create mode 100644 SVT-AV1-v2.1.0.tar.gz delete mode 100644 SVT-AV1-v2.1.2.tar.gz create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio diff --git a/SVT-AV1-v2.1.0.tar.gz b/SVT-AV1-v2.1.0.tar.gz new file mode 100644 index 0000000..92bc68f --- /dev/null +++ b/SVT-AV1-v2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a076807544f3b269518ab11656f77358284da7782cece497781ab64ed4cb8a +size 12714001 diff --git a/SVT-AV1-v2.1.2.tar.gz b/SVT-AV1-v2.1.2.tar.gz deleted file mode 100644 index d3acbec..0000000 --- a/SVT-AV1-v2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65e90af18f31f8c8d2e9febf909a7d61f36172536abb25a7089f152210847cd9 -size 12396120 diff --git a/SVT-AV1.changes b/SVT-AV1.changes index e46c351..3875dfe 100644 --- a/SVT-AV1.changes +++ b/SVT-AV1.changes @@ -1,18 +1,3 @@ -------------------------------------------------------------------- -Thu Jul 11 08:47:36 UTC 2024 - Dirk Müller - -- update to 2.1.2: - * Cleanup, bug fixes: - * Fixed profile-guided-optimization build by removing the - remaining decoder path - -------------------------------------------------------------------- -Tue Jun 25 20:46:15 UTC 2024 - Jan Engelhardt - -- Update to release 2.1.1 - * Removed the SVT-AV1 Decoder portion of the project. - * Improved documentation. - ------------------------------------------------------------------- Mon May 20 10:20:18 UTC 2024 - Jan Engelhardt diff --git a/SVT-AV1.spec b/SVT-AV1.spec index 0eee911..d1921a3 100644 --- a/SVT-AV1.spec +++ b/SVT-AV1.spec @@ -17,7 +17,7 @@ Name: SVT-AV1 -Version: 2.1.2 +Version: 2.1.0 Release: 0 Summary: An AV1 decoder/encoder for video streams License: BSD-3-Clause-Clear @@ -28,7 +28,7 @@ BuildRequires: cmake >= 3.5.1 BuildRequires: fdupes BuildRequires: gcc-c++ >= 5.4.0 BuildRequires: help2man -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: yasm >= 1.2.0 ExclusiveArch: aarch64 riscv64 x86_64 @@ -39,6 +39,17 @@ a work-in-progress targeting performance levels applicable to both VOD and Live encoding / transcoding video applications. The SVT-AV1 decoder implementation is targeting future codec research activities. +%package -n libSvtAv1Dec0 +Summary: An AV1 decoder/encoder for video streams +Group: System/Libraries + +%description -n libSvtAv1Dec0 +The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an +AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development is +a work-in-progress targeting performance levels applicable to both VOD and Live +encoding / transcoding video applications. The SVT-AV1 decoder implementation +is targeting future codec research activities. + %package -n libSvtAv1Enc2 Summary: An AV1 decoder/encoder for video streams Group: System/Libraries @@ -50,12 +61,13 @@ a work-in-progress targeting performance levels applicable to both VOD and Live encoding / transcoding video applications. The SVT-AV1 decoder implementation is targeting future codec research activities. -%package devel +%package devel Summary: Development files for %name Group: Development/Libraries/C and C++ +Requires: libSvtAv1Dec0 = %version Requires: libSvtAv1Enc2 = %version -%description devel +%description devel An AV1 encoder for video streams from Intel. This package contains the header files for svt-av1. @@ -73,6 +85,9 @@ This package contains the header files for svt-av1. # Generate manpages install -d -m0755 %buildroot/%_mandir/man1 +LD_LIBRARY_PATH="%buildroot%_libdir" \ +help2man -N --help-option=-help --version-string=%version %buildroot%_bindir/SvtAv1DecApp > %buildroot%_mandir/man1/SvtAv1DecApp.1 + LD_LIBRARY_PATH="%buildroot%_libdir" \ help2man -N --help-option=-help --version-string=%version --no-discard-stderr %buildroot%_bindir/SvtAv1EncApp > %buildroot%_mandir/man1/SvtAv1EncApp.1 @@ -81,8 +96,13 @@ mkdir -p "$b" cp -a Docs README.md "$b/" %fdupes %buildroot/%_prefix +%ldconfig_scriptlets -n libSvtAv1Dec0 %ldconfig_scriptlets -n libSvtAv1Enc2 +%files -n libSvtAv1Dec0 +%license LICENSE.md PATENTS.md +%_libdir/libSvtAv1Dec.so.* + %files -n libSvtAv1Enc2 %license LICENSE.md PATENTS.md %_libdir/libSvtAv1Enc.so.* @@ -93,6 +113,7 @@ cp -a Docs README.md "$b/" %doc %_defaultdocdir/%name/ %files devel +%_libdir/libSvtAv1Dec.so %_libdir/libSvtAv1Enc.so %_libdir/pkgconfig/*.pc %_includedir/svt-av1/ diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..119a5e9 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,3 @@ +mtime: 1716910057 +commit: 6a9119cfd5e6b251e16d56dbe52c10c965903f7ad927675217215c4350ef76a1 +url: https://src.opensuse.org/jengelh/SVT-AV1 diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..e680e9b --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba444eead0e424a996b2008191b6ac0e03fb7fcf30c8dcd310b33f551980aec1 +size 256 From a9496f26daafcdabe758595d653017c847703eb6974a503b5a9db5b794a1acf0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 11 Jul 2024 16:04:10 +0000 Subject: [PATCH 3/3] [info=9a076443a1834f5745ad8b4f1cb74a3e2e32ddfaf0911031083836fb2d31c382] OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=56 --- SVT-AV1-v2.1.0.tar.gz | 3 --- SVT-AV1-v2.1.2.tar.gz | 3 +++ SVT-AV1.changes | 15 +++++++++++++++ SVT-AV1.spec | 29 ++++------------------------- _scmsync.obsinfo | 5 +++-- build.specials.obscpio | 2 +- 6 files changed, 26 insertions(+), 31 deletions(-) delete mode 100644 SVT-AV1-v2.1.0.tar.gz create mode 100644 SVT-AV1-v2.1.2.tar.gz diff --git a/SVT-AV1-v2.1.0.tar.gz b/SVT-AV1-v2.1.0.tar.gz deleted file mode 100644 index 92bc68f..0000000 --- a/SVT-AV1-v2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72a076807544f3b269518ab11656f77358284da7782cece497781ab64ed4cb8a -size 12714001 diff --git a/SVT-AV1-v2.1.2.tar.gz b/SVT-AV1-v2.1.2.tar.gz new file mode 100644 index 0000000..d3acbec --- /dev/null +++ b/SVT-AV1-v2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e90af18f31f8c8d2e9febf909a7d61f36172536abb25a7089f152210847cd9 +size 12396120 diff --git a/SVT-AV1.changes b/SVT-AV1.changes index 3875dfe..e46c351 100644 --- a/SVT-AV1.changes +++ b/SVT-AV1.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jul 11 08:47:36 UTC 2024 - Dirk Müller + +- update to 2.1.2: + * Cleanup, bug fixes: + * Fixed profile-guided-optimization build by removing the + remaining decoder path + +------------------------------------------------------------------- +Tue Jun 25 20:46:15 UTC 2024 - Jan Engelhardt + +- Update to release 2.1.1 + * Removed the SVT-AV1 Decoder portion of the project. + * Improved documentation. + ------------------------------------------------------------------- Mon May 20 10:20:18 UTC 2024 - Jan Engelhardt diff --git a/SVT-AV1.spec b/SVT-AV1.spec index d1921a3..0eee911 100644 --- a/SVT-AV1.spec +++ b/SVT-AV1.spec @@ -17,7 +17,7 @@ Name: SVT-AV1 -Version: 2.1.0 +Version: 2.1.2 Release: 0 Summary: An AV1 decoder/encoder for video streams License: BSD-3-Clause-Clear @@ -28,7 +28,7 @@ BuildRequires: cmake >= 3.5.1 BuildRequires: fdupes BuildRequires: gcc-c++ >= 5.4.0 BuildRequires: help2man -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: yasm >= 1.2.0 ExclusiveArch: aarch64 riscv64 x86_64 @@ -39,17 +39,6 @@ a work-in-progress targeting performance levels applicable to both VOD and Live encoding / transcoding video applications. The SVT-AV1 decoder implementation is targeting future codec research activities. -%package -n libSvtAv1Dec0 -Summary: An AV1 decoder/encoder for video streams -Group: System/Libraries - -%description -n libSvtAv1Dec0 -The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an -AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development is -a work-in-progress targeting performance levels applicable to both VOD and Live -encoding / transcoding video applications. The SVT-AV1 decoder implementation -is targeting future codec research activities. - %package -n libSvtAv1Enc2 Summary: An AV1 decoder/encoder for video streams Group: System/Libraries @@ -61,13 +50,12 @@ a work-in-progress targeting performance levels applicable to both VOD and Live encoding / transcoding video applications. The SVT-AV1 decoder implementation is targeting future codec research activities. -%package devel +%package devel Summary: Development files for %name Group: Development/Libraries/C and C++ -Requires: libSvtAv1Dec0 = %version Requires: libSvtAv1Enc2 = %version -%description devel +%description devel An AV1 encoder for video streams from Intel. This package contains the header files for svt-av1. @@ -85,9 +73,6 @@ This package contains the header files for svt-av1. # Generate manpages install -d -m0755 %buildroot/%_mandir/man1 -LD_LIBRARY_PATH="%buildroot%_libdir" \ -help2man -N --help-option=-help --version-string=%version %buildroot%_bindir/SvtAv1DecApp > %buildroot%_mandir/man1/SvtAv1DecApp.1 - LD_LIBRARY_PATH="%buildroot%_libdir" \ help2man -N --help-option=-help --version-string=%version --no-discard-stderr %buildroot%_bindir/SvtAv1EncApp > %buildroot%_mandir/man1/SvtAv1EncApp.1 @@ -96,13 +81,8 @@ mkdir -p "$b" cp -a Docs README.md "$b/" %fdupes %buildroot/%_prefix -%ldconfig_scriptlets -n libSvtAv1Dec0 %ldconfig_scriptlets -n libSvtAv1Enc2 -%files -n libSvtAv1Dec0 -%license LICENSE.md PATENTS.md -%_libdir/libSvtAv1Dec.so.* - %files -n libSvtAv1Enc2 %license LICENSE.md PATENTS.md %_libdir/libSvtAv1Enc.so.* @@ -113,7 +93,6 @@ cp -a Docs README.md "$b/" %doc %_defaultdocdir/%name/ %files devel -%_libdir/libSvtAv1Dec.so %_libdir/libSvtAv1Enc.so %_libdir/pkgconfig/*.pc %_includedir/svt-av1/ diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 119a5e9..cd1d2f0 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,3 +1,4 @@ -mtime: 1716910057 -commit: 6a9119cfd5e6b251e16d56dbe52c10c965903f7ad927675217215c4350ef76a1 +mtime: 1720712580 +commit: 9a076443a1834f5745ad8b4f1cb74a3e2e32ddfaf0911031083836fb2d31c382 url: https://src.opensuse.org/jengelh/SVT-AV1 +revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index e680e9b..2d896fe 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba444eead0e424a996b2008191b6ac0e03fb7fcf30c8dcd310b33f551980aec1 +oid sha256:f6d36e0188c01150b12fb44f0ebee07295b145e3b1c0930e3996eb6c5f070c87 size 256