1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 18:56:52 +03:00
fq/pkg/interp
Mattias Wadman 7b27e506f1 mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio
PSSH decoding probably got broken in some refactoring. system id is 16 bytes,
also scalar mapper should use cloned reader to not affect reader which in the case
broke reading system id bytes.

Add test with playread and widevine pssh boxes

Related to #282
2022-05-28 13:42:38 +02:00
..
testdata gojq: Update rebased fq fork 2022-05-23 21:33:12 +02:00
.jq-lsp.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
ansi.jq interp,repl: Add path and value colors to prompt 2022-03-03 18:25:19 +01:00
args_test.jq repl: completion in jq 2021-09-12 13:08:56 +02:00
args.jq interp: Rework formats and options help 2022-03-03 18:25:20 +01:00
assert.jq dev: Add .jq-lsp.jq to add additional builtins for jq-lsp 2022-02-16 19:52:42 +01:00
binary.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
binary.jq interp: Remove to*range pad argument and fix stdout padding issue 2022-03-17 20:15:35 +01:00
bitops.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
decode.go mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio 2022-05-28 13:42:38 +02:00
decode.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
decorator.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
dump.go mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio 2022-05-28 13:42:38 +02:00
eval.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
format_decode.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
format_func.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
format_include.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
fqtest_test.go mod: Use proper path and dont use replace 2021-09-12 13:08:50 +02:00
funcs_test.jq interp: Refactor radix* into toradix($base)/fromradix($base) 2022-02-11 01:28:39 +01:00
funcs.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
funcs.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
grep.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
help.jq interp: help: Fix incorrect options example 2022-05-26 12:52:51 +02:00
internal.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
interp.go gojq: Update rebased fq fork 2022-05-23 21:33:12 +02:00
interp.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
match.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
options.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
preview.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
query_test.jq repl,interp: Refactor repl and slurp 2022-03-01 18:31:00 +01:00
query.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
query.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
repl.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
testjq.sh make: Move testjq.sh into pkg/interp 2021-11-12 00:23:16 +01:00