1
1
mirror of https://github.com/wader/fq.git synced 2024-12-19 11:21:47 +03:00
fq/pkg/decode
Mattias Wadman ac276ee119 gzip: Correctly handle multiple members
A gzip file consists of one or more "members" that are concatenated on uncompress.

Introduce a members array with each member and uncompressed is now the concatenation.

Fixes #794
2023-10-24 10:45:32 +02:00
..
decode_gen.go decode,interp: Make synthetic values more visible and not act as decode values 2023-10-07 17:40:16 +02:00
decode_gen.go.tmpl decode,interp: Make synthetic values more visible and not act as decode values 2023-10-07 17:40:16 +02:00
decode.go gzip: Correctly handle multiple members 2023-10-24 10:45:32 +02:00
errors.go decode,interp: Refactor format groups into a proper struct 2023-04-29 20:02:34 +02:00
format.go decode,interp: Refactor format groups into a proper struct 2023-04-29 20:02:34 +02:00
read.go mp4: Nicer major brand and handle some qt brand short strings better 2023-07-26 12:15:51 +02:00
scalar.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
types.json mp4: Nicer major brand and handle some qt brand short strings better 2023-07-26 12:15:51 +02:00
value.go decode,interp: Make synthetic values more visible and not act as decode values 2023-10-07 17:40:16 +02:00