All Versions
13
Latest Version
Avg Release Cycle
195 days
Latest Release
1264 days ago

Changelog History
Page 1

  • v1.0.8 Changes

    November 02, 2020
    • read HDR parameters from VUI header
    • ๐Ÿ›  fix reading matrix_coeffs from VUI header
    • ๐Ÿ— build fixes for vcpkg
  • v1.0.7 Changes

    September 24, 2020
    • โž• add API to read VUI color information from bitstream
  • v1.0.6 Changes

    August 27, 2020
    • ๐Ÿ›  fix race in static mutex initialization
    • ๐Ÿ›  fix missing headers to install in CMakeLists.txt
  • v1.0.5 Changes

    January 16, 2020
    • ๐Ÿ›  fixes in the CMake build system (NOMINMAX)
    • ๐Ÿ‘Œ support stdin/stdout as input/output in dec265
    • more input stream error checking (vps_num_hrd_parameters)
  • v1.0.4 Changes

    December 19, 2019
    • ๐Ÿ›  fix decoding of monochrome streams (needed for depth images in heif images)
    • ๐Ÿ‘Œ improved cmake build script
  • v1.0.3 Changes

    April 19, 2018
    • ๐Ÿ›  fixes for compiler build problems
    • ๐Ÿ”’ security fixes, mainly checking for corrupted input streams
  • v1.0.2 Changes

    July 14, 2015
    • ๐Ÿ›  fixed missing file in distribution tar-ball
    • enable C++11 for CLang compiler
  • v1.0.1 Changes

    July 08, 2015
    • ๐Ÿ›  fixed Windows compilation issues
    • ๐Ÿ›  fixed compilation on GCC < 4.6
    • ๐Ÿ›  fixes in image memory allocation
  • v1.0.0 Changes

    June 24, 2015
    • ๐Ÿ‘ Main 10 support
    • ๐Ÿ‘ HEVC version 2 RExt support (excluding 16 bit and high throughput profiles)
    • VUI decoding
  • v0.10 Changes

    June 24, 2015

    ๐Ÿ›  fixed an illegal memory access