1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-20 00:11:38 +02:00
soundtouch/source/SoundTouch
2010-04-23 10:31:02 +00:00
..
AAFilter.cpp Repaired 'const' keyword usage 2009-01-11 11:34:24 +00:00
AAFilter.h Activated SVN keyword expansion 2008-02-10 16:26:55 +00:00
BPMDetect.cpp Added automatic cutoff threshold adaptation to beat detection routine to better adapt BPM calculation to different types of music 2010-01-06 18:59:23 +00:00
cpu_detect_x86_gcc.cpp Updated cpuid logic for X86_64 2010-04-23 10:31:02 +00:00
cpu_detect_x86_win.cpp Fix for x86-64 support: Removed pop/push instructions from the cpu detection algorithm. 2009-02-13 16:22:48 +00:00
cpu_detect.h Activated SVN keyword expansion 2008-02-10 16:26:55 +00:00
FIFOSampleBuffer.cpp Check for empty buffer 2009-02-27 17:24:42 +00:00
FIRFilter.cpp Retired 3DNow! optimizations as obsolete 2010-01-24 12:40:30 +00:00
FIRFilter.h Retired 3DNow! optimizations as obsolete 2010-01-24 12:40:30 +00:00
Makefile.am Repaired Linux compilation 2008-12-25 16:33:39 +00:00
mmx_optimized.cpp Bugfix: FIR filter went too far in processing buffer - this is incorrect although it didn't cause any change to the outcome. 2009-10-31 14:53:23 +00:00
PeakFinder.cpp Cleaned code with Lint 2009-02-21 16:00:14 +00:00
PeakFinder.h Cleaned code with Lint 2009-02-21 16:00:14 +00:00
RateTransposer.cpp Bugfix: Added a check against zero processing samples into rate transposing routines 2009-10-31 14:37:24 +00:00
RateTransposer.h Cleaned code with Lint 2009-02-21 16:00:14 +00:00
SoundTouch.cpp Fixed a typo bug 2009-05-19 04:57:30 +00:00
SoundTouch.dsp Updated changed directories 2008-12-25 18:12:41 +00:00
SoundTouch.dsw Activated SVN keyword expansion 2008-02-10 16:26:55 +00:00
SoundTouch.sln Initial commit as per SoundTouch v1.3.1 2008-02-10 16:24:28 +00:00
SoundTouch.vcproj Retired 3DNow! optimizations as obsolete 2010-01-24 12:40:30 +00:00
sse_optimized.cpp Retired 3DNow! optimizations as obsolete 2010-01-24 12:40:30 +00:00
TDStretch.cpp Retired 3DNow! optimizations as obsolete 2010-01-24 12:40:30 +00:00
TDStretch.h Retired 3DNow! optimizations as obsolete 2010-01-24 12:40:30 +00:00