1
1
mirror of https://github.com/wader/fq.git synced 2024-12-23 13:22:58 +03:00

todo: Add ignore range check idea

This commit is contained in:
Mattias Wadman 2021-09-14 14:53:45 +02:00
parent 31a5047fcd
commit b55f24a5ac

View File

@ -93,6 +93,7 @@
- Somehow control/limit nested decoding, depth/exclude/include? `probe({depth:1})` etc? per format skip options?
- Can't use range while decoding, not calculated yet
- Keep track of encoding for values, u16le, utf8, varint etc
- Option to ignore range checks, decode until read error instead. Ex: mp4 with truncated mdat.
#### Formats