Skip to content

Releases: fraunhoferhhi/vvdec

vvdec-1.0.1

24 Mar 12:10
4fcb9a3

Choose a tag to compare

Minor bugfix release

  • added the possibility to pause the threadpool
  • extending CMake module path even if embedding
  • fixed RPL parsing problem
  • fixed buffer sizes for SEI reading
  • added sanity checks for syntax element ranges
  • fix for dtrace usage with vvdec namespace
  • sanity checks for empty NAL units

vvdec-1.0.0

12 Mar 16:03
ef816e4

Choose a tag to compare

  • all VTM-12.0 Main10-profile conformance bitstreams supported (as of 12.3.2021)
  • changed the external interface (libvvdec) to pure C
  • general maintenance and bugfixes
  • added an option to upscale the YUV output to the signaled maximal possible resolution (--upscale/-uo 2)
  • added support for sub-pictures including nested SEIs
  • improved GDR support
  • cleanups to picture list management
  • proper encapsulation of SIMD for other architectures
  • improved exception handling
  • fixed multiple and concurrent initialization problem
  • added vvdec namespace to all internal classes
  • added support for github actions

vvdec-0.2.1.0

26 Jan 15:08
d097772

Choose a tag to compare

vvdec-0.2.1.0 Pre-release
Pre-release
  • fixes for conformance tests (cropping window, ALF, long term reference pictures, virtual boundary, WPP)
  • added pkgconfig info
  • fixes for non-420 chroma formats, most notably 422
  • fixes for picture output problem (issues #17)
  • restructured reference picture list parsing
  • cleanup of CMake files
  • moved conformance tests definitions out of the main CMakeLists.txt
  • fixes for memory leaks, address sanitizer problems
  • removal of obsolete code
  • various fixes

vvdec-0.2.0.1

09 Dec 09:20
efa0db6

Choose a tag to compare

vvdec-0.2.0.1 Pre-release
Pre-release
  • fixes for compilation GCC-10

vvdec-0.2.0.0

08 Dec 17:33
ca7b03a

Choose a tag to compare

vvdec-0.2.0.0 Pre-release
Pre-release
  • changed license (to modified BSD)
  • extended the set of supported and tested test-cases (from JVET conformance set)
  • fixes syntax for multiple slices
  • fixes syntax for DPH-SEI
  • memory reductions

vvdec-0.1.2.0

06 Oct 15:38
e19a63d

Choose a tag to compare

vvdec-0.1.2.0 Pre-release
Pre-release
  • fixed outstanding issues
  • fixed handling of multiple slices
  • fixed handling of multiple tiles
  • added additional test-cases (failing test-cases are commented-out)
  • fixed conformance testcases handling
  • cleanup of CABACReader
  • cleanup of VLCReader
  • started localizing CTU data (CtuData structure)
  • changed the semantics of --threads and --parsedelay (previously parsethreads) parameters

vvdec-0.1.0.0

06 Oct 14:08

Choose a tag to compare

vvdec-0.1.0.0 Pre-release
Pre-release

Initial release of the work-in-progress on an optimized VVC decoder