|
|
|
This page contains some additional Delphi components, classes and a few conversions i have created. |
|
djbfft is a conversion of D. J. Bernstein Complex Split Radix FFT to Delphi. Precision can be setup to single, double and extended and the FFT size goes up to 8192 points. For single precision i'd recommend using the FFT from the DC-DSP components, because it's further optimized for SSE/3DNow instructions. This unit is plain pascal code.
|
|
AlphaBlend is an alpha blending unit for 24 bit bitmaps. It is based on TBSMorphButton by Babak Sateli and further optimized using MMX instructions. The MMX code has been converted using MMXAsm to be able to compile this unit even under Delphi 5.
|
|
This unit is a conversion of the ITrackInfo, IChapterInfo and IKeyFrameInfo interfaces to Delphi, which are implemented in Gabest's MatroskaSplitter filter for DirectShow.
|
|
This unit is a conversion of the IDirectVobSub and IDirectVobSub2 interfaces to Delphi, which are implemented in Gabest's VSFilter for DirectShow. This unit also contains a COM class for the external subtitle parsing feature for DVD's of the VSFilter.
|
|
Delphi conversion for the LAME DirectShow Encoder.
Updated version by Martin Offenwanger.
|
|
|
|
|
|
|