Skip to content

vvdec-1.0.0

Compare
Choose a tag to compare
@adamjw24 adamjw24 released this 12 Mar 16:03
· 240 commits to master since this release
ef816e4
  • 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