I did a search and did not see a post on this yet.
Get it here
http://reclock.free.fr/
Changes:
* you can now allow ReClock to load only with some players/applications. See advanced settings in config app
* the VBS notification script now receive the file name or the DVD mode if playing a DVD
* added a new audio renderer based on "kernel streaming". This renderer access directly your audio card using a WDM interface, and thus completely bypass Windows internal handling of audio that can alter sound quality (directsound resampling, etc...). See config app
* added an indication in "renderers infos" box that indicate if reclock did alter the audio bitstream (for example to resample, timestrech audio or modify dynamic range)
* the old low quality sound resampler has been replaced with a new one that can achieve much better quality. You can now choose between 4 resampling modes (low quality will use little CPU, higher quality will use more CPU). See config app
* audio time stretching support coming from WinDVD have been dropped, since ReClock now have builtin timestretching code that yields better audio quality and is more CPU efficient
* the audio compressor, resampler and timestreching code are now plugins (DLL) that are loaded by ReClock at startup. This is more GPL compliant since ReClock does not need a single line of GPL code to be compiled, and you can now alter those plugins using the source distribution given with ReClock
* you can now bypass the monitor detection in multi-head environnement. It can be automatic as in version 1.4 or you can force ReClock to think it is running on a specified monitor. See config app
* tray icon can be disabled with config app
* built-in framerate estimator is now compatible with Trimension DNM (WinDVD feature)
* improved builtin framerate estimator (less sensitive to cpu load, works better with NTSC DVD)
* added new choices in adaptation menu
* ReClock will no more display a crash dialog when the code responsible of the crash was not in ReClock itself (too many people associated those crashes with problems in ReClock). Crash data will be silently logged anyway, and error will be reported as if ReClock was not loaded
* fixed problem in video card detection at startup in multi-monitor config
* fixed bugs that would lead to a crash when video card detection goes wrong at startup or when resolution change
* fixed a bug in automatic monitor tracking (would not detect that the player window was dragged to another monitor)
* fixed a bug in refresh rate detection that could be false sometimes with some NVidia cards
* fixed a bug in crash situation when the crash dialog that would not always appear leaving the player in some zombie state
* fixed a bug in PCM 32 bits sound handling that would distort sound in some rare cases
* fixed a bug that could cause a crash if event notification was enabled and player was in disabled players list
* reduced dramatically memory footprint of ReClock especially when multichannel audio is played
* compiled with VS2005 and latest SDKs
* other various bugfixes