2022-04-22 23:52:28 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 22 21:47:04 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2022-02-16 12:46:58 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 16 10:01:52 UTC 2022 - Mia Herkt <mia@0x0.st>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2022-01-26 16:16:31 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 26 08:27:06 UTC 2022 - Enrico Belleri <idesmi@protonmail.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2021-05-28 12:10:49 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 28 09:52:23 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2020-11-11 14:29:30 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 10 11:04:19 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.8.5
|
|
|
|
|
* https://github.com/AOMediaCodec/SVT-AV1/blob/v0.8.5/CHANGELOG.md
|
|
|
|
|
- Added 1568-backport.patch
|
|
|
|
|
- Added manpages
|
|
|
|
|
|
2019-07-08 08:37:46 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 1 09:09:48 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- 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 <hpj@urpla.net>
|
|
|
|
|
|
|
|
|
|
- fix missing parts for decode lib
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 25 08:47:09 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
|
|
|
|
|
|
|
|
|
- update to b4ca700d36c9655e37e9f091bfe983a23ec0c1bd
|
|
|
|
|
* new decode sub package
|
|
|
|
|
- use obs_scm again (it is on purpose for git snapshots)
|
|
|
|
|
|
2019-02-18 12:59:55 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Feb 18 11:59:38 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Use %cmake macro
|
|
|
|
|
|
2019-02-18 10:50:29 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 16 12:18:45 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update descriptions, make it fit for Factory.
|
|
|
|
|
- Use the same macro style everywhere.
|
|
|
|
|
- Edit fix-build.patch to conform to SLPP.
|
|
|
|
|
|
2019-02-05 10:00:05 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 5 08:58:20 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
|
|
|
|
|
|
|
|
|
- initial package of current git master (no tags yet)
|