What’s New about FFVCL?
- Based on FFmpeg 1.1
- New feature Active of FFLogger
- More minor improvments and some bug fix
Delphi FFmpeg VCL Components 5.0 Release Notes
- Based on FFmpeg 1.0.1
- New GDICapture as integrated successor of ScreenCapture and WaveCapture
- More minor improvments and some bug fix
Delphi FFmpeg VCL Components 4.7 Release Notes
- Support Delphi XE3
- Support both VCL and FireMonkey for both Windows and Mac OS X Lion (Professional Edition only)
- New component FXPlayer (Professional Edition only)
- New feature LogToFile of FFLogger
- Many minor improvments and some bug fix
Delphi FFmpeg VCL Components 4.6 Release Notes
- Based on FFmpeg 0.10.x
- New helper class TCircularBuffer and TCircularBufferStream
- New demo sample NetworkConverter and NetworkPlayer
- Other minor improvments and some bug fix
Delphi FFmpeg VCL Components 4.5 Release Notes
- Version number changed from 4.1 to 4.5 indicating mass changes
- Based on FFmpeg 0.9.x
- The encoder core rewritten for FFmpeg 0.9.x
- New powerfull and flexible options which are almost compatible with the parameters of ffmpeg command line
- Improved joining ability such as support codec ‘copy’ mode
- Many minor improvments and some bug fix
Delphi FFmpeg VCL Components 4.1 Release Notes
Delphi FFmpeg VCL Components 4.0 Release Notes
- Compatible with Lazarus Win32
- Based on FFmpeg 0.8.x
- Support DirectShow capture
- Support RTMP protocol
- Support encoding in multiple threads
- Support Frame Hook in original format
- More improvements…
Delphi FFmpeg VCL Components 3.9 Release Notes
- Support audio mixing
- Support multiple instances of player
- More improvements…
Delphi FFmpeg VCL Components 3.8 Release Notes
- Support adjust brightness and contrast
- Support adjust hue and saturation
- More improvements…
Delphi FFmpeg VCL Components 3.7 Release Notes
- Support decode audio (FFDecoder)
- Remove CropXXX options and use the crop filter instead
- Several minor improvements…
Delphi FFmpeg VCL Components 3.6 Release Notes
- Support Delphi XE/2011
- Support Packet Input (H.263, H.264, MJPEG, M4V, MPEGVideo, VC1)
- Several minor improvements…
Delphi FFmpeg VCL Components 3.5 Release Notes
- Version number changed from 3.3 to 3.5 indicating mass changes
- Support Audio Hook
- Support directly PCM wave data input.
- Support directly PCM wave data output.
- More other minor improvements…
Delphi FFmpeg VCL Components 3.3 Release Notes
- Work with HTML5 video
- Support VP8 codec
- Support WebM containe
- New property Seeking of FFPlayer.
- More other minor improvements…
Delphi FFmpeg VCL Components 3.2 Release Notes
- Support WebCam Capture
- Catch exception in converting thread and playing thread.
- FFPlayer support video filters and dvdsub subtitle.
- Significant improvement on stability and performance of FFPlayer
- More other minor improvements…
Delphi FFmpeg VCL Components 3.1 Release Notes
- AVProbe support decoding previous frame/next key-frame/previous key-frame.
- FFPlayer support DirectDraw video driver(smoothing/antialiasing available).
- Improve seeking feature of FFPlayer.
- Improve stability of FFPlayer
- More other minor improvements…
Delphi FFmpeg VCL Components 3.0 Release Notes
- Support YUV Frame Input.
- Support Frame Output (RGB, MJPEG, H.264, YUV).
- Support Wave Capture.
- FFmpegVCL component refactoring and improvements.
- AVprobe component refactoring and improvements.
- More demo applications available.
- More other minor improvements…
Delphi FFmpeg VCL Components 2.5 Release Notes
- Support Delphi 2010.
- Support decoding Windows Media Audio Pro.
- Support Frame Input.
- Support Screen Capture.
- Support preset options for libx264.
- New FFLogger component.
- Several minor improvements…
Delphi FFmpeg VCL Components 2.4 Release Notes
- Join multiple input files in variable formats to one output file.
- FFPlayer can also catch av_log() message.
- Mass refactoring: av_encode() of FFmpeg.pas.
- Several minor improvements…
Delphi FFmpeg VCL Components 2.3c Release Notes
- Support Unicode path of libraries.
- Support Unicode filename of input/output.
- New property AspectRatio of FFPlayer.
- New function SeekAndReadFramePicture() of TAVProbe.
- Several minor improvements…
Delphi FFmpeg VCL Components 2.3b Release Notes
- StartConvert(0) will not return before all tasks are finished.
- New property VerticalFlip of FFPlayer.
- New property ReadFrameSuccess of TAVProbe.
- Several minor improvements…
Delphi FFmpeg VCL Components 2.3a Release Notes
- Add TimeStart64 and TimeLength64 options to represent microsecond.
- New event OnHook. (FFPlayer)
- Increase detecting the end of file. (FFPlayer)
- Several minor improvements…
Delphi FFmpeg VCL Components 2.3 Release Notes
- Support previewing with Bitmap while converting. (property OnPreviewBitmap: TPreviewBitmapEvent)
- New helper class TFFmpegLoader for loading DLLs.
- New component TFFPlayer for playing media files. (it is not free.)
- Several minor improvements…
Delphi FFmpeg VCL Component 2.2c Release Notes
- Support previewing while converting.
Delphi FFmpeg VCL Component 2.2 Release Notes
- New feature Stream I/O Protocol is available.
- New component TEventStreamAdapter for stream I/O events.
Delphi FFmpeg VCL Component 2.1 Release Notes
- Support Video Filters, such as flip, negate, scale, rate, etc.
- Add property AVFileInfo(TAVProbe)
- XviD codec speed up
- More minor improvments
Delphi FFmpeg VCL Component 2.0 Release Notes
- New class TAVProbe for obtaining the input file’s information and previewing frames according the timestamp specified.
- Supports external standard Video Hook DLLs.
- New OnCustomHook event, dosn’t depend on external Video Hook DLLs, it’s very easy and powerful.
- Remove property AudioChannels, AudioSampleRate, FrameHeight, FrameWidth, FrameAspectRatio, FramePixFmt, FrameRate, instead of AVProbe which is able to obtain more detail information.
- Supports input streams mapping to output streams.