1
1
mirror of https://github.com/wader/fq.git synced 2024-11-29 23:27:12 +03:00
fq/pkg/decode
Mattias Wadman 83ccedc506 mp4,decode: Properly decode ilst items (both mdta and mdir)
Refactor mp4 decoder to be simpler and have fallback for unknown box type
Cleanup some old ilst hacks
Add generic string reader to decode API that takes an encoding parameters
2022-12-08 15:56:22 +01:00
..
decode_gen.go mp4,decode: Properly decode ilst items (both mdta and mdir) 2022-12-08 15:56:22 +01:00
decode_gen.go.tmpl mp4,decode: Properly decode ilst items (both mdta and mdir) 2022-12-08 15:56:22 +01:00
decode.go decode,interp: Rename unknown gap fields from "unknown#" to "gap#" 2022-12-01 20:43:30 +01:00
errors.go *extra: Rename <pkg>extra to just <pkg>ex and refactor to use generics 2022-08-12 16:29:47 +02:00
format.go raw,bits,bytes: Replace raw format with bits and bytes format that decode to a binary 2022-11-20 19:51:12 +01:00
read.go decode,fuzz: Signed integer (S) read require at least one bit 2022-10-11 12:12:28 +02:00
scalar.go *extra: Rename <pkg>extra to just <pkg>ex and refactor to use generics 2022-08-12 16:29:47 +02:00
types.json mp4,decode: Properly decode ilst items (both mdta and mdir) 2022-12-08 15:56:22 +01:00
value.go decode: Remove RangeSorted flag as we can decide on array/struct instead 2022-09-01 17:45:28 +02:00