descriptionmirror for libvpx
homepage URLhttp://www.webmproject.org/
repository URLgit://review.webmproject.org/libvpx.git
ownermatmaul2003@yahoo.fr
last changeWed, 31 Aug 2011 14:18:52 +0000 (31 07:18 -0700)
content tags
add:
README
vpx Multi-Format Codec SDK
README - 19 May 2010

Welcome to the WebM VP8 Codec SDK!

COMPILING THE APPLICATIONS/LIBRARIES:
  The build system used is similar to autotools. Building generally consists of
  "configuring" with your desired build options, then using GNU make to build
  the application.

  1. Prerequisites

    * All x86 targets require the Yasm[1] assembler be installed.
    * All Windows builds require that Cygwin[2] be installed.
    * Building the documentation requires PHP[3] and Doxygen[4]. If you do not
      have these packages, you must pass --disable-install-docs to the
      configure script.

    [1]: http://www.tortall.net/projects/yasm
    [2]: http://www.cygwin.com
    [3]: http://php.net
    [4]: http://www.doxygen.org

  2. Out-of-tree builds
  Out of tree builds are a supported method of building the application. For
  an out of tree build, the source tree is kept separate from the object
  files produced during compilation. For instance:

    $ mkdir build
    $ cd build
    $ ../libvpx/configure <options>
    $ make

  3. Configuration options
  The 'configure' script supports a number of options. The --help option can be
  used to get a list of supported options:
    $ ../libvpx/configure --help

  4. Cross development
  For cross development, the most notable option is the --target option. The
  most up-to-date list of supported targets can be found at the bottom of the
  --help output of the configure script. As of this writing, the list of
  available targets is:

    armv5te-linux-rvct
    armv5te-linux-gcc
    armv5te-symbian-gcc
    armv6-darwin-gcc
    armv6-linux-rvct
    armv6-linux-gcc
    armv6-symbian-gcc
    iwmmxt-linux-rvct
    iwmmxt-linux-gcc
    iwmmxt2-linux-rvct
    iwmmxt2-linux-gcc
    armv7-linux-rvct
    armv7-linux-gcc
    mips32-linux-gcc
    ppc32-darwin8-gcc
    ppc32-darwin9-gcc
    ppc64-darwin8-gcc
    ppc64-darwin9-gcc
    ppc64-linux-gcc
    x86-darwin8-gcc
    x86-darwin8-icc
    x86-darwin9-gcc
    x86-darwin9-icc
    x86-linux-gcc
    x86-linux-icc
    x86-solaris-gcc
    x86-win32-vs7
    x86-win32-vs8
    x86_64-darwin9-gcc
    x86_64-linux-gcc
    x86_64-solaris-gcc
    x86_64-win64-vs8
    universal-darwin8-gcc
    universal-darwin9-gcc
    generic-gnu

  The generic-gnu target, in conjunction with the CROSS environment variable,
  can be used to cross compile architectures that aren't explicitly listed, if
  the toolchain is a cross GNU (gcc/binutils) toolchain. Other POSIX toolchains
  will likely work as well. For instance, to build using the mipsel-linux-uclibc
  toolchain, the following command could be used (note, POSIX SH syntax, adapt
  to your shell as necessary):

    $ CROSS=mipsel-linux-uclibc- ../libvpx/configure

  In addition, the executables to be invoked can be overridden by specifying the
  environment variables: CC, AR, LD, AS, STRIP, NM. Additional flags can be
  passed to these executables with CFLAGS, LDFLAGS, and ASFLAGS.

  5. Configuration errors
  If the configuration step fails, the first step is to look in the error log.
  This defaults to config.err. This should give a good indication of what went
  wrong. If not, contact us for support.

SUPPORT
  This library is an open source project supported by its community. Please
  please email webm-users@webmproject.org for help.
shortlog
2011-08-31 Scott LaVarnwayMerge "Skip computation of distortion in vp8_pick_inter... master
2011-08-31 Scott LaVarnwayMerge "Removed bmi copy to/from BLOCKD"
2011-08-31 Alpha LamSkip computation of distortion in vp8_pick_inter_mode... 54/2854/1
2011-08-30 John KoleszarMerge "Recalculate zbin_extra only if regular quantizer...
2011-08-30 Alpha LamRecalculate zbin_extra only if regular quantizer is... 45/2845/1
2011-08-25 Yunqing WangMinor modification on key frame decision22/2822/1
2011-08-24 Fritz KoenigQuiet warning by removing unused variable.17/2817/1
2011-08-24 Scott LaVarnwayRemoved bmi copy to/from BLOCKD15/2815/1
2011-08-24 Fritz KoenigFix naming of sse2 idct functions.12/2812/2
2011-08-24 Scott LaVarnwayMerge "Faster vp8_default_coef_probs"
2011-08-24 JohannFix data accesses for simple loopfilters11/2811/1
2011-08-23 Fritz KoenigUse local labels for jumps/loops in x86 assembly.07/2807/2
2011-08-22 Fritz KoenigReclassify optimized ssim calculations as SSE2.06/2806/1
2011-08-22 Fritz KoenigMerge "Revert "Reclasify optimized ssim calculations...
2011-08-22 Fritz KoenigRevert "Reclasify optimized ssim calculations as SSE2."01/2801/1
2011-08-22 Fritz KoenigMerge "Reclasify optimized ssim calculations as SSE2."
...
tags
12 years ago v0.9.7-p1 2011-08-15 v0.9.7-p1 "Cayuga" patch...
12 years ago v0.9.7 2011-08-04 v0.9.7 "Cayuga" Our...
13 years ago v0.9.6 2011-03-07 v0.9.6 "Bali" Our...
13 years ago v0.9.5 2010-10-28 v0.9.5 "Aylesbury" ...
13 years ago v0.9.2 2010-09-02 v0.9.2 - Enhancements...
13 years ago v0.9.1 2010-06-17 v0.9.1 - Enhancements...
13 years ago v0.9.0 Initial open source release of...
heads
12 years ago master
12 years ago experimental
12 years ago cayuga
12 years ago bali
13 years ago sandbox/holmer/error-concealment
13 years ago sandbox/awatry/initial_opencl_implementation
13 years ago sandbox/atna/dec_sem_sync
13 years ago dixie
13 years ago sandbox/jkoleszar/use-memcpy
13 years ago sandbox/hlundin/error-concealment
13 years ago sandbox/jkoleszar/experimental-knobs
13 years ago aylesbury