1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-20 00:11:38 +02:00
soundtouch/source/SoundTouch
2009-12-28 19:27:04 +00:00
..
3dnow_win.cpp Cleaned code with Lint 2009-02-21 16:00:14 +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 Cleaned code with Lint 2009-02-21 16:00:14 +00:00
cpu_detect_x86_gcc.cpp Fixed ambiguities in Solaris compilation 2009-02-25 17:13:51 +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 Fixed ambiguities in Solaris compilation 2009-02-25 17:13:51 +00:00
FIRFilter.h Cleaned code with Lint 2009-02-21 16:00:14 +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 Cleaned code with Lint 2009-02-21 16:00:14 +00:00
sse_optimized.cpp Couple of improvements: 2009-05-17 11:35:13 +00:00
TDStretch.cpp Updated automatic parameter adjustment logic to reduce tone wobbling at large tempo changes. 2009-12-28 19:27:04 +00:00
TDStretch.h Couple of improvements: 2009-05-17 11:35:13 +00:00