google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Add MD5 checksum of YUV result files to result structure. #66

Closed alvestrand closed 9 years ago

alvestrand commented 9 years ago

This will allow checking that decode results are unchanged in a fashion that detects changes both in the encoding and in the decoding software, and without reference to file formats.

The commit also restructures Execute() to separate out the _DecodeFile component for better maintainability.

phoglund commented 9 years ago

lgtm