annotate src/libsndfile-1.0.25/NEWS @ 23:619f715526df sv_v2.1

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