Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · soundtouch-1.9.0
soundtouch
Browse files
May 18, 2015
Tagged release 1.9.0
· 5ef9c29d
oparviai
authored
May 18, 2015
View commits for tag soundtouch-1.9.0
soundtouch-1.9.0
5ef9c29d
Repaired Configure script MMX & SSE detection
· 1a3c1cd5
oparviai
authored
May 18, 2015
1a3c1cd5
Updated readme details
· 2f2b3d75
oparviai
authored
May 18, 2015
2f2b3d75
Change year
· 2cbd68c3
oparviai
authored
May 18, 2015
2cbd68c3
Migrated Automake script variable INCLUDE to AM_CPPFLAGS
· 9ff52beb
oparviai
authored
May 18, 2015
9ff52beb
Add note about VC++ OpenMP dll libraries
· 55dcf4a9
oparviai
authored
May 18, 2015
55dcf4a9
- Update documentation
· 76f76ffb
oparviai
authored
May 18, 2015
76f76ffb
Bugfix: limit __SOFTFP__ switch usage only to Android
· 83e46b56
oparviai
authored
May 18, 2015
83e46b56
soundtouch_config.h configuration patch
· 5ad89947
oparviai
authored
May 18, 2015
5ad89947
Floating point patch in PeakFinder
· 4bc115df
oparviai
authored
May 18, 2015
4bc115df
May 15, 2015
- OpenMP parallel processing disabled by default; can be enabled in compile-time
· d44723ea
oparviai
authored
May 15, 2015
d44723ea
Developed more refined Android example application that also works in ARM & X86 platforms.
· 92973bc1
oparviai
authored
May 15, 2015
92973bc1
May 14, 2015
- Added X86 & MIPS library versions to Android
· 1040bd1d
oparviai
authored
May 14, 2015
1040bd1d
May 01, 2015
Revised autoconf/automake scripts for easier adding of custom CXXFLAGS
· 708f1d7e
oparviai
authored
May 01, 2015
708f1d7e
Mar 01, 2015
Added AC_CONFIG_MACRO_DIR to configure.ac
· cbfec418
oparviai
authored
Mar 01, 2015
cbfec418
Feb 22, 2015
release memory upon destroying instance
· 32dcebc1
oparviai
authored
Feb 22, 2015
32dcebc1
mmx variable initialization patch
· c36e2fa9
oparviai
authored
Feb 22, 2015
c36e2fa9
bugfix
· 3e9cc3fd
oparviai
authored
Feb 22, 2015
3e9cc3fd
Enable openmp for Visual C++ x64 build
· 123e3299
oparviai
authored
Feb 22, 2015
123e3299
Added openmp configuration for gnu buid
· 6935032a
oparviai
authored
Feb 22, 2015
6935032a
Feb 21, 2015
Implemented parallel computation using OpenMP pragmas
· d7d0a5c0
oparviai
authored
Feb 21, 2015
d7d0a5c0
Oct 08, 2014
Eliminated alloca() call that caused compatibility woes
· 126d1ac4
oparviai
authored
Oct 08, 2014
126d1ac4
Oct 05, 2014
Added support for WAV file 'fact' chunk
· bfc89b45
oparviai
authored
Oct 05, 2014
bfc89b45
Patch: Change in Makefile.am doc folder settings
· 5100cefb
oparviai
authored
Oct 05, 2014
5100cefb
Apr 06, 2014
Fixed c++ function name mangling issue in SoundTouch.dll compilation
· 0715880b
oparviai
authored
Apr 06, 2014
0715880b
Added x64 compilation to Visual Studio project files
· 099a6240
oparviai
authored
Apr 06, 2014
099a6240
Replaced custom 'BOOL' type with C++ 'bool'
· 1da2f8e7
oparviai
authored
Apr 06, 2014
1da2f8e7
Replaced custom 'BOOL' type with C++ 'bool'
· e23bd6d0
oparviai
authored
Apr 06, 2014
e23bd6d0
Apr 05, 2014
Repaired Android makefile by adding the new Interpolate...cpp files.
· f68f8e9e
oparviai
authored
Apr 05, 2014
f68f8e9e
Jan 07, 2014
Updated README regarding Visual C++ versions
· 01ba6613
oparviai
authored
Jan 07, 2014
01ba6613
Updated README notes for release 1.8.0
· 9406cf5b
oparviai
authored
Jan 07, 2014
9406cf5b
Enabled Automake silent build option
· b2ff6711
oparviai
authored
Jan 07, 2014
b2ff6711
Fixed GNU compilation
· 33638a22
oparviai
authored
Jan 07, 2014
33638a22
Fixed line endings in configure.ac
· 4da3b1ea
oparviai
authored
Jan 07, 2014
4da3b1ea
Changed version string to 1.8.0
· 2d91306a
oparviai
authored
Jan 07, 2014
2d91306a
Performance improvement in calcCrossCorr function - maintain accumulating...
· 1f6391a9
oparviai
authored
Jan 07, 2014
1f6391a9
Apple compatibility fixes
· afdfb293
oparviai
authored
Jan 07, 2014
afdfb293
Jan 06, 2014
Fixed integer overflow bug in integer versions of cross-correlation routines.
· 746a90d6
oparviai
authored
Jan 06, 2014
746a90d6
Increased Antialias filter length from 32 to 64
· a61c28e3
oparviai
authored
Jan 06, 2014
a61c28e3
Implemented integer version of linear interpolator
· 026ebe38
oparviai
authored
Jan 06, 2014
026ebe38
Loading