这是indexloc提供的服务,不要输入任何密码
Skip to content

wisc-landherr/alfalfa

 
 

Repository files navigation

Alfalfa Build Status

Alfalfa is a VP8 encoder and decoder, implemented in explicit state-passing style.

This implementation passes the VP8 conformance tests.

Build directions

To build the source, you'll need the following packages:

  • g++ >= 5.0
  • yasm
  • libxinerama-dev
  • libxcursor-dev
  • libglu1-mesa-dev
  • libboost-all-dev
  • libx264-dev
  • libxrandr-dev
  • libxi-dev
  • libglew-dev
  • libglfw3-dev

The rest should be straightforward:

$ ./autogen.sh
$ ./configure
$ make -j$(nproc)
$ sudo make install

About

Purely functional video codec, used for ExCamera and Salsify

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 72.6%
  • Assembly 24.9%
  • Perl 1.0%
  • Makefile 0.7%
  • Python 0.5%
  • M4 0.3%