submitted by
zicmu
on 13-01-2007
1. About ffdshow video decoder
ffdshow is a DirectShow decoding filter for decompressing DIVX movies.
It uses libavcodec from FFmpeg project for video decompression and
compression (It can use xvidcore.dll installed with xvid codec, too.),
postprocessing code from MPlayer to enhance visual quality of low
bitrate movies, and is based on original DirectShow filter from Xvid,
which is GPL'ed educational implementation of MPEG4 encoder.
2. Features
- fast video decompression using optimized MMX, SSE and 3DNow! code
- support for different codecs: Xvid and all DIVX versions
- support for H.264 and H.264/AVC (Advanced Video Coding)
- additional support for MSMPEG4v1, MSMPEG4v2, MSMPEG4v3 and H.263
- can act as generic postprocessing filter for other decoders like MPEG1 or
MPEG2
- image postprocessing for higher playback quality
- automatic quality control: automatically reduces postprocessing level when
CPU load is
Latest changes:
- 745 : updated ff_vfw.dll binary
- 746 : Minor fix of 742.
- Re-enabled CoInitialize & CoUninitialize with protection.
- 747 : Bug fix of rev 746
- missing erase.
- 748 : updated ff_vfw.dll binary minor fix
- 749 : Added current subtitles retrieval
- 750 : libmpeg2 : bug fix : MPEG 1/2 seek issue. Crash and artifact on seek(or startup) is fixed.
- 751 : updated vp3 & h263
- 752 : minor fix
- 753 : removed some warnings: no newline at end of file
- 754 : Doesn't really need exceptions turned on.
- 755 : Small encoding patch by drevil_xxl. This fixes MPEG4 encoding for me.
- 756 : updated xvid main header file.
- 757 : added encoding support for multithreaded xvidcore 1.2
- 758 : Unconditionally enable Theora decoder. It works fine now and there is no. Theora support through libtheora in FFmpeg.
- 759 : fix av_reduce() with things like 1/0 and 0/0
- Too Short ...