Skip to content
/ alfalfa Public
forked from excamera/alfalfa

VP8 Encoder/Decoder, Implemented in Explicit State-Passing Style

Notifications You must be signed in to change notification settings

eorbay/alfalfa

This branch is 3 commits ahead of, 46 commits behind excamera/alfalfa:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9af058 · May 9, 2017
Jan 13, 2014
Aug 29, 2016
Mar 30, 2016
Jan 20, 2017
May 9, 2017
Apr 28, 2017
Oct 3, 2016
Jan 7, 2017
Aug 29, 2016
Nov 23, 2016
Aug 21, 2013
Jan 17, 2017
Jan 11, 2016

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

VP8 Encoder/Decoder, Implemented in Explicit State-Passing Style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.6%
  • Assembly 29.5%
  • Perl 1.1%
  • Makefile 0.8%
  • Python 0.6%
  • M4 0.4%