The purpose of ReClock is to definitely get rid of jerky playback of AVI and MPEG material on a PC (or a PC connected to a TV).
It's a DirectShow filter which is loaded in place of the default directsound audio renderer.
It provides a new reference clock that is locked to the video card hardware clock, in order to ensure that frames are played at the exact speed of what is expected by the video card vertical sync.
It also provides a frame rate adaptator for media files that do not match a multiple of the video card refresh rate.
Finally it is an audio renderer with hardware or software rate adaptation in real-time, multi-channel audio, and dynamic range compression capabilities.
What's New in This Release:
· 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 a registration system to handle "kernel streaming" authorization. Without registration "kernel streaming" will work for 2 minutes, and then sound will stop and go indefinitly.
· 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
· 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
|