bbc / turingcodec

Source code for the Turing codec, an HEVC software encoder optimised for fast encoding of large resolution video content
http://turingcodec.org/
GNU General Public License v2.0
154 stars 39 forks source link

Travis CI implementation and fixes / clean up #2

Closed kupix closed 8 years ago

kupix commented 8 years ago

The codec can now be built and tested by travis-ci. The self tests are now cleaner and there now are two (smoke is gone):

There was an arithmetic overflow problem with 10-bit SATD (Hadamard) for AVX2 that is now fixed. Havoc exists as a git subtree within turingcodec, Havoc is a standalone upstream project which is also built and tested on travis-ci.