Skip to content

Releases: strukturag/libde265

v1.0.15 - maintenance

20 Dec 10:50
Compare
Choose a tag to compare

A couple of bug fixes, including the following CVEs:

v1.0.14 - build fix

21 Nov 09:31
Compare
Choose a tag to compare

This fixes build-time SSE detection when using the CMake build system.
No other changes than that. You don't need to update if you are using the autotools build system.

v1.0.13 - maintenance release

20 Nov 18:02
Compare
Choose a tag to compare

This release fixes among other smaller issues the following crashes:

  • #413 SEGV:occured in function main at dec265.cc
  • #414 Memory allocation failed in function main at dec265.cc
  • #418 Buffer over-read causes segmentation fault in pic_parameter_set::dump
  • #419 Potential segmentation fault due to incorrect realloc in CABAC_encoder_bitstream::check_size_and_resize (unused function)
  • #426 SEGV in libde265 in slice_segment_header::dump_slice_segment_header
  • #427 Libde265 v1.0.12 was discovered that requested allocation size exceeds maximum supported size of 0x10000000000
  • #429 heap-buffer-overflow in derive_spatial_luma_vector_prediction(...)

v1.0.12 - security fixes

13 Jun 14:10
Compare
Choose a tag to compare

v1.0.11 - maintenance release

01 Feb 09:49
Compare
Choose a tag to compare
  • fixed generation of pkgconfig file with autotools
  • fixed crashes recently detected by fuzzing

v1.0.10 - security fixes

v1.0.9 - security fixes

18 Oct 09:45
Compare
Choose a tag to compare
increase version to v1.0.9

v1.0.8 - HRD parameters, VUI fixes

02 Nov 13:57
Compare
Choose a tag to compare
  • read HDR parameters from VUI header
  • fix reading matrix_coeffs from VUI header
  • build fixes for vcpkg

v1.0.7 - API for reading VUI color information

24 Sep 13:18
Compare
Choose a tag to compare
  • add API to read VUI color information from bitstream

maintenance release

27 Aug 11:01
Compare
Choose a tag to compare
  • fix race in static mutex initialization
  • fix missing headers to install in CMakeLists.txt