Skip to content

Releases: strukturag/libde265

scaling lists / adaptive quantization fixes / long-term MC

26 Mar 19:11
Compare
Choose a tag to compare

Implements most of the remaining coding tools:

  • scaling lists
  • long-term MC
  • fixes for adaptive quantization
  • many fixes, most conformance streams decode correctly now

Known issues:

  • WPP with multiple slices
  • conformance streams LTRPSPS_A / RPS_C fail

tiles / weighted prediction

19 Feb 17:35
Compare
Choose a tag to compare

New features:

  • parallel tiles decoding
  • weighted prediction support
  • new API to pass PTS values through decoder
  • several decoding error fixes

multi-threading / SSE

04 Feb 18:34
Compare
Choose a tag to compare
  • WPP based multithreading
  • SSE optimizations (MC and DCT)
  • reduce memory usage
  • dec265 output via SDL YUV overlay
  • code cleanup and decoder conformance fixes

B slices

29 Oct 16:37
Compare
Choose a tag to compare

All common types of HEVC files should decode now.

P-slice decoding

16 Oct 17:19
Compare
Choose a tag to compare

Implemented decoding of P-slices.