annotate src/libsamplerate-0.1.9/doc/ChangeLog @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents 4a7071416412
children
rev   line source
cannam@126 1 2011-08-15 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 2
cannam@126 3 * configure.ac
cannam@126 4 Add symbol support for kfreebsd-*-gnu-*.
cannam@126 5
cannam@126 6 * configure.ac doc/Makefile.am
cannam@126 7 Improve installation of html docs.
cannam@126 8
cannam@126 9 * examples/audio_out.c tests/callback_hang_test.c
cannam@126 10 Fix compiler warnings.
cannam@126 11
cannam@126 12 * NEWS README Win32/config.h doc/*.html
cannam@126 13 Updates for 0.1.8 release.
cannam@126 14
cannam@126 15 * configure.ac
cannam@126 16 Release 0.1.8.
cannam@126 17
cannam@126 18 2011-02-22 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 19
cannam@126 20 * tests/util.[ch]
cannam@126 21 Rename function print_cpu_name() to get_cpu_name(). Add code for Mac OSX and
cannam@126 22 FreeBSD.
cannam@126 23
cannam@126 24 * tests/multichan_throughput_test.c tests/throughput_test.c
cannam@126 25 Update to use get_cpu_name().
cannam@126 26
cannam@126 27 2010-11-04 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 28
cannam@126 29 * src/*.[ch]
cannam@126 30 Fix typo in comments.
cannam@126 31
cannam@126 32 2010-10-16 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 33
cannam@126 34 * src/fastest_coeffs.h src/high_qual_coeffs.h src/mid_qual_coeffs.h
cannam@126 35 Fix typo in comments.
cannam@126 36
cannam@126 37 * configure.ac
cannam@126 38 Add AM_SILENT_RULES.
cannam@126 39
cannam@126 40 * doc/download.html
cannam@126 41 Add a GPG signature.
cannam@126 42
cannam@126 43 2010-09-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 44
cannam@126 45 * src/float_cast.h
cannam@126 46 Add lrint/lrintf version for Win64. Thanks to Dmitry Baikov.
cannam@126 47
cannam@126 48 2010-01-10 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 49
cannam@126 50 * examples/sndfile-resample.c
cannam@126 51 Prevent creation of double length output files when conversion is restarted
cannam@126 52 due to clipping of the output when the format is FLAC. This problem arises
cannam@126 53 due to libsndfile's in ability to seek in a FLAC file during write.
cannam@126 54
cannam@126 55 * src/samplerate.h tests/termination_test.c
cannam@126 56 Revert change that moved the src_ratio field to the start of SRC_DATA
cannam@126 57 struct. This change does have some merit, but is not worth it considering
cannam@126 58 that its an API change. This idea will be reconsidered when the API does
cannam@126 59 change.
cannam@126 60
cannam@126 61 2009-12-01 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 62
cannam@126 63 * doc/win32.html
cannam@126 64 Update instructions.
cannam@126 65
cannam@126 66 * Win32/Makefile.msvc
cannam@126 67 Add /Zm200 to CFLAGS.
cannam@126 68
cannam@126 69 2009-11-29 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 70
cannam@126 71 * src/common.h
cannam@126 72 Add macro UNUSED for marking function parameters as unused.
cannam@126 73
cannam@126 74 2009-10-07 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 75
cannam@126 76 * tests/misc_test.c
cannam@126 77 Add zero_input_test() from debian bug #506722.
cannam@126 78
cannam@126 79 * src/src_linear.c src/src_zoh.c
cannam@126 80 Fix for bug in zero_input_test(). Both these converters crashed if the
cannam@126 81 input_frames field of SRC_DATA was zero.
cannam@126 82
cannam@126 83 2009-09-16 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 84
cannam@126 85 * M4/endian.m4
cannam@126 86 Fix detection of CPU endian-ness when cross compiling.
cannam@126 87
cannam@126 88 2009-08-24 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 89
cannam@126 90 * tests/termination_test.c
cannam@126 91 Add test to detect a particular kind of termination error.
cannam@126 92
cannam@126 93 * src/src_sinc.c
cannam@126 94 Fix a termination condition bug.
cannam@126 95
cannam@126 96 2009-06-25 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 97
cannam@126 98 * src/samplerate.h
cannam@126 99 Change definition of SRC_STATE to be kinder to some slightly broken
cannam@126 100 compilers. Thanks to Rob Brown for suggesting this fix.
cannam@126 101
cannam@126 102 2009-04-11 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 103
cannam@126 104 * M4/check_signal.m4 M4/clip_mode.m4 M4/lrint.m4 M4/lrintf.m4
cannam@126 105 New files used instead of acinclude.m4.
cannam@126 106
cannam@126 107 2009-04-03 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 108
cannam@126 109 * src/samplerate.h
cannam@126 110 Move src_ratio field to the start of the SRC_DATA struct to ensure it gets
cannam@126 111 aligned correctly when either the library or client code gets compiled with
cannam@126 112 -malign-double.
cannam@126 113
cannam@126 114 * configure.ac
cannam@126 115 Bump version to 1.0.0 due to API change.
cannam@126 116
cannam@126 117 2009-02-26 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 118
cannam@126 119 * Win32/Makefile.msvc
cannam@126 120 Add /Zm1000 to the CFLAGS as suggested by Kun Niu.
cannam@126 121
cannam@126 122 * doc/api_full.html doc/api_callback.html
cannam@126 123 Improve explanation of use of src_set_ratio() function.
cannam@126 124
cannam@126 125 2009-02-14 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 126
cannam@126 127 * src/common.h src/samplerate.c
cannam@126 128 Add new error value SRC_ERR_SINC_PREPARE_DATA_BAD_LEN.
cannam@126 129
cannam@126 130 * src/common.h
cannam@126 131 Add WARN_UNUSED macro.
cannam@126 132
cannam@126 133 * src/src_sinc.c
cannam@126 134 Fix a segfault which occurs when memcpy is passed a bad length parameter.
cannam@126 135 This bug has zero security implications beyond the ability to cause a
cannam@126 136 program hitting this bug to exit immediately with a segfault.
cannam@126 137 See : http://www.mega-nerd.com/erikd/Blog/2009/Feb/14/index.html
cannam@126 138 Thanks to David Cournapeau and Lev Givon for the bug report.
cannam@126 139
cannam@126 140 * doc/win32.html Makefile.am configure.ac
cannam@126 141 Reinstate Win32/MSVC compile instructions.
cannam@126 142
cannam@126 143 * doc/*.html
cannam@126 144 Update for new release.
cannam@126 145
cannam@126 146 * configure.ac
cannam@126 147 Verison 0.1.7.
cannam@126 148
cannam@126 149 2009-02-13 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 150
cannam@126 151 * src/common.h src/samplerate.c
cannam@126 152 Fix SRC_ERR_BAD_SRC_RATIO error string. Thanks David Cournapeau.
cannam@126 153
cannam@126 154 2009-01-30 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 155
cannam@126 156 * src/src_sinc.c
cannam@126 157 Replace C99 "variable length arrays" with arrays allocated on the heap so
cannam@126 158 that libsamplerate can be compiled with crappy compilers like MSVC.
cannam@126 159
cannam@126 160 2009-01-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 161
cannam@126 162 * configure.ac NEWS README doc/*.html
cannam@126 163 Updates for 0.1.6 release.
cannam@126 164
cannam@126 165 2009-01-12 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 166
cannam@126 167 * tests/termination_test.c
cannam@126 168 Fix termination test error on x86_64. Error probably due to difference in
cannam@126 169 rounding.
cannam@126 170
cannam@126 171 2009-01-11 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 172
cannam@126 173 * doc/win32.html
cannam@126 174 Update win32 compile instructions to explain that this release cannot be
cannam@126 175 compiled using the microsoft compiler.
cannam@126 176
cannam@126 177 * NEWS README doc/*.html
cannam@126 178 Updates for 0.1.5 release.
cannam@126 179
cannam@126 180 * Makefile.am configure.ac
cannam@126 181 Remove Win32 directory from distributed tarball.
cannam@126 182
cannam@126 183 2008-12-16 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 184
cannam@126 185 * tests/multi_channel_test.c tests/multichan_throughput_test.c
cannam@126 186 Update tests to make sure tests include tests for 10 channels.
cannam@126 187
cannam@126 188 * src/src_sinc.c
cannam@126 189 Make 6 channel Sinc conversion another special case.
cannam@126 190 Use Duff's Device to speed up the multi-channel case.
cannam@126 191
cannam@126 192 * tests/multi_channel_test.c
cannam@126 193 Only test 1, 2 and 3 channels for ZOH and linear converters.
cannam@126 194
cannam@126 195 2008-12-15 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 196
cannam@126 197 * src/samplerate.c
cannam@126 198 Move variable definition out one scope level to avoid warnings from static
cannam@126 199 analysis tools. Thanks Erik Hovland.
cannam@126 200
cannam@126 201 * tests/util.c
cannam@126 202 Make sure FILE* is closed. Thanks Erik Hovland.
cannam@126 203
cannam@126 204 * tests/multi_channel_test.c tests/multichan_throughput_test.c
cannam@126 205 Update tests to make sure tests include tests for 6 channels with the Sinc
cannam@126 206 converters.
cannam@126 207
cannam@126 208 2008-12-13 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 209
cannam@126 210 * tests/multichan_throughput_test.c
cannam@126 211 Do throughput test on all three SINC based converters.
cannam@126 212
cannam@126 213 * src/src_sinc.c
cannam@126 214 Rejig converter so filter coefficients are calculated once per frame and
cannam@126 215 special case channel counts of 1, 2 and 4.
cannam@126 216
cannam@126 217 2008-12-12 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 218
cannam@126 219 * src/samplerate.c examples/audio_out.c tests/*.c
cannam@126 220 Fix a couple of very minor warnings uncovered by Erik Hovland using a
cannam@126 221 static analysis tool.
cannam@126 222
cannam@126 223 * src/src_*.c
cannam@126 224 Fix a potential memory leak. Thanks to Peter G. Vavaroutsos for point this
cannam@126 225 out.
cannam@126 226
cannam@126 227 * tests/multi_channel_test.c
cannam@126 228 Robustify test.
cannam@126 229
cannam@126 230 2008-12-11 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 231
cannam@126 232 * reconfigure.mk autogen.sh
cannam@126 233 Remove the first, add the second.
cannam@126 234
cannam@126 235 * configure.ac
cannam@126 236 Various updates.
cannam@126 237
cannam@126 238 * tests/multichan_throughput_test.c tests/Makefile.am
cannam@126 239 Add new test and hook into build.
cannam@126 240
cannam@126 241 2008-11-11 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 242
cannam@126 243 * doc/index.html
cannam@126 244 Update best converter specs.
cannam@126 245
cannam@126 246 2008-10-22 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 247
cannam@126 248 * examples/audio_out.c
cannam@126 249 Fix gcc-4.3 compiler warning.
cannam@126 250
cannam@126 251 2008-10-17 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 252
cannam@126 253 * doc/faq.html
cannam@126 254 Add Q/A about accuracy of src_ratio field of SRC_DATA struct.
cannam@126 255
cannam@126 256 2008-10-09 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 257
cannam@126 258 * INSTALL
cannam@126 259 Fix minor typo. Thanks to Sean Wood.
cannam@126 260
cannam@126 261 2008-09-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 262
cannam@126 263 * src/src_sinc.c
cannam@126 264 Optimization. About a 5% improvement in throughput.
cannam@126 265
cannam@126 266 2008-09-26 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 267
cannam@126 268 * tests/util.[ch]
cannam@126 269 Add function print_cpu_name.
cannam@126 270
cannam@126 271 * tests/throughput_test.c
cannam@126 272 Add ability to do best-of N runs, print CPU type.
cannam@126 273
cannam@126 274 2008-09-17 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 275
cannam@126 276 * configure.ac
cannam@126 277 Add AC_PROG_MKDIR_P.
cannam@126 278
cannam@126 279 2008-07-10 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 280
cannam@126 281 * src/samplerate.c
cannam@126 282 Fix a valgrind warning which occured when the call back function returns
cannam@126 283 a count of zero without modifying the pointer value. Thanks to Paul Kelly.
cannam@126 284
cannam@126 285 * tests/callback_test.c
cannam@126 286 Add a callback test where the callback returns a zero count without setting
cannam@126 287 the data pointer. The problem can only be detected when run under valgrind.
cannam@126 288
cannam@126 289 2008-07-09 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 290
cannam@126 291 * src/src_sinc.c
cannam@126 292 Remove use of llrint because sizeof (increment_t) is guaranteed not to be 8.
cannam@126 293
cannam@126 294 * tests/callback_test.c
cannam@126 295 Test with 2 channels for improved generality. Simplify setup.
cannam@126 296
cannam@126 297 * src/src_linear.c src/src_zoh.c
cannam@126 298 Change local variable names to be the same across these two files for easier
cannam@126 299 comparison.
cannam@126 300
cannam@126 301 * src/src_linear.c
cannam@126 302 Fix a bug where the the converter was reading beyond the end of the input.
cannam@126 303 Thanks to Paul Kelly for the bug report.
cannam@126 304
cannam@126 305 2008-07-02 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 306
cannam@126 307 * tests/downsample_test.c
cannam@126 308 New test file to test for buffer overrun bugs at extreme low conversion
cannam@126 309 ratios.
cannam@126 310
cannam@126 311 * tests/Makefile.am
cannam@126 312 Hook above test program into build.
cannam@126 313
cannam@126 314 * src/src_sinc.c
cannam@126 315 Fix buffer overrrun bug at extreme low conversion ratios. Thanks to Russell
cannam@126 316 O'Connor for the report.
cannam@126 317
cannam@126 318 * configure.ac NEWS README doc/*.html
cannam@126 319 Update for 0.1.4 release.
cannam@126 320
cannam@126 321 2008-05-13 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 322
cannam@126 323 * configure.ac
cannam@126 324 Make use of libsndfile optional. Patch from Samuli Suominen.
cannam@126 325
cannam@126 326 2008-04-26 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 327
cannam@126 328 * Win32/libsamplerate-0.def
cannam@126 329 Add src_int_to_float/float_to_int_array to exports.
cannam@126 330
cannam@126 331 * examples/sndfile-resample.c
cannam@126 332 Add printing of libsndfile version, modify libsamplerate version.
cannam@126 333
cannam@126 334 2008-03-23 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 335
cannam@126 336 * doc/*.html
cannam@126 337 Final documentation tweaks for release.
cannam@126 338
cannam@126 339 2008-03-17 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 340
cannam@126 341 * tests/throughput_test.c
cannam@126 342 Include config.h and float_cast.h." -- tests/throughput_test.c
cannam@126 343
cannam@126 344 * Make.bat Win32/*
cannam@126 345 Bunch more Win32 updates.
cannam@126 346
cannam@126 347 2008-03-15 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 348
cannam@126 349 * src/* tests/*
cannam@126 350 Remove all traces of old SRC_OLD_SINC_* converters.
cannam@126 351
cannam@126 352 * Make.bat Win32/*
cannam@126 353 Preliminary Win32 updates.
cannam@126 354
cannam@126 355 * configure.ac
cannam@126 356 Bump version to 0.1.3.
cannam@126 357
cannam@126 358 2008-03-11 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 359
cannam@126 360 * doc/api_simple.html
cannam@126 361 Try once again to convince people that src_simple cannot be used on small
cannam@126 362 chunks of a larger piece of audio.
cannam@126 363
cannam@126 364 2008-03-08 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 365
cannam@126 366 * tests/snr_bw_test.c
cannam@126 367 Remove bodgy old throughput calculations.
cannam@126 368
cannam@126 369 2008-03-07 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 370
cannam@126 371 * tests/benchmark.c tests/throughput_test.c
cannam@126 372 Rename former to the latter and make significant improvements.
cannam@126 373
cannam@126 374 2008-03-04 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 375
cannam@126 376 * src/old_high_qual_coeffs.h src/old_mid_qual_coeffs.h
cannam@126 377 Copy these from the old versions.
cannam@126 378
cannam@126 379 * src/high_qual_coeffs.h src/mid_qual_coeffs.h
cannam@126 380 New versions of the coefficients with improved SNR.
cannam@126 381
cannam@126 382 2008-02-10 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 383
cannam@126 384 * Makefile.am configure.ac
cannam@126 385 Add DISTCHECK_CONFIGURE_FLAGS to Makefile.am and a bunch of configure
cannam@126 386 cleanups.
cannam@126 387
cannam@126 388 2008-01-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 389
cannam@126 390 * examples/audio_out.c
cannam@126 391 Apply patch from Yair K. to fix compiles with OSS v4.
cannam@126 392
cannam@126 393 2007-07-07 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 394
cannam@126 395 * acinclude.m4
cannam@126 396 Add AC_CHECK_SIGNAL macro.
cannam@126 397
cannam@126 398 * configure.ac
cannam@126 399 Use AC_CHECK_SIGNAL to check for SIGALRM.
cannam@126 400
cannam@126 401 * tests/callback_hang_test.c
cannam@126 402 Use HAVE_SIGGALRM and add empty main function if it doesn't exist.
cannam@126 403
cannam@126 404 2007-06-15 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 405
cannam@126 406 * src/*_coeffs.h
cannam@126 407 Change the way the coefficients are defined for improved safety.
cannam@126 408
cannam@126 409 * src/src_sinc.c
cannam@126 410 Adapt to the above.
cannam@126 411
cannam@126 412 2007-05-24 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 413
cannam@126 414 * src/src_sinc.c
cannam@126 415 Change macros into inline functions for better error checking.
cannam@126 416
cannam@126 417 * src/common.h
cannam@126 418 Add static inline function fmod_one.
cannam@126 419
cannam@126 420 * src/*.c
cannam@126 421 Use fmod_one where appropriate.
cannam@126 422
cannam@126 423 2007-05-12 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 424
cannam@126 425 * tests.Makefile.am
cannam@126 426 Fix includes for varispeed_test target.
cannam@126 427
cannam@126 428 2007-04-20 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 429
cannam@126 430 * tests/snr_bw_test.c
cannam@126 431 Remove cruft.
cannam@126 432
cannam@126 433 * doc/index.html
cannam@126 434 Add link to Foobar 2000 plugin.
cannam@126 435
cannam@126 436 * configure.ac tests/callback_hang_test.c
cannam@126 437 Test for functions alarm and signal and only compile test if both are
cannam@126 438 available.
cannam@126 439
cannam@126 440 2007-01-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 441
cannam@126 442 * src/samplerate.c
cannam@126 443 Refactor checking of supplied src ratio against min and max.
cannam@126 444
cannam@126 445 * configure.ac
cannam@126 446 Remove -pendantic from CFLAGS and add -std=gnu99.
cannam@126 447
cannam@126 448 * tests/callback_hang_test.c tests/Makefile.am
cannam@126 449 Add new test program and hook it into build.
cannam@126 450
cannam@126 451 * src/src_linear.c src/src_sinc.c src/src_zoh.c
cannam@126 452 Fix a bug where the src_callback_read () function would hang under varying
cannam@126 453 src_ratio.
cannam@126 454
cannam@126 455 2007-01-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 456
cannam@126 457 * doc/api.html doc/api_callback.html doc/api_misc.html
cannam@126 458 Update docs to make handling of interleaved data more explicit.
cannam@126 459
cannam@126 460 2006-07-26 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 461
cannam@126 462 * examples/audio_out.c
cannam@126 463 Fix bug arising from last change.
cannam@126 464
cannam@126 465 * configure.ac
cannam@126 466 Add -Wpointer-arith to CFLAGS.
cannam@126 467
cannam@126 468 2006-07-12 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 469
cannam@126 470 * examples/audio_out.c
cannam@126 471 Be more explicit about setting the audio output format.
cannam@126 472
cannam@126 473 2006-06-06 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 474
cannam@126 475 * src/samplerate.c src/src_linear.c src/src_sinc.c
cannam@126 476 Fix MSVC compiler warnings.
cannam@126 477
cannam@126 478 2006-05-26 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 479
cannam@126 480 * tests/calc_snr.c
cannam@126 481 Fix minor bug in analysis routines.
cannam@126 482
cannam@126 483 * tests/varispeed_test.c tests/snr_bw_test.c
cannam@126 484 Fix knock on effects of above change.
cannam@126 485
cannam@126 486 2006-05-23 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 487
cannam@126 488 * src/Makefile.am
cannam@126 489 Update check-asm rule to check src_linear.c and src_zoh.c.
cannam@126 490
cannam@126 491 * src/src_linear.c
cannam@126 492 Remove all uses of floor() function.
cannam@126 493
cannam@126 494 2006-04-18 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 495
cannam@126 496 * src/samplerate.[ch] src/Version_script.in
cannam@126 497 Add functions src_int_to_float_array and src_float_to_int_array.
cannam@126 498
cannam@126 499 * tests/float_short_test.c
cannam@126 500 Update test to including testing of above.
cannam@126 501
cannam@126 502 * doc/api_misc.html
cannam@126 503 Update docs for the above addition.
cannam@126 504
cannam@126 505 2006-03-31 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 506
cannam@126 507 * src/common.h src/src_*.c src/samplerate.c
cannam@126 508 Add slots for vari_process and const_process functions.
cannam@126 509
cannam@126 510 * tests/varispeed_test.c tests/Makefile.am
cannam@126 511 Add new test and hook into build.
cannam@126 512
cannam@126 513 * tests/util.[ch]
cannam@126 514 Add new function reverse_data.
cannam@126 515
cannam@126 516 2005-12-29 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 517
cannam@126 518 * examples/sndfile-resample.c
cannam@126 519 Exit if SRC ratio is 1.0. Suggested by Bram de Jong.
cannam@126 520
cannam@126 521 2005-11-19 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 522
cannam@126 523 * examples/timewarp-file.c
cannam@126 524 New file.
cannam@126 525
cannam@126 526 2005-09-06 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 527
cannam@126 528 * src/float_cast.h
cannam@126 529 Update to include Cygwin specific fixes.
cannam@126 530
cannam@126 531 * doc/api_callback.html
cannam@126 532 Complete the documentation of the callback API.
cannam@126 533
cannam@126 534 2005-08-11 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 535
cannam@126 536 * tests/termination_test.c
cannam@126 537 Rename term_test() to init_term_test() and add extra test functionality
cannam@126 538 to sanity test the first sample output after reset.
cannam@126 539
cannam@126 540 * src/src_zoh.c src/src_linear.c
cannam@126 541 Fix bug found by new test. Thanks Stas Sergeev for bringint this to my
cannam@126 542 attention.
cannam@126 543
cannam@126 544 2005-08-02 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 545
cannam@126 546 * doc/Makefile.am
cannam@126 547 Fix a bug preventing the inclusion of the html API docs in the tarball.
cannam@126 548
cannam@126 549 * src/src_zoh.c src/src_linear.c
cannam@126 550 Improve calculation of input_index.
cannam@126 551 Fix updating of input_index (thanks to Stas Sergeev).
cannam@126 552
cannam@126 553 * tests/calc_snr.c
cannam@126 554 Fix a compile problem when FFTW is not present (thanks to Stas Sergeev).
cannam@126 555
cannam@126 556 2005-04-18 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 557
cannam@126 558 * configure.ac src/Makefile.am
cannam@126 559 Fix minor problems with generation of shared library version number.
cannam@126 560
cannam@126 561 2005-02-19 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 562
cannam@126 563 * src/faq.html
cannam@126 564 Add a question about the use of src_simple().
cannam@126 565
cannam@126 566 * src/api_simple.html
cannam@126 567 Fix defintion of src_ratio.
cannam@126 568
cannam@126 569 2004-12-04 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 570
cannam@126 571 * configure.ac tests/Makefile.am tests/*.c
cannam@126 572 Ditch detection and use of libefence. Valgrind is a far better debugging
cannam@126 573 tool.
cannam@126 574
cannam@126 575 * INSTALL
cannam@126 576 Write complete libsamplerate specific install instructions.
cannam@126 577
cannam@126 578 2004-10-06 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 579
cannam@126 580 * src/configure.ac src/makefile.am
cannam@126 581 Finally fix the bulding of DLLs on Win32/MinGW.
cannam@126 582
cannam@126 583 * tests/makefile.am
cannam@126 584 Fix running of tests on Win32/MinGW.
cannam@126 585
cannam@126 586 2004-09-30 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 587
cannam@126 588 * configure.ac Win32/Makefile.mingw.in
cannam@126 589 More support for compiling on Win32 using MinGW. Now uses FFTW3.
cannam@126 590
cannam@126 591 * examples/audio_out.c
cannam@126 592 Remove include of <mmreg.h> on win32.
cannam@126 593
cannam@126 594 2004-09-12 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 595
cannam@126 596 * configure.ac Win32/Makefile.mingw.in
cannam@126 597 Add preliminary support for compiling on Win32 using MinGW.
cannam@126 598
cannam@126 599 * configure.ac
cannam@126 600 Bump version to 0.1.2.
cannam@126 601 Add --enable-gcc-werror configure option.
cannam@126 602
cannam@126 603 * examples/sndfile-resample.c tests/src-evaluate.c
cannam@126 604 Use ISO C standard function remove instead of unlink.
cannam@126 605
cannam@126 606 * Win32/Makefile.msvc
cannam@126 607 Add the top level directory to the include path (for sndfile.h).
cannam@126 608
cannam@126 609 2004-09-10 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 610
cannam@126 611 * tests/util.h tests/*.c
cannam@126 612 Move macros for ABS, MIN, MAX and ARRAY_LEN to util.h.
cannam@126 613
cannam@126 614 * tests/reset_test.c
cannam@126 615 Add test function callback_reset_test() to test for the problem below.
cannam@126 616
cannam@126 617 * src/samplerate.c
cannam@126 618 Reset SRC_PRIVATE fields saved_data and saved_frames in src_reset(). Thanks
cannam@126 619 to Justin Drury for pointing this out.
cannam@126 620
cannam@126 621 2004-08-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 622
cannam@126 623 * src/src_sinc.c
cannam@126 624 Fix typos in converter name strings. Thanks to Tom Szilagyi for finding them.
cannam@126 625
cannam@126 626 2004-07-18 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 627
cannam@126 628 * configure.ac
cannam@126 629 Bump version to 0.1.1.
cannam@126 630
cannam@126 631 * doc/*.html Win32/config.h
cannam@126 632 Changes for new version.
cannam@126 633
cannam@126 634 * Makefile.am src/Makefile.am
cannam@126 635 Add "make check-asm" target which is not used by default.
cannam@126 636
cannam@126 637 2004-06-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 638
cannam@126 639 * src/src_sinc.c
cannam@126 640 Use fmod() to calculate input_index. This is more resitant to rounding
cannam@126 641 errors than input_index -= floor (input_index).
cannam@126 642
cannam@126 643 2004-06-25 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 644
cannam@126 645 * src/src_sinc.c
cannam@126 646 Removed redundant field in SINC_FILTER struct.
cannam@126 647
cannam@126 648 2004-06-15 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 649
cannam@126 650 * examples/sndfile-resample.c
cannam@126 651 Modified to restart conversion if clipping has occurred.
cannam@126 652
cannam@126 653 2004-06-09 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 654
cannam@126 655 * tests/benchmark.c
cannam@126 656 Added benchmark program.
cannam@126 657
cannam@126 658 2004-05-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 659
cannam@126 660 * tests/callback_test.c
cannam@126 661 Improve callback_test to find input/output length mismatches. This also
cannam@126 662 catches the bug Mark Deggeller reported.
cannam@126 663
cannam@126 664 2004-05-25 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 665
cannam@126 666 * src/samplerate.c
cannam@126 667 Fix a bug in src_callback_read() reported by Mark Deggeller. Data retreived
cannam@126 668 but not used during one call to src_callback_read() must be saved for the
cannam@126 669 next call.
cannam@126 670
cannam@126 671 * src/common.h
cannam@126 672 Add fields saved_frames and saved_data to SF_PRIVATE struct for storing
cannam@126 673 data between sucessive calls to src_callback_read().
cannam@126 674 Also rearange the fields of SF_PRIVATE.
cannam@126 675
cannam@126 676 2004-03-20 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 677
cannam@126 678 * configure.ac
cannam@126 679 Use AC_HELP_STRING in AC_ARG_ENABLE statements.
cannam@126 680
cannam@126 681 2004-03-14 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 682
cannam@126 683 * Win32/config.h Win32/sndfile.h
cannam@126 684 Updates for Win32.
cannam@126 685
cannam@126 686 2004-02-19 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 687
cannam@126 688 * NEWS README
cannam@126 689 Finally got around to adding text to these.
cannam@126 690
cannam@126 691 * doc/win32.html doc/history.html
cannam@126 692 Minor updates.
cannam@126 693
cannam@126 694 2004-01-26 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 695
cannam@126 696 * src/common.h
cannam@126 697 Changed allowed SRC ratio to range [1/256, 256].
cannam@126 698
cannam@126 699 * configure.ac tests/snr_bw_test.c tests/src-evaluate.c tests/Makefile.am
cannam@126 700 Use FFTW3 instead of version 2.
cannam@126 701
cannam@126 702 2003-12-14 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 703
cannam@126 704 * doc/api.html doc/api_misc.html
cannam@126 705 Add documentation for conversions functions.
cannam@126 706
cannam@126 707 * doc/faq.html
cannam@126 708 Add Q/A about detecting presence of libsamplerate.
cannam@126 709
cannam@126 710 2003-12-13 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 711
cannam@126 712 * src/samplerate.h src/samplerate.c
cannam@126 713 Added functions for short->float and float->short conversions on arrays
cannam@126 714 of data. This will make it a little easier for people who need the
cannam@126 715 input or output data in shorts rather than floats.
cannam@126 716
cannam@126 717 * configure.ac
cannam@126 718 Added tests for CPU clipping mode which was required for the float to
cannam@126 719 short conversion.
cannam@126 720
cannam@126 721 * tests/float_short_test.c
cannam@126 722 New code for testing the new functionality.
cannam@126 723
cannam@126 724 2003-10-28 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 725
cannam@126 726 * src/src_zoh.c src/src_linear.c
cannam@126 727 Fixed an off-by-one indexing issue which was causing distortion at the
cannam@126 728 boundaries between calls to src_process().
cannam@126 729
cannam@126 730 * tests/multi_channel_test.c
cannam@126 731 Finally passing tests for all three access methods (simple, process and
cannam@126 732 callback).
cannam@126 733
cannam@126 734 2003-10-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 735
cannam@126 736 * tests/calc_snr.c
cannam@126 737 SNR calculation was being screwed up because the peak detector was
cannam@126 738 mistaking side lobes caused by the windowded FFT as noise/aliasing peaks.
cannam@126 739 Therefore added code to wipe out the troughs between peaks which erases
cannam@126 740 the side lobe peaks without affecting the noise/aliasing peaks.
cannam@126 741
cannam@126 742 * tests/multi_channel_test.c
cannam@126 743 Added a callback_test to work on multiple channels.
cannam@126 744
cannam@126 745 2003-10-14 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 746
cannam@126 747 * src/samplerate.h
cannam@126 748 Add definitions for the callback based API (src_callback_new and
cannam@126 749 src_callback_read).
cannam@126 750
cannam@126 751 * doc/*.html
cannam@126 752 Add link to faq.html.
cannam@126 753
cannam@126 754 * doc/faq.html
cannam@126 755 Add a new question/answer.
cannam@126 756
cannam@126 757 * src/samplerate.c tests/callback_test.c
cannam@126 758 Move callback functions (src_callback_new and src_callback_read) from
cannam@126 759 callback_test.c to samplerate.c
cannam@126 760 Add checking to make sure that an SRC_STATE object created with
cannam@126 761 src_callback_new() is not used with src_process() etc.
cannam@126 762
cannam@126 763 * examples/varispeed.c
cannam@126 764 Add #include <stdlib.h> to prevent compiler warning.
cannam@126 765
cannam@126 766 * src/samplerate.h
cannam@126 767 Add definitions for the callback based API.
cannam@126 768
cannam@126 769 * src/Version_script.in
cannam@126 770 Add entries for two new public functions.
cannam@126 771
cannam@126 772 2003-10-12 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 773
cannam@126 774 * tests/callback_test.c
cannam@126 775 More work on getting callback based API working.
cannam@126 776
cannam@126 777 * tests/termination_test.c
cannam@126 778 Tightened up the test pass crieria yet again. This shows up problems
cannam@126 779 with the ZOH and Linear converters.
cannam@126 780
cannam@126 781 * src/src_zoh.c src/src_linear.c
cannam@126 782 Fixed problems with converters shown up by improved tests.
cannam@126 783
cannam@126 784 2003-09-25 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 785
cannam@126 786 * doc/api.html
cannam@126 787 Be more explicit about the inclusion of <samplerate.h>.
cannam@126 788
cannam@126 789 2003-09-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 790
cannam@126 791 * examples/sndfile-resample.c examples/audio_out.c
cannam@126 792 Add include for <stdlib.h>.
cannam@126 793
cannam@126 794 * configure.ac
cannam@126 795 Check for libsndfile >= 1.0.6.
cannam@126 796
cannam@126 797 * examples/sndfile-resample.c
cannam@126 798 Turn on clipping of output when saving to integer PCM output formats.
cannam@126 799
cannam@126 800 2003-08-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 801
cannam@126 802 * tests/callback_test.c
cannam@126 803 Start work on a callback based API. The implementation will be done
cannam@126 804 in this test program first and when it is working, the code that does
cannam@126 805 the work will be moved back to the library code.
cannam@126 806
cannam@126 807 2003-08-19 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 808
cannam@126 809 * doc/bugs.html
cannam@126 810 New file detailing how to submit bug reports for SRC.
cannam@126 811
cannam@126 812 2003-08-13 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 813
cannam@126 814 * libsamplerate.spec.in
cannam@126 815 Apply corrections from Giuliano Pochini.
cannam@126 816
cannam@126 817 2003-08-05 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 818
cannam@126 819 * tests/snr_bw_test.c
cannam@126 820 Added test for conversion ratio of 1.0 for all converters. For this
cannam@126 821 conversion ratio, all converters have a better than 149db SNR ratio.
cannam@126 822
cannam@126 823 * src/src_linear.c
cannam@126 824 Changes to make this converter work more like src_zoh.c.
cannam@126 825
cannam@126 826 2003-05-04 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 827
cannam@126 828 * doc/quality.html
cannam@126 829 Fixed a couple of broken links pointed out by Anand Kumria.
cannam@126 830
cannam@126 831 2003-05-03 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 832
cannam@126 833 * src/samplerate.h
cannam@126 834 Add URL of API documentation to the top of file.
cannam@126 835
cannam@126 836 * doc/api_misc.html
cannam@126 837 Clarify use of SRC_DATA struct.
cannam@126 838
cannam@126 839 2003-04-29 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 840
cannam@126 841 * tests/reset_test.c
cannam@126 842 Add call to src_set_ratio() to test that this function has been exported.
cannam@126 843
cannam@126 844 2003-03-24 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 845
cannam@126 846 * samplerate.pc.in
cannam@126 847 Changed 'sndfile' to 'samplerate'.
cannam@126 848
cannam@126 849 2003-02-08 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 850
cannam@126 851 * src/src_zoh.c
cannam@126 852 Fixed a bug causing clicks in the output data.
cannam@126 853
cannam@126 854 2003-02-07 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 855
cannam@126 856 * src/samplerate.c
cannam@126 857 Fixed a compiler warning.
cannam@126 858
cannam@126 859 * tests/termination_test.c
cannam@126 860 Tightened up the test pass crieria.
cannam@126 861
cannam@126 862 * src/src_sinc.c
cannam@126 863 Fixed bug showed up by new termination tests.
cannam@126 864
cannam@126 865 2003-02-04 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 866
cannam@126 867 * examples/sndfile-resample.c
cannam@126 868 Fixed a bug which was messing up handling of multi-channel files.
cannam@126 869
cannam@126 870 * tests/multi_channel_test.c
cannam@126 871 Disabled all the new code.
cannam@126 872
cannam@126 873 2003-02-03 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 874
cannam@126 875 * tests/multi_channel_test.c
cannam@126 876 Rehacking multi-channel tests to find possible problems in src_process()
cannam@126 877 when processing multichannel data. Need to use signal to noise ratio
cannam@126 878 measurements.
cannam@126 879
cannam@126 880 * tests/Makefile.am
cannam@126 881 Mods to add calc_snr.c and utils.c to build of multi_channel_test.
cannam@126 882
cannam@126 883 * tests/util.[ch]
cannam@126 884 Add functions for interleaving and de-interleaving data.
cannam@126 885
cannam@126 886 2003-01-24 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 887
cannam@126 888 * Win32/config.h
cannam@126 889 Added Win32 specific #pragma to disable warnings when double precision
cannam@126 890 constants are assigned to floats.
cannam@126 891
cannam@126 892 * tests/calc_snr.c
cannam@126 893 Added #include <string.h> to prevent compiler warning about use of memset()
cannam@126 894 function.
cannam@126 895
cannam@126 896 2003-01-13 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 897
cannam@126 898 * src/samplerate.[ch]
cannam@126 899 Added function src_set_ratio() at the suggestion of Dr William Bland.
cannam@126 900
cannam@126 901 * doc/api_full.html
cannam@126 902 Added docs for above function.
cannam@126 903
cannam@126 904 2003-01-11 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 905
cannam@126 906 * examples/Makefile.am tests/Makefile.am
cannam@126 907 Fixes for Mac OSX.
cannam@126 908 Tidy up handling addition of SNDFILE_CFLAGS
cannam@126 909
cannam@126 910 2003-01-08 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 911
cannam@126 912 * Win32/config.h
cannam@126 913 Disabled HAVE_STDINT_H for Win32.
cannam@126 914
cannam@126 915 * Win32/unistd.h
cannam@126 916 Added empty header file for Win32.
cannam@126 917
cannam@126 918 * src/audio_out.c
cannam@126 919 Final fixes to get audio out working on Win32.
cannam@126 920
cannam@126 921 2003-01-05 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 922
cannam@126 923 * src/src_sinc.c
cannam@126 924 Phase one or refactoring. Replace use of a circular buffer to hold short
cannam@126 925 window of data with a linear buffer.
cannam@126 926 Linear buffer requires that data is periodically copied from the end if
cannam@126 927 the buffer back to the beginning. However, it also means that the
cannam@126 928 calc_output() function no longer needs to calculate the next data index
cannam@126 929 modulo the buffer length.
cannam@126 930 Since the data index is calculated 40 times (minimum) per output sample,
cannam@126 931 and the copy from end of buffer to start of buffer is done every 1000 or
cannam@126 932 so output samples, this change results in a significant speedup (up to
cannam@126 933 about 50% improvement for SRC_SINC_FASTEST).
cannam@126 934 Memory use has increased somewhat (max 6k per channel per converter) due
cannam@126 935 to this fix, but that should go down again during next phase of
cannam@126 936 refactoring.
cannam@126 937
cannam@126 938 * examples/varispeed-play.c
cannam@126 939 Fixed a bug where data_in and data_out buffers were overlapping.
cannam@126 940
cannam@126 941 2003-01-03 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 942
cannam@126 943 * doc/win32.html
cannam@126 944 Completed documentation on compiling for Win32.
cannam@126 945
cannam@126 946 * doc/*.html
cannam@126 947 Added links to Win32 compiling information.
cannam@126 948
cannam@126 949 * configure.ac tests/Makefile.am
cannam@126 950 Detect libefence and link it to all the test programs if configued
cannam@126 951 with --enable-debug.
cannam@126 952
cannam@126 953 * tests/utils.[ch]
cannam@126 954 New function force_efence_banner().
cannam@126 955
cannam@126 956 * tests/*test.c
cannam@126 957 Add a call to force_efence_banner() to force printing of the Electric Fence
cannam@126 958 banner at start of program.
cannam@126 959
cannam@126 960 2003-01-02 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 961
cannam@126 962 * configure.ac
cannam@126 963 Added --enable-debug configuration flag.
cannam@126 964
cannam@126 965 * tests/termination_test.c
cannam@126 966 More modifications to catch corner cases.
cannam@126 967 Added extra test to check for negative return values for input_frames_used
cannam@126 968 and output_frames_gen fields of SRC_DATA.
cannam@126 969
cannam@126 970 * src/src_zoh.c src/src_linear.c
cannam@126 971 Fixed more bugs found using modified streaming_test.
cannam@126 972
cannam@126 973 * src/samplerate.c
cannam@126 974 Set input_frames and output_frames of SRC_DATA to zero if they are negative.
cannam@126 975 Add check for overlapping SRC_DATA data_in and data_out arrays.
cannam@126 976
cannam@126 977 * doc/api_full.html
cannam@126 978 Document the fact that the SRC_DATA->data_in and data_out arrays may not
cannam@126 979 overlap. Thanks to Paul Davis for pointing out this documentation oversight.
cannam@126 980
cannam@126 981 2002-12-24 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 982
cannam@126 983 * tests/termination_test.c tests/streaming_test.c
cannam@126 984 Merged these two test programs into termination_test.c.
cannam@126 985
cannam@126 986 * tests/Makefile.am
cannam@126 987 Modified for above change.
cannam@126 988
cannam@126 989 * src/src_zoh.c src/src_linear.c
cannam@126 990 Fixed bug found using modified streaming_test.
cannam@126 991
cannam@126 992 2002-12-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 993
cannam@126 994 * src/samplerate.c src/src_*.c
cannam@126 995 Changed the way multichannel accounting was done.
cannam@126 996
cannam@126 997 2002-12-20 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 998
cannam@126 999 * tests/snr_bw_test.c
cannam@126 1000 Rearranged order of tests.
cannam@126 1001
cannam@126 1002 2002-12-17 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 1003
cannam@126 1004 * doc/lists.html
cannam@126 1005 Added "subscribe" HREF.
cannam@126 1006
cannam@126 1007 2002-12-15 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 1008
cannam@126 1009 * src/src_zoh.c src/src_linear.c
cannam@126 1010 Fixed a bug which was causing an incorrent number of output samples to be
cannam@126 1011 generated for a given conversion ratio and number of input samples.
cannam@126 1012
cannam@126 1013 * tests/streaming_test.c tests/termination_test.c
cannam@126 1014 Modified pick up the above problem if it returns.
cannam@126 1015
cannam@126 1016 2002-12-14 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 1017
cannam@126 1018 * tests/streaming_test.c
cannam@126 1019 Modified to mix long and short input buffers. This will help testing of
cannam@126 1020 smooth switching between standard sinc_process() and long_sinc_process().
cannam@126 1021
cannam@126 1022 2002-12-11 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 1023
cannam@126 1024 * examples/audio_out.c
cannam@126 1025 More hacking to get this working on Win32.
cannam@126 1026
cannam@126 1027 * tests/src-evaluate.c
cannam@126 1028 More work.
cannam@126 1029
cannam@126 1030 2002-12-05 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 1031
cannam@126 1032 * src/samplerate.[ch] src/Version_script.in Win32/libsamplerate.def
cannam@126 1033 Added function src_get_version() to return a version string.
cannam@126 1034
cannam@126 1035 * examples/sndfile-resample.c
cannam@126 1036 Add "--version" option to print out a version string.
cannam@126 1037
cannam@126 1038 * tests/src-evaluate.c
cannam@126 1039 New file. This program will be used to evaluate other sample rate
cannam@126 1040 converters for comparison to the rabbit.
cannam@126 1041
cannam@126 1042 * tests/calc_snr.[ch] tests/snr_bw_test.c
cannam@126 1043 Minor changes required by src-evaluate program.
cannam@126 1044
cannam@126 1045 2002-12-04 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 1046
cannam@126 1047 * Win32/config.h
cannam@126 1048 New file for Win32. When building for Win32, this file gets copied into the
cannam@126 1049 src/ directory.
cannam@126 1050
cannam@126 1051 * Make.bat
cannam@126 1052 First attempt to see if this works.
cannam@126 1053
cannam@126 1054 * src/*.[ch]
cannam@126 1055 Changed name of SRC_PRIVATE filed errno to error because the brain damaged
cannam@126 1056 Win32 compiler was barfing.
cannam@126 1057
cannam@126 1058 2002-12-03 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 1059
cannam@126 1060 * examples/audio_out.c
cannam@126 1061 Now working on MacOSX.
cannam@126 1062
cannam@126 1063 * examples/varispeed-play.c
cannam@126 1064 Add ability to choose converter.
cannam@126 1065
cannam@126 1066 2002-12-03 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 1067
cannam@126 1068 * configure.ac
cannam@126 1069 Fixes for MacOSX.
cannam@126 1070
cannam@126 1071 * examples/new-varispeed-play.c examples/varispeed-play.c
cannam@126 1072 The first file replaces the later.
cannam@126 1073
cannam@126 1074 2002-12-02 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 1075
cannam@126 1076 * src/float_cast.h
cannam@126 1077 New file for lrint() and lrintf().
cannam@126 1078
cannam@126 1079 * src/common.h src/src_*.c
cannam@126 1080 Add workaround for systems without <stdint.h>.
cannam@126 1081 Add #include "float_cast.h" to pick up replacement lrint() and lrintf()
cannam@126 1082 functions.
cannam@126 1083
cannam@126 1084 * examples/audio_out.c
cannam@126 1085 Fixes for the case where libsndfile is not found.
cannam@126 1086
cannam@126 1087 * new-varispeed-play.c
cannam@126 1088 Fixes for Solaris. Now works.
cannam@126 1089
cannam@126 1090 2002-11-29 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 1091
cannam@126 1092 * src/high_qual_coeffs.h
cannam@126 1093 Conrad Parker found a file which produced clicking when run thru the
cannam@126 1094 SRC_SINC_BEST_QUALITY filter. Recalculated the filter with slightly less
cannam@126 1095 stringent design parameters and fixed the problem. The band with of the
cannam@126 1096 new filter is 96.6% while the old one was a little ober 97%.
cannam@126 1097
cannam@126 1098 2002-11-28 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
cannam@126 1099
cannam@126 1100 * All files.
cannam@126 1101 libsamplerate is working. There have been a couple of private releases
cannam@126 1102 for people to test but no public release.