SHA256
1
0
forked from pool/SVT-AV1
Commit Graph

28 Commits

Author SHA256 Message Date
Dominique Leuenberger
dad1fb6b09 Accepting request 1040439 from multimedia:libs
- 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 (forwarded request 1040418 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/1040439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SVT-AV1?expand=0&rev=7
2022-12-07 16:34:11 +00:00
f7fcc42b0b Accepting request 1040418 from home:dirkmueller:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/1040418
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=33
2022-12-05 21:08:18 +00:00
Dominique Leuenberger
979a10cf31 Accepting request 1030245 from 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 (forwarded request 1030153 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1030245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SVT-AV1?expand=0&rev=6
2022-10-22 12:12:01 +00:00
e71f9dfd7c 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
2022-10-20 20:27:33 +00:00
Dominique Leuenberger
20aeaa1bf1 Accepting request 992620 from multimedia:libs
- Update to release 1.2.0

OBS-URL: https://build.opensuse.org/request/show/992620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SVT-AV1?expand=0&rev=5
2022-08-05 17:50:10 +00:00
f9534b84ab - Update to release 1.2.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=29
2022-08-03 15:26:57 +00:00
Dominique Leuenberger
b3806419d6 Accepting request 972255 from multimedia:libs
- Update to release 1.0.0

OBS-URL: https://build.opensuse.org/request/show/972255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SVT-AV1?expand=0&rev=4
2022-04-23 17:45:10 +00:00
d3afa442b3 - Update to release 1.0.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=27
2022-04-22 21:52:28 +00:00
Dominique Leuenberger
44f333c079 Accepting request 955341 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/955341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SVT-AV1?expand=0&rev=3
2022-02-17 22:39:53 +00:00
b5b6872af7 Accepting request 955213 from home:mia:branches:multimedia:libs
- 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

OBS-URL: https://build.opensuse.org/request/show/955213
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=26
2022-02-16 11:46:58 +00:00
Dominique Leuenberger
d2d857abc9 Accepting request 949293 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/949293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SVT-AV1?expand=0&rev=2
2022-01-27 22:16:33 +00:00
30e457f062 Accepting request 949268 from home:iDesmI
- 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

OBS-URL: https://build.opensuse.org/request/show/949268
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=25
2022-01-26 15:16:31 +00:00
Dominique Leuenberger
292aa65bbb Accepting request 895968 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/895968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SVT-AV1?expand=0&rev=1
2021-06-01 08:38:08 +00:00
bb338b03cb Rework fdupes, drop pointless rpmlintrc
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=23
2021-05-28 11:24:16 +00:00
e63c504924 Accepting request 895949 from home:jengelh:branches:multimedia:libs
- Update to release 0.8.7

OBS-URL: https://build.opensuse.org/request/show/895949
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=22
2021-05-28 10:10:49 +00:00
9dd3c49a00 Accepting request 847494 from home:gladiac:branches:multimedia:libs
- Update to version 0.8.5
  * https://github.com/AOMediaCodec/SVT-AV1/blob/v0.8.5/CHANGELOG.md
- Added 1568-backport.patch
- Added manpages

OBS-URL: https://build.opensuse.org/request/show/847494
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=21
2020-11-11 13:29:30 +00:00
Ismail Dönmez
e7fafd748d -
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=20
2019-07-08 06:37:46 +00:00
aef769443a - Use %cmake macro
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=12
2019-02-18 11:59:55 +00:00
Tomáš Chvátal
d220776634 Accepting request 676973 from home:jengelh:branches:multimedia:libs
- Update descriptions, make it fit for Factory.
- Use the same macro style everywhere.
- Edit fix-build.patch to conform to SLPP.

with rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/676973
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=11
2019-02-18 09:50:29 +00:00
fa5f3f49db fix license
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=10
2019-02-05 10:59:45 +00:00
1c302c2215 set a soversion
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=9
2019-02-05 10:47:07 +00:00
10e6430f8c ups
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=8
2019-02-05 09:43:19 +00:00
d17e24066e freeze for factory
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=7
2019-02-05 09:38:37 +00:00
b2737dc4ac fix
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=6
2019-02-05 09:37:30 +00:00
3c06944682 fix
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=5
2019-02-05 09:37:16 +00:00
9d90434ea0 ups
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=4
2019-02-05 09:08:29 +00:00
0c29d0eebe disable non x86_64 for now
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=3
2019-02-05 09:06:42 +00:00
6b56007a63 no verify
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=2
2019-02-05 09:00:05 +00:00