thomasvs / morituri

For those about to RIP - a Unix CD ripper preferring accuracy over speed
GNU General Public License v3.0
301 stars 42 forks source link

Compute AccurateRip v2 checksum instead of v1. #120

Open hcs64 opened 9 years ago

hcs64 commented 9 years ago

This patch replaces the v1 AccurateRip checksum algorithm currently in morituri with v2. The v2 rips are generally more common, see issue #119.

hcs64 commented 9 years ago

I don't think this is an ideal solution, it would be better to match against either the v1 or v2, but the current checksum code would have to be modified to handle more than one checksum computed simultaneously, and it would be undesirable to run through the whole thing twice (as AR checksumming is already irritatingly slow).