Skip to content

Releases: fraunhoferhhi/vvdec

vvdec-2.3.0

29 Apr 12:49
edd47ab
Compare
Choose a tag to compare
  • improved error handling, including early corruption detection
  • renamed parseThreads to parseDelay in the vvdec/vvdec,h interface (backwards compatible)
  • fixed boundary handling when BTT is disabled
  • minor internal improvements

v2.2.0

25 Jan 18:51
c17fcfb
Compare
Choose a tag to compare
  • set correct POC for long term reference pictures
  • fix bugs in simd-everywhere so we can enable AVX2 to NEON translation
  • fix deadlock in thread pool and remove limitation to 64 threads
  • improve power efficiency during playback by sleeping all threads
  • increase default parse delay to 1.5 * num_threads to improve CPU utilization
  • some smaller bugfixes and code cleanup

vvdec-2.1.3

09 Nov 16:12
643104e
Compare
Choose a tag to compare
  • Reduced padding required for RPR after the fix in 2.1.2
  • Fixed armv7 build
  • Simplified threading

vvdec-2.1.2

20 Sep 08:43
4a9b496
Compare
Choose a tag to compare

Bugfix release:

  • fixed an out-of-bound read in RPR
  • improved exception handling in all external interface functions
  • minor fixes

vvdec-2.1.1

10 Aug 15:12
b306b5a
Compare
Choose a tag to compare
  • bugfixes (skipped RASLs, releasing internal Pictures)
  • clean RPR & simdFilter
  • improve makefile

vvdec-2.1.0

10 Jul 11:28
5b31cd4
Compare
Choose a tag to compare
  • initial native ARM SIMD implementation
  • reworked RPL management
  • finished CU=PU refactoring
  • fixed affine motion clipping with sub-pictures

vvdec-2.1.0-rc1

03 Jul 09:32
2f97c2a
Compare
Choose a tag to compare
vvdec-2.1.0-rc1 Pre-release
Pre-release
  • initial native ARM SIMD implementation
  • reworked RPL management
  • finished CU=PU refactoring

vvdec-2.0.0

02 May 12:43
fb30920
Compare
Choose a tag to compare
  • not ABI-compatible with v1.x.x, deps need recompilation
  • initial error resilience
  • removed vvdecapp from default installation
    • use the library through external apps, e.g. FFmpeg
  • improved error and log messages
  • minor efficiency improvements

vvdec-1.7.0-rc1

17 Apr 08:02
d11ea34
Compare
Choose a tag to compare
vvdec-1.7.0-rc1 Pre-release
Pre-release
  • improved error resilience
    • extended API
    • this breaks ABI compatibility, recompile deps on update!
  • removed vvdecapp from default installation
    • use the library through external apps, e.g. FFmpeg
  • improved error and log messages
  • minor efficiency improvements

vvdec-1.6.1

23 Jan 16:17
a66e830
Compare
Choose a tag to compare
  • Fix build on Mac and some non-x86 architectures
  • Minor fixes speedups
  • Expose tracing as parameters