Version 1.8.6.2 beta
* Release Date: Feb 8, 2010
* Download(s):
SetupReClock1862.exe SetupReClock1862.exe
* Changed: Quality settings for resampler
* Changed: Performance of resampler
* Changed: Performance of Wasapi playback
* Some fixes and improvements
Version 1.8.5.5 beta
* Release Date: Dec 21, 2009
* Download(s):
SetupReClock1855.exe SetupReClock1855.exe
* New: Added "audio only" mode, no part of the prebuffer will be skipped
* New: Added option to prohibit loading of ReClock without showing the application dialog, if an application isn't configured in the list
* Fix: Manually setting a sample rate different to the input rate could cause the audio hardware fail to initialise
* At least ReClockDS.dll seems to be required
Version 1.8.5.3 beta
* Release Date: Dec 19, 2009
* Download(s):
SetupReClock1853.exe SetupReClock1853.exe
* Improved support for Arcsoft TMT 3.0., added ReClockRedirect.dll which replaces the original ASAudioRenderer.dll
* Removed ReClockDS.dll, ReClockWV.dll, ReClockPW.dll, ReClockPW7.dll, ReClockPW8.dll, ReClockPW9.dll and ReClockAS.dll. Everything is now combined in ReClock.dll for better maintenance
* Some fixes and improvements
Version 1.8.5.1 beta
* Release Date: Dec 14, 2009
* Download(s):
SetupReClock1851.exe SetupReClock1851.exe
* New: Added support for Arcsoft TMT 3.0. Warning, this will probably not work for everyone!
* Some fixes and improvements
Version 1.8.5.0 beta
* Release Date: Dec 13, 2009
* Download(s):
SetupReClock1850.exe SetupReClock1850.exe
* New: Option to specify output sample rate.
* Note: Hardware resampling will always be disabled, if the output sample rate differs from the input sample rate
* New: AC3 encoder can be used with input rates different from 48 kHz
* New: Uninstall added to Windows add/remove programs
* Fix: HD DVD playback with ArcSoft TMT & PowerDVD 7
Version 1.8.4.8 beta
* Release Date: Aug 16, 2009
* Download(s):
SetupReClock1848.exe SetupReClock1848.exe
* New: Added support for PowerDVD 9
* New: Added support for PowerDVD 8 build 3017
* Change: Removed "Force ReClock to be loaded in PowerDVD" setting.
* Some fixes and improvements
Version 1.8.4.7 beta
* Release Date: Aug 7, 2009
* Download(s):
SetupReClock1847.exe SetupReClock1847.exe
* Change: Improved speaker output configuration with WASAPI
* Change: Improved speaker mapping
* Change: Built-in estimator is now more accurate with higher frame rates
Version 1.8.4.6 beta
* Release Date: Aug 6, 2009
* Download(s):
SetupReClock1846.exe SetupReClock1846.exe
* Change: Improved speaker output configuration with WASAPI
* Change: Improved speaker mapping
* Change: Built-in estimator is now more accurate with higher frame rates- New: Support for ArcSoft TMT 6
- New: Support for PowerDVD 13
* ReClock DirectShow Filter 1.6:
- 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