google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Show encoding results, and fix a verify-encoding issue. #2

Closed alvestrand closed 9 years ago

alvestrand commented 9 years ago

It turns out that Matroska files contain some bytes that are generated at random. This PR changes the VerifyEncoding function to skip those bytes by using the "vpxdec --md5" tool to verify that there are no changes.

In addition, a flag for showing full encoding results from list_config_results was added.

phoglund commented 9 years ago

lgtm