pcsx2/3rdparty
gigaherz 5a97b9dd08 Portaudio: sync with portaudio /trunk up to revision 1505 (mostly linux stuff).
----
Revision 1505: wasapi: 
 - implemented support of non-Interleaved buffers (paNonInterleaved) for WASAPI blocking interface for input and output
 - blocking methods will now use PA sample converters
Revision 1504: alsa: - releasing memory of non-MMAPed buffer on stream closure by Pa_CloseStream
Revision 1503: alsa:
 - reverted buffer size (2048) hardcoding for non-MMAPed devices to avoid crash on wrong buffer size usage (whole area requires more work)
 - optimized non-MMAPed device operation to avoid malloc(memset)/free usage on every processing call avoiding significant performance penalty
Revision 1502: alsa:
 - fixed deadlock in PaAlsaStream_WaitForFrames if device is paused, poll() results are now checked for 0 and if 64 times exceeded an error (paTimedOut) is returned
 - removed hardcoded low-limit of latency for non-MMAPed devices, it is an obligation for user to set an acceptable/desired latency value
 - tuned XRUN recovery sequence for MMAPed devices
Revision 1501: fixed compile for DirectSound implementation under MSYS, missing DSSPEAKER_7POINT1_SURROUND define


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3133 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-05-31 19:51:53 +00:00
..
GL Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
SoundTouch cmake: A bunch of 32 bit/64 bit stuff. 2010-05-16 00:36:42 +00:00
bzip2 cmake: A bunch of 32 bit/64 bit stuff. 2010-05-16 00:36:42 +00:00
glew Committing "blood's" work on building PCSX2 and plugins under msvc 2010. 2010-04-30 19:46:43 +00:00
google wxgui: Fix linux builds and other additions/fixes. 2009-07-12 00:55:12 +00:00
liba52 cmake: A bunch of 32 bit/64 bit stuff. 2010-05-16 00:36:42 +00:00
libjpeg Committing "blood's" work on building PCSX2 and plugins under msvc 2010. 2010-04-30 19:46:43 +00:00
portaudio Portaudio: sync with portaudio /trunk up to revision 1505 (mostly linux stuff). 2010-05-31 19:51:53 +00:00
tinyxml Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
w32pthreads Committing "blood's" work on building PCSX2 and plugins under msvc 2010. 2010-04-30 19:46:43 +00:00
wxWidgets wxWidgets/Win32: Disable a bunch of crap we don't use (and likely never will). Saves 150-200k off pcsx2.exe and plugins that link against wx (SPU2-X and ZZogl I think). 2010-05-30 16:44:22 +00:00
zlib cmake: A bunch of 32 bit/64 bit stuff. 2010-05-16 00:36:42 +00:00
3rdparty.props Made a special .props file for null plugins, since they seem to have a different folder structure than the rest. 2010-04-14 19:57:33 +00:00
3rdparty.vsprops wxWidgets/Win32: Keep wx from including <windows.h> into every app/gui related file; reduces window.h global namespace pollution and speeds up compilation times a little bit. 2009-10-07 03:52:05 +00:00
3rdpartyDLL.props Fix PadSSSPSX building, properly fix ZeroSPU2 and the null plugins too. Remove nullplugin_svnroot.props since it's not used anymore (I misunderstood the way props work). 2010-04-15 22:18:32 +00:00
3rdpartyDLL.vsprops w32pthreads: minor optimization using _declspec(thread) for internal thread handles, instead of TlsAlloc. 2009-09-29 05:04:55 +00:00
CMakeLists.txt cmake: Some patches from athos and gregory. spu2-x builds in cmake. 2010-05-15 23:36:13 +00:00
DefaultProjectRootDir.props Made a special .props file for null plugins, since they seem to have a different folder structure than the rest. 2010-04-14 19:57:33 +00:00
DefaultProjectRootDir.vsprops wxgui branch: Maintenance merge against trunk, plus many cleanups and project-level changes. 2009-07-03 00:49:40 +00:00
svn_readme.txt GSopen2: Added GLEW as a static library dependency. We decided it's small enough to merit being packaged with PCSX2's 3rdparty libs, and it fixes GSDX from needing GLEW32.dll. 2009-09-18 16:21:33 +00:00