Mercurial > hg > sv-dependency-builds
comparison src/libsndfile-1.0.27/NEWS @ 125:cd6cdf86811e
Current libsndfile source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 18 Oct 2016 13:22:47 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
124:e3d5853d5918 | 125:cd6cdf86811e |
---|---|
1 Version 1.0.27 (2016-06-19) | |
2 * Fix an SF_INFO seekable flag regression introduced in 1.0.26. | |
3 * Fix potential infinite loops on malformed input files. | |
4 * Add string metadata read/write for CAF and RF64. | |
5 * Add handling of CUE chunks. | |
6 * Fix enaian-ness issues in PAF files. | |
7 * Minor bug fixes and improvements. | |
8 | |
9 Version 1.0.26 (2015-11-22) | |
10 * Fix for CVE-2014-9496, SD2 buffer read overflow. | |
11 * Fix for CVE-2014-9756, file_io.c divide by zero. | |
12 * Fix for CVE-2015-7805, AIFF heap write overflow. | |
13 * Add support for ALAC encoder in a CAF container. | |
14 * Add support for Cart chunks in WAV files. | |
15 * Minor bug fixes and improvements. | |
16 | |
17 Version 1.0.25 (2011-07-13) | |
18 * Fix for Secunia Advisory SA45125, heap overflow in PAF file handler. | |
19 * Accept broken WAV files with blockalign == 0. | |
20 * Minor bug fixes and improvements. | |
21 | |
22 Version 1.0.24 (2011-03-23) | |
23 * WAV files now have an 18 byte u-law and A-law fmt chunk. | |
24 * Document virtual I/O functionality. | |
25 * Two new methods rawHandle() and takeOwnership() in sndfile.hh. | |
26 * AIFF fix for non-zero offset value in SSND chunk. | |
27 * Minor bug fixes and improvements. | |
28 | |
29 Version 1.0.23 (2010-10-10) | |
30 * Add version metadata to Windows DLL. | |
31 * Add a missing 'inline' to sndfile.hh. | |
32 * Update docs. | |
33 * Minor bug fixes and improvements. | |
34 | |
35 Version 1.0.22 (2010-10-04) | |
36 * Couple of fixes for SDS file writer. | |
37 * Fixes arising from static analysis. | |
38 * Handle FLAC files with ID3 meta data at start of file. | |
39 * Handle FLAC files which report zero length. | |
40 * Other minor bug fixes and improvements. | |
41 | |
42 Version 1.0.21 (2009-12-13) | |
43 * Add a couple of new binary programs to programs/ dir. | |
44 * Remove sndfile-jackplay (now in sndfile-tools package). | |
45 * Add windows only function sf_wchar_open(). | |
46 * Bunch of minor bug fixes. | |
47 | |
48 Version 1.0.20 (2009-05-14) | |
49 * Fix potential heap overflow in VOC file parser (Tobias Klein, http://www.trapkit.de/). | |
50 | |
51 Version 1.0.19 (2009-03-02) | |
52 * Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research). | |
53 * Huge number of minor bug fixes as a result of static analysis. | |
54 | |
55 Version 1.0.18 (2009-02-07) | |
56 * Add Ogg/Vorbis support (thanks to John ffitch). | |
57 * Remove captive FLAC library. | |
58 * Many new features and bug fixes. | |
59 * Generate Win32 and Win64 pre-compiled binaries. | |
60 | |
61 Version 1.0.17 (2006-08-31) | |
62 * Add sndfile.hh C++ wrapper. | |
63 * Update Win32 MinGW build instructions. | |
64 * Minor bug fixes and cleanups. | |
65 | |
66 Version 1.0.16 (2006-04-30) | |
67 * Add support for Broadcast (BEXT) chunks in WAV files. | |
68 * Implement new commands SFC_GET_SIGNAL_MAX and SFC_GET_MAX_ALL_CHANNELS. | |
69 * Add support for RIFX (big endian WAV variant). | |
70 * Fix configure script bugs. | |
71 * Fix bug in INST and MARK chunk writing for AIFF files. | |
72 | |
73 Version 1.0.15 (2006-03-16) | |
74 * Fix some ia64 issues. | |
75 * Fix precompiled DLL. | |
76 * Minor bug fixes. | |
77 | |
78 Version 1.0.14 (2006-02-19) | |
79 * Really fix MinGW compile problems. | |
80 * Minor bug fixes. | |
81 | |
82 Version 1.0.13 (2006-01-21) | |
83 * Fix for MinGW compiler problems. | |
84 * Allow readin/write of instrument chunks from WAV and AIFF files. | |
85 * Compile problem fix for Solaris compiler. | |
86 * Minor cleanups and bug fixes. | |
87 | |
88 Version 1.0.12 (2005-09-30) | |
89 * Add support for FLAC and Apple's Core Audio Format (CAF). | |
90 * Add virtual I/O interface (still needs docs). | |
91 * Cygwin and other Win32 fixes. | |
92 * Minor bug fixes and cleanups. | |
93 | |
94 Version 1.0.11 (2004-11-15) | |
95 * Add support for SD2 files. | |
96 * Add read support for loop info in WAV and AIFF files. | |
97 * Add more tests. | |
98 * Improve type safety. | |
99 * Minor optimisations and bug fixes. | |
100 | |
101 Version 1.0.10 (2004-06-15) | |
102 * Fix AIFF read/write mode bugs. | |
103 * Add support for compiling Win32 DLLS using MinGW. | |
104 * Fix problems resulting in failed compiles with gcc-2.95. | |
105 * Improve test suite. | |
106 * Minor bug fixes. | |
107 | |
108 Version 1.0.9 (2004-03-30) | |
109 * Add handling of AVR (Audio Visual Research) files. | |
110 * Improve handling of WAVEFORMATEXTENSIBLE WAV files. | |
111 * Fix for using pipes on Win32. | |
112 | |
113 Version 1.0.8 (2004-03-14) | |
114 * Correct peak chunk handing for files with > 16 tracks. | |
115 * Fix for WAV files with huge number of CUE chunks. | |
116 | |
117 Version 1.0.7 (2004-02-25) | |
118 * Fix clip mode detection on ia64, MIPS and other CPUs. | |
119 * Fix two MacOSX build problems. | |
120 | |
121 Version 1.0.6 (2004-02-08) | |
122 * Added support for native Win32 file access API (Ross Bencina). | |
123 * New mode to add clippling then a converting from float/double to integer | |
124 would otherwise wrap around. | |
125 * Fixed a bug in reading/writing files > 2Gig on Linux, Solaris and others. | |
126 * Many minor bug fixes. | |
127 * Other random fixes for Win32. | |
128 | |
129 Version 1.0.5 (2003-05-03) | |
130 * Added support for HTK files. | |
131 * Added new function sf_open_fd() to allow for secure opening of temporary | |
132 files as well as reading/writing sound files embedded within larger | |
133 container files. | |
134 * Added string support for AIFF files. | |
135 * Minor bug fixes and code cleanups. | |
136 | |
137 Version 1.0.4 (2003-02-02) | |
138 * Added suport of PVF and XI files. | |
139 * Added functionality for setting and retreiving strings from sound files. | |
140 * Minor code cleanups and bug fixes. | |
141 | |
142 Version 1.0.3 (2002-12-09) | |
143 * Minor bug fixes. | |
144 | |
145 Version 1.0.2 (2002-11-24) | |
146 * Added support for VOX ADPCM. | |
147 * Improved error reporting. | |
148 * Added version scripting on Linux and Solaris. | |
149 * Minor bug fixes. | |
150 | |
151 Version 1.0.1 (2002-09-14) | |
152 * Added MAT and MAT5 file formats. | |
153 * Minor bug fixes. | |
154 | |
155 Version 1.0.0 (2002-08-16) | |
156 * Final release for 1.0.0. | |
157 | |
158 Version 1.0.0rc6 (2002-08-14) | |
159 * Release candidate 6 for the 1.0.0 series. | |
160 * MacOS9 fixes. | |
161 | |
162 Version 1.0.0rc5 (2002-08-10) | |
163 * Release candidate 5 for the 1.0.0 series. | |
164 * Changed the definition of sf_count_t which was causing problems when | |
165 libsndfile was compiled with other libraries (ie WxWindows). | |
166 * Minor bug fixes. | |
167 * Documentation cleanup. | |
168 | |
169 Version 1.0.0rc4 (2002-08-03) | |
170 * Release candidate 4 for the 1.0.0 series. | |
171 * Minor bug fixes. | |
172 * Fix broken Win32 "make check". | |
173 | |
174 Version 1.0.0rc3 (2002-08-02) | |
175 * Release candidate 3 for the 1.0.0 series. | |
176 * Fix bug where libsndfile was reading beyond the end of the data chunk. | |
177 * Added on-the-fly header updates on write. | |
178 * Fix a couple of documentation issues. | |
179 | |
180 Version 1.0.0rc2 (2002-06-24) | |
181 * Release candidate 2 for the 1.0.0 series. | |
182 * Fix compile problem for Win32. | |
183 | |
184 Version 1.0.0rc1 (2002-06-24) | |
185 * Release candidate 1 for the 1.0.0 series. | |
186 | |
187 Version 0.0.28 (2002-04-27) | |
188 * Last offical release of 0.0.X series of the library. | |
189 | |
190 Version 0.0.8 (1999-02-16) | |
191 * First offical release. |