google / wuffs

Wrangling Untrusted File Formats Safely
Other
4.07k stars 129 forks source link

ractool doesn't fully suport lz4 or zstd #23

Open nigeltao opened 4 years ago

nigeltao commented 4 years ago

They're partially supported, but:

Supporting -cchunksize will require implementing a 'cut' package, similar to the existing github.com/google/wuffs/lib/zlibcut.

Supporting -resources will probably require the upstream LZ4 and Zstd C libraries to provide stable API for dictionaries + streaming. Issues filed as LZ4 #791 and Zstd #1776.