File: NEWS

package info (click to toggle)
libsamplerate 0.2.1%2Bds0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,448 kB
  • sloc: ansic: 371,374; sh: 121; makefile: 108
file content (67 lines) | stat: -rw-r--r-- 2,434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Version 0.2.1 (2021-01-23)
  * Fix incorrect passing of -version-info to libtool, causing a
    regression on versioned file name of the shared library (#140).
  * Fix time resolution on GNU/Hurd for throughput_test
  * Update AUTHORS and release manager details

Version 0.2.0 (2021-01-21)
  * API:
    * Add `src_clone()` function to clone a SRC_STATE* handle
  * Cleanup Autotools build system.
  * Require C99 compiler
  * Move `sndfile-resample` to sndfile-tools package
  * Add missing `src_get_channels`() export to windows def file
  * Fix macOS compile errors and modernize audio api on that platform
  * Add Octave scripts to generate filter coefficients
  * Fix two potential undefined behaviours
  * Fix a buffer out-of-bounds read error in src/src_sinc.c
  * Improve multichan_throughput_test
  * Replace buggy implementationg of Duffs device by regular loop
  * CMake:
    * Fix CMake generated shared library ABI compliance with Autotools build 
  * Documentation:
    * Move site to new URL: http://libsndfile.github.io/libsamplerate/
    * Convert documentation pages from HTML to Markdown
    * Use GitHub's Jekyll static site generator to generate static HTML pages
      for site

Version 0.1.9 (2016-09-23)
  * Relicense under 2 clause BSD license.
  * Minor bug fixes and upates.

Version 0.1.8 (2011-08-15)
  * Minor bug fixes and upates.

Version 0.1.7 (2009-02-14)
  * Fix a segfault which occurs when memcpy is passed a bad length parameter.
  * Fix compilation under MSVC.

Version 0.1.6 (2009-01-27)
  * Minor bug fix in test suite (account for rounding error on x86_64).

Version 0.1.5 (2009-01-11)
  * Optimisation resulting dramatic throughput improvements.

Version 0.1.4 (2008-07-02)
  * Fix bug which causes a segfault with extremely low conversion ratios.

Version 0.1.3 (2008-03-23)
  * Huge improvement to the quality of conversion with the
    SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY converters.
  * Minor bug fixes.

Version 0.1.2 (2004-09-12)
  * Fixed where callback based API wasn't being reset properly.
  * Minor bug fixes.

Version 0.1.1 (2004-07-17)
  * Fixed bug in callback based API.
  * Fixed a bug brought to light by aggressive optimisations of gcc-3.4.
  * Minor bug fixes.

Version 0.1.0 (2004-03-14)
  * Added callback based API.
  * Added a pair of functions for doing short to float and float to short
    conversions on an arrays of data.
  * Many minor bug fixes.