1
1
mirror of https://github.com/wader/fq.git synced 2024-12-23 21:31:33 +03:00
fq/format/matroska
Mattias Wadman 9b81d4d3ab decode: More type safe API and split scalar into multiple types
Preparation to make decoder use less memory and API more type safe.
Now each scalar type has it's own struct type so it can store different
things and enables to have a scalar interface.
Also own types will enable experimenting with decode DLS designs like
using chained methods that are type aware.
2022-12-14 16:23:58 +01:00
..
ebml decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
ebml_matroska decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
testdata decode,interp: Rename unknown gap fields from "unknown#" to "gap#" 2022-12-01 20:43:30 +01:00
matroska.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
matroska.jq matroska: Fix path tests and make _tree_path more robust 2022-11-20 20:16:41 +01:00
matroska.md doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00