diff --git a/DOCS/en/codecs.html b/DOCS/en/codecs.html index fc1134e5d6..5c1bf5983b 100644 --- a/DOCS/en/codecs.html +++ b/DOCS/en/codecs.html @@ -58,8 +58,8 @@

The new generation of this codec is called DivX4 and can even decode movies made with the infamous DivX codec! In addition it is much faster than - the native Win32 DivX DLLs but slower than libavcodec. Hence its usage as a - decoder is DISCOURAGED. However, it is useful for encoding. One + the native Win32 DivX DLLs but slower than libavcodec. Hence its usage + as a decoder is DISCOURAGED. However, it is useful for encoding. One disadvantage of this codec is that it is not available under an Open Source license.

@@ -129,12 +129,13 @@ it correctly.

-

2.2.1.2 FFmpeg DivX/libavcodec

+

2.2.1.2 FFmpeg/libavcodec

FFmpeg contains an open source codec package, which is capable of decoding streams encoded with - H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/HuffYUV/SVQ1/SVQ3 + H263/MJPEG/LJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/HuffYUV/SVQ1/SVQ3/ + MPEG1/MPEG2/VCR1/VCR2/ASV1/ASV2/CLJR video, or WMA (Windows Media Audio) audio codecs. Not only some of them can be encoded with, but it also offers higher speed than the Win32 codecs or the DivX.com DivX4/5 library!