Skip to content

Releases: fraunhoferhhi/vvenc

vvenc-v1.13.1-rc1

14 Mar 12:20
9169430
Compare
Choose a tag to compare
vvenc-v1.13.1-rc1 Pre-release
Pre-release
  • fix unaligned load/stores on ARM
  • fix errors during library loading on old x86 CPUs associated with invalid instructions
  • necessitate SSE 4.1 support for x86(_64) architectures
  • fix rate control bug when using slice type adaptation (missing stats reduce accuracy)
  • fix horizontal add in 32-bit Arm SIMD
  • fix row/cols access in FGA

vvenc-v1.13.0

13 Dec 10:33
0c2c21e
Compare
Choose a tag to compare

Over 1.12.1

  • added various ARM optimization (thanks @georges-arm)
  • added a DASH optimized decoder refresh mode (idr_no_radl)
  • added a GOP adaptive QP cascade (only for non-QPA case, which already does it on GOP/frame/block level)
  • improved rate control and QPA harmonization, especially for preset fast
  • added experimental film grain analysis
  • memory reductions for presets faster/fast/medium
  • preset tuning
    • 5% speedup for medium and 2% for slow/slower
  • other improvements, cleanups and fixes

Over 1.13.0-rc1

  • removed gcc_s from link dependencies

vvenc-v1.13.0-rc1

06 Dec 15:46
7fcb538
Compare
Choose a tag to compare
vvenc-v1.13.0-rc1 Pre-release
Pre-release
  • added various ARM optimization (thanks @georges-arm)
  • added a DASH optimized decoder refresh mode (idr_no_radl)
  • added a GOP adaptive QP cascade (only for non-QPA case, which already does it on GOP/frame/block level)
  • improved rate control and QPA haromization, especially for preset fast
  • added experimental film grain analysis
  • memory reductions for presets faster/fast/medium
  • preset tuning
    • 5% speedup for medium and 2% for slow/slower
  • other improvements, cleanups and fixes

vvenc-v1.12.1

28 Oct 13:28
Compare
Choose a tag to compare
  • Set VUI flags conforming with DVB specs
  • Allow controlling of some more VUI flags from command line

vvenc-v1.12.1-rc1

21 Oct 12:53
Compare
Choose a tag to compare
vvenc-v1.12.1-rc1 Pre-release
Pre-release
  • Set VUI flags conforming with DVB specs
  • Allow controlling of some more VUI flags from command line

vvenc-v1.12.0

27 Jun 10:41
e9fa712
Compare
Choose a tag to compare
  • Added capped constant quality mode (CQF), enabled when setting fixed QP with QPA and a maximal rate constraint
  • Added support for monochrome video in the simple app
  • Added automatic setting of multi-threading options to improve scaling
    • will change results depending on the number of threads (on per default in the simple app, off in FF-app)
    • can be disabled using the mtprofile option
  • Minor speedups to the faster preset (~5%)

vvenc-v1.12.0-rc2

20 Jun 11:47
ca7e28c
Compare
Choose a tag to compare
vvenc-v1.12.0-rc2 Pre-release
Pre-release

Over v1.12.0-rc1

  • Fixed undeterministic behavior in CQF

Over v1.11.1

  • Added capped constant quality mode (CQF), enabled when setting fixed QP with QPA and a maximal rate constraint
  • Added support for monochrome video in the simple app
  • Added automatic setting of multi-threading options to improve scaling
    • will change results depending on the number of threads (on per default in the simple app, off in FF-app)
    • can be disabled using the mtprofile option
  • Minor speedups to the faster preset (~5%)

vvenc-v1.12.0-rc1

06 Jun 11:44
8594a0f
Compare
Choose a tag to compare
vvenc-v1.12.0-rc1 Pre-release
Pre-release
  • Added capped constant quality mode (CQF), enabled when setting fixed QP with QPA and a maximal rate constraint
  • Added support for monochrome video in the simple app
  • Added automatic setting of multi-threading options to improve scaling
    • will change results depending on the number of threads (on per default in the simple app, off in FF-app)
    • can be disabled using the mtprofile option
  • Minor speedups to the faster preset (~5%)

vvenc-v1.11.1

04 Mar 13:52
df00c5d
Compare
Choose a tag to compare

bugfix release:

  • fix performance regression on ARM by reverting SIMDe to use SSE41 rather than AVX2 code

vvenc-1.11.1-rc1

01 Mar 16:48
b9a1ec1
Compare
Choose a tag to compare
vvenc-1.11.1-rc1 Pre-release
Pre-release

bugfix release:

  • fix performance regression on ARM by reverting SIMDe to use SSE41 rather than AVX2 code