Skip to content

Releases: strukturag/libde265

maintenance release

16 Jan 14:10
Compare
Choose a tag to compare
  • fixes in the CMake build system (NOMINMAX)
  • support stdin/stdout as input/output in dec265
  • more input stream error checking (vps_num_hrd_parameters)

maintenance release

19 Dec 10:53
Compare
Choose a tag to compare
  • fix decoding of monochrome streams (needed for depth images in heif images)
  • improved cmake build script

maintenance release

19 Apr 08:13
Compare
Choose a tag to compare
  • fixes for compiler build problems
  • security fixes, mainly checking for corrupted input streams

maintenance release

14 Jul 12:00
Compare
Choose a tag to compare
  • fixed missing file in distribution tar-ball
  • enable C++11 for CLang compiler

maintenance release

08 Jul 15:19
Compare
Choose a tag to compare
  • fixed Windows compilation issues
  • fixed compilation on GCC < 4.6
  • fixes in image memory allocation

Main10 / RExt

24 Jun 14:22
Compare
Choose a tag to compare
  • Main 10 support
  • HEVC version 2 RExt support (excluding 16 bit and high throughput profiles)
  • VUI decoding

bug-fix release

24 Jun 13:07
Compare
Choose a tag to compare

fixed an illegal memory access

maintenance release

16 Sep 13:51
Compare
Choose a tag to compare
  • qt5 support
  • fixes for gstreamer integration
  • fixed crashes on broken input streams

maintenance release

30 Jul 15:59
Compare
Choose a tag to compare
  • minor optimizations
  • fixed crash when SEI image hash was decoded without active SPS
  • clarified license of sample applications in copyright headers

faster and fully conformant

03 Jun 17:58
Compare
Choose a tag to compare
  • all conformance streams decode correctly
  • faster, parallel SAO
  • image memory can be allocated externally
  • frame-dropping API
  • selection which temporal sub-stream to decode
  • fake speedup options to turn off deblocking and SAO
  • new parallelization architecture
  • sherlock265 can show slice boundaries and tiles
  • core rewritten in C++ for better maintainability (API still C only)