RSS feed
f2227a14
– Erik de Castro Lopo <erikd@coltrane>
authored
on 2004/09/11 22:55
Add --enable-gcc-werror configure option.
8ef3d1e6
– Erik de Castro Lopo <erikd@coltrane>
authored
on 2004/09/11 22:12
Preliminary support for compiling with MinGW.
850e9c3f
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/09/10 07:09
Check for <sys/times.h> and use that in src-evaluate.c.
420c1439
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/09/10 05:51
Bump version to 0.1.2.
d5883477
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/09/10 05:44
Update ChangeLog.
adebe2f6
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/09/10 05:43
Add function callback_reset_test().
5f4abc50
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/09/10 05:43
Reset SRC_PRIVATE fields saved_data and saved_frames in src_reset().
f9937b66
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/09/10 05:21
Move MIN/MAX/ABS/ARRAY_LEN macros to util.h.
b008a5a7
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/08/26 19:07
Fix typo in name stsrings of sinc converters.
ebdd2e80
– Erik de Castro Lopo <erikd@coltrane>
authored
on 2004/07/18 02:41
Changes required for release 0.1.1.
029bc059
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/07/17 22:55
Add "make check-asm" target.
ce3c49b5
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/07/17 22:53
Bump version to 0.1.1.
2f7c74f5
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/07/04 23:13
Improve checking for possible overflow in fixed point counters.
40148919
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/07/04 21:39
Use ARRAY_LEN macro in sinc_set_converter().
ef823b1f
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/07/04 07:15
Update .arch-inventory.
115a05fd
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/07/04 07:14
Add insanity.h filter definition.
3770b8ea
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/07/04 06:38
Improve octave scripts used for calculating filers.
b9e50b54
– Erik de Castro Lopo <erikd@coltrane>
authored
on 2004/07/03 02:52
Add a test script to check for x86 fldcw instructions in asm output.
8a0bf641
– Erik de Castro Lopo <erikd@coltrane>
authored
on 2004/07/01 06:50
Remove all constructs in src_sinc.c which would result in an fldcw instruction on x86.
5f270f41
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/06/28 05:37
Minor cleanup of fixes in src_sinc.c.
f714fb93
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/06/27 09:13
Use fmod() to calculate input_index. This is more resitant to rounding errors than -= floor(input_index).
7d077a4b
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/06/26 22:00
Update ChangeLog.
8d72d0fe
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/06/26 21:53
Remove redundant field in SINC_FILTER struct.
aff4ab16
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/06/15 07:44
Fix : must truncate output file if restarting conversion in sndfile-resample.
e3755e2c
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/06/15 05:11
Modify sndfile-resample to restart conversion if clipping has occurred.
0bbb338f
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/06/09 06:27
Pull in benchmark program from --benchmark branch.
c841b0aa
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/06/03 05:10
Minor cleanup of FAQ.
652200fd
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/06/03 05:04
Update FAQ with Q/A on lossi-ness of resampling process.
fc13052c
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/05/27 21:53
Make sinc/zoh/linear_process functions static and remove from common.h.
058486e8
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/05/27 08:09
Change tagging method from explicit to tagline for some files.
86e9e77c
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/05/26 20:54
Update ChangeLog.
7b2ced0c
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/05/26 20:54
Fix formatting.
b9ffd246
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/05/26 20:38
Improve callback_test to find input/output length mismatches.
cdb30e3b
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/05/26 20:36
Bump version to 0.1.1pre2.
99bd57ec
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/05/25 08:02
Update ChangeLog.
52808421
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/05/25 07:54
Fix problem with src_callback_read() where unused frames were not saved between successive calls.
128d53e0
– Erik de Castro Lopo <erikd@miles>
authored
on 2004/05/23 19:16
Bump configure version to 0.1.1pre1.
b7546560
– Erik de Castro Lopo <
[email protected]>
authored
on 2004/04/20 06:36
In configure.ac use AC_HELP_STRING in AC_ARG_ENABLE statements.
254f73ef
– Erik de Castro Lopo <
[email protected]>
authored
on 2004/03/31 22:07
Open output file in WRITE mode instead of RDWR.
6c6b9061
– Erik de Castro Lopo <
[email protected]>
authored
on 2004/03/31 17:11
Report libsamplerate version number and remove unused debug.
d8874bf2
– Erik de Castro Lopo <
[email protected]>
authored
on 2004/03/13 22:57
Win32 fixes and updates to Win32/config.h and Win32/sndfile.h.
fe9fab4f
– Erik de Castro Lopo <
[email protected]>
authored
on 2004/03/13 06:12
Improve warning message if mmreg.h not found under MinGW.
7af7d49b
– Erik de Castro Lopo <
[email protected]>
authored
on 2004/03/12 18:25
Add $(EXEEXT) to test programs for use under MinGW.
a9b94c0b
– Erik de Castro Lopo <
[email protected]>
authored
on 2004/03/04 21:38
Mods to configure.ac to make it work with mingw32msvc.
10c87926
– Erik de Castro Lopo <
[email protected]>
authored
on 2004/02/26 19:42
Remove kiss fft and add --disable-fftw ./configure option.
bd5c8deb
– Erik de Castro Lopo <
[email protected]>
authored
on 2004/02/22 04:21
Update copyright dates on all files. Add kiss_fft files.
d9d2d271
– Erik de Castro Lopo <
[email protected]>
authored
on 2004/02/01 03:43
Fix Win32/config.h and fix spelling in ChangeLog.
f5a61fdb
– Erik de Castro Lopo <
[email protected]>
authored
on 2004/01/31 05:53
Add sse-optimise.txt containing configure stuff for SSE/3DNOW.
f8f7d9d1
– Erik de Castro Lopo <
[email protected]>
authored
on 2004/01/26 18:04
Changed allowed SRC ratio range to [1/256, 256].