RSS feed
29b71dfb
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/02/14 16:17
Fix a segfault which occurs when memcpy is passed a bad length parameter. Thanks to David Cournapeau for the bug report.
d4f1dc2e
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/02/14 12:54
src/common.h : Warn unused.
cc3f1613
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/02/14 12:44
Add new error value SRC_ERR_SINC_PREPARE_DATA_BAD_LEN.
ab986770
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/02/13 14:54
Fix SRC_ERR_BAD_SRC_RATIO error string. Thanks David Cournapeau.
e7aaf191
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/01/30 16:53
configure.ac : Bump to version 0.1.7pre1.
e613821c
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/01/30 16:51
src/src_sinc.c : Replace C99 Variable Length Array with arrays allocated on the heap so that libsamplerate can be compiled with crappy compilers like MSVC.
2c47fa8a
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/01/28 01:08
Updates for 0.1.6 release.
0ebd5053
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/01/12 15:28
tests/termination_test.c : Fix termination test error on x86_64. Error probably due to difference in rounding.
2931dcd0
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/01/11 16:48
doc/history.html : Minor tweak.
912f4f7e
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/01/11 15:09
localinstall.py : Fix it.
e4dc46c1
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/01/11 15:08
Remove Win32 directory from distributed tarball.
4a32e6ce
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/01/11 15:07
doc/*.html : Updates for 0.1.5 release.
816bf8bb
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2009/01/11 14:45
doc/win32.html : Update compile docs.
31b3b1f6
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/19 16:49
src/src_sinc.c : Formatting tweaks.
27da0078
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/17 16:43
doc/fb2k.html : Specity that the plugin use version 0.1.2 not 0.1.3 or later and explain why.
f69f0c20
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/16 10:16
tests/multi_channel_test.c : Only test 1, 2 and 3 channels for ZOH and linear converters.
574720af
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/16 08:32
src/src_sinc.c : Make 6 channel Sinc conversion another special case. Use Duff's Device to speed up the multi-channel case.
c7aa81b1
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/16 06:15
tests/ : Update tests to make sure tests include tests for 10 channels.
9204b034
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/15 16:43
tests/ : Update multichannel tests to make sure tests include tests for 6 channels with the Sinc converters.
9863cefd
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/15 03:59
tests/util.c : Make sure FILE* is closed. Thanks Erik Hovland.
d9d61d0a
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/15 03:59
src/samplerate.c : Move variable definition out one scope level to avoid warnings from static analysis tools. Thanks Erik Hovland.
97c9c4b9
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/14 15:57
src/src_sinc.c : Add comment about 1999 ISO Standard C.
11fe9091
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/14 15:54
Makefile.am : Fix EXTRA_DIST.
66b5a48f
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/13 11:12
configure.ac : Bump version to 0.1.5pre1.
32a6ce8d
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/13 11:00
Merge from -optim branch.
1bb5e8ad
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/13 10:40
src/src_sinc.c : Rejig converter so filter coefficients are calculated once per frame and special case channel counts of 1, 2 and 4.
2da4fd03
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/13 02:31
tests/multichan_throughput_test.c : Do throughput test on all three SINC based converters.
20ad5171
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/12 16:18
tests/multi_channel_test.c : Robustify test.
c6bc4683
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/12 15:14
Merge from --mdev.
94966fc0
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/12 15:08
src/src_*.c : Fix a potential memory leak.
beed7b1e
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/12 10:14
Fix a couple of very minor warnings uncovered by Erik Hovland using a static analysis tool.
cd836757
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/11 05:55
Save fast_stereo_hack.diff.
b248639a
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/11 05:54
Add file tests/multichan_throughput_test.c and hook into build.
d5b699e1
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/11 04:37
configure.ac : Various updates.
36d3e923
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/12/11 04:29
Add dir M4.
2e5df2c7
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/11/20 17:12
Remove reconfigure.mk and add autogen.sh.
d0ce0cec
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/11/11 16:28
Move image files to Images/ and add new donate button.
53ea94b7
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/11/11 13:37
doc/index.html : Update best converter specs.
028669fd
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/10/22 13:39
examples/audio_out.c : Fix gcc-4.3 compiler warning.
a0954978
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/10/17 09:09
doc/faq.html : Add Q/A about accuracy of src_ratio field of SRC_DATA struct.
4793b24c
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/10/09 07:26
INSTALL : Fix minor typo. Thanks to Sean Wood.
1b248f7f
– Erik de Castro Lopo <erikd@mega-nerd.com>
authored
on 2008/09/27 04:27
src/src_sinc.c : Optimization. About a 5% improvement in throughput.