Skip to content

Releases: lsp-plugins/lsp-dsp-lib

Release 1.0.2

20 Jun 17:08

Choose a tag to compare

  • Updated build scripts.

Release 1.0.1

21 Mar 16:02

Choose a tag to compare

  • Updated build scripts.

Release 1.0.0

23 Feb 22:18

Choose a tag to compare

  • Updated build scripts.
  • Added Eclipse project files.

Release 0.5.14

16 Aug 20:14

Choose a tag to compare

  • Updated build system.

Release 0.5.13

20 Mar 18:28

Choose a tag to compare

  • Added x86/x86_64 4-lobe oversampling functions.
  • Added ARMv7 NEON-optimized 4-lobe oversampling functions.
  • Added AArch64 ASIMD-optimized 4-lobe oversampling functions.
  • Fixed target compiler architecture detection.

Release 0.5.12

22 Feb 02:02

Choose a tag to compare

  • Submitted x86/x86_64 SSE2-optimized linear interpolation functions.
  • Submitted x86/x86_64 AVX2-optimized linear interpolation functions.
  • Submitted ARMv7 NEON-optimized linear interpolation functions.
  • Submitted AArch64 ASIMD-optimized linear interpolation functions.
  • Updated build system.

Release 0.5.11

22 Nov 19:30

Choose a tag to compare

  • Improved build: fixed many GCC warnings.
  • DSP library can now be compiled with Clang C++ compiler.

Release 0.5.10

13 Nov 13:12

Choose a tag to compare

  • Updated build scripts.
  • Reviewed generic abgr32_to_bgrff function implementation for Big endian platforms.
  • Submitted x86/x86_64 SSE2-optimized function abgr32_to_bgrff.
  • Submitted x86/x86_64 AVX2-optimized function abgr32_to_bgrff.
  • Submitted ARMv7 NEON-optimized function abgr32_to_bgrff.
  • Submitted AArch64 ASIMD-optimized function abgr32_to_bgrff.
  • Fixed lacking export for SSE2-optimized functions support: fmmod3, fmrmod3, fmmod4, fmrmod4.
  • Added support of AMD Zen 2 architecture for CPU tuning.
  • More careful AVX2 support detection for AMD processors.
  • Fixed improper RGBA to HSLA conversion in rgba_to_hsla routine.

Release 0.5.9

18 Sep 19:35

Choose a tag to compare

  • Updated build scripts that now use tags without prefixes first.

Release 0.5.8

31 Aug 11:50

Choose a tag to compare

  • Fixed excessive header installation with proper one.
  • Fixed installation and deinstallation of shared object and library files.
  • Added make distsrc target to build tarball with all required source code.