# HG changeset patch # User diego # Date 1048901056 0 # Node ID 198a1413f0ad46a8dd05fc24c976f59db65ef901 # Parent 080540b4f5e26a30f8292339968962284b5aa4a3 Updated XviD CVS instructions by Dmitry Baryshkov . libavcodec updates, correct spelling of XviD + small corrections. diff -r 080540b4f5e2 -r 198a1413f0ad DOCS/en/codecs.html --- a/DOCS/en/codecs.html Sat Mar 29 00:48:05 2003 +0000 +++ b/DOCS/en/codecs.html Sat Mar 29 01:24:16 2003 +0000 @@ -260,12 +260,12 @@ have been tested) platforms.

-

2.2.1.9 XViD

+

2.2.1.9 XviD

-

XViD is a forked development of +

XviD is a forked development of the OpenDivX codec. It happened when ProjectMayo changed OpenDivX to closed source DivX4 (now DivX5), and the non-ProjectMayo people working on OpenDivX - got angry, then started XViD. So both projects have the same origin.

+ got angry, then started XviD. So both projects have the same origin.

ADVANTAGES

@@ -282,27 +282,29 @@

INSTALLING XVID CVS

-

XViD is currently available only from CVS. Here are the - download and installation instructions:

+

XviD is currently available only from CVS. Here are download and installation + instructions (you need at least autoconf 2.50, automake and libtool):

  1. cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login
  2. cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co xvidcore
  3. cd xvidcore/build/generic
  4. -
  5. Edit the Makefile for your architecture (probably - Makefile.linuxx86) to fit your needs.
  6. -
  7. make -f Makefile.linuxx86
  8. -
  9. Copy the divx4.h and xvid.h header files from +
  10. ./bootstrap.sh
  11. +
  12. ./configure
    + You may have to add some options (examine the output of + ./configure --help).
  13. +
  14. make && make install
  15. +
  16. If you specified --enable-divxcompat, + copy the divx4.h header file from xvidcore/src/ to /usr/local/include/.
  17. -
  18. Get encore2.h and decore.h from the DivX4Linux - package, and copy them to /usr/local/include/.
  19. -
  20. Recompile MPlayer with --with-xvidcore=/path/to/libxvidcore.a.
  21. +
  22. Recompile MPlayer with + --with-xvidcore=/path/to/libxvidcore.a.
diff -r 080540b4f5e2 -r 198a1413f0ad DOCS/en/documentation.html --- a/DOCS/en/documentation.html Sat Mar 29 00:48:05 2003 +0000 +++ b/DOCS/en/documentation.html Sat Mar 29 01:24:16 2003 +0000 @@ -93,7 +93,7 @@
  • 2.2.1.6 MS Video1
  • 2.2.1.7 Cinepak CVID
  • 2.2.1.8 RealVideo
  • -
  • 2.2.1.9 XViD
  • +
  • 2.2.1.9 XviD
  • 2.2.1.10 Sorenson
  • diff -r 080540b4f5e2 -r 198a1413f0ad DOCS/en/encoding.html --- a/DOCS/en/encoding.html Sat Mar 29 00:48:05 2003 +0000 +++ b/DOCS/en/encoding.html Sat Mar 29 01:24:16 2003 +0000 @@ -210,7 +210,7 @@ libjpeg (when decoding PNGs, it will use libpng).
  • MEncoder then feeds the decoded image to the chosen video compressor - (DivX4, Xvid, ffmpeg msmpeg4, etc...).
  • + (DivX4, XviD, ffmpeg msmpeg4, etc...).

    Examples