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
Mattias Wadman
bba1e57942
Merge pull request #281 from wader/zip-fix-options-doc
...
zip: s/Decompress/Uncompress/
2022-05-26 20:00:49 +02:00
Mattias Wadman
aa694e3f20
zip: s/Decompress/Uncompress/
2022-05-26 19:36:06 +02:00
Mattias Wadman
d07a8520b3
Merge pull request #280 from wader/zip-tests-cleanup
...
zip: Add uncompress=false test and some docs
2022-05-26 16:46:24 +02:00
Mattias Wadman
47350e46a6
zip: Add uncompress=false test and some docs
2022-05-26 16:39:01 +02:00
Mattias Wadman
32c74dad71
Merge pull request #279 from wader/intepr-help-example-fix
...
interp: help: Fix incorrect options example
2022-05-26 13:01:23 +02:00
Mattias Wadman
8021492197
interp: help: Fix incorrect options example
2022-05-26 12:52:51 +02:00
Mattias Wadman
d74fed3ab9
Merge pull request #278 from wader/zip-zip64-uncompress-option
...
zip: Add zip64 support and uncompress option
2022-05-26 12:52:09 +02:00
Mattias Wadman
e641274487
zip: Add zip64 support and uncompress option
...
{uncompress:boolean} uncompress and probe, default true
2022-05-26 12:46:50 +02:00
Mattias Wadman
537801997b
Merge pull request #277 from wader/readme-go118
...
doc: go 1.18 and improve intro text a bit
2022-05-23 22:03:44 +02:00
Mattias Wadman
a980656c15
doc: go 1.18 and improve intro text a bit
2022-05-23 21:57:45 +02:00
Mattias Wadman
e59fe499fb
Merge pull request #276 from wader/gojq-update
...
gojq: Update rebased fq fork
2022-05-23 21:37:50 +02:00
Mattias Wadman
9a7ce14886
gojq: Update rebased fq fork
...
Use new gojq.TypeOf and gojq.Preview
2022-05-23 21:33:12 +02:00
Mattias Wadman
058dc03ac5
Merge pull request #275 from wader/gojq-update
...
gojq: Rebase fq fork
2022-05-23 11:31:12 +02:00
Mattias Wadman
59c7d0df6b
gojq: Rebase fq fork
2022-05-23 11:26:09 +02:00
Mattias Wadman
67873ca944
Merge pull request #274 from wader/fqtest-paths
...
fqtest: Cleanup path usage
2022-05-21 20:09:28 +02:00
Mattias Wadman
377af133e0
fqtest: Cleanup path usage
...
Make cwd for a test script the directory where the script is.
Use relative paths
2022-05-21 20:03:25 +02:00
Mattias Wadman
b91788d550
Merge pull request #273 from wader/interp-is-type-refactor
...
interp: Add internal _is_<type> helpers
2022-05-20 16:55:23 +02:00
Mattias Wadman
95e619659b
interp: Add internal _is_<type> helpers
2022-05-20 16:49:00 +02:00
Mattias Wadman
e1dc5c5737
Merge pull request #272 from wader/go-1.18
...
fq: Use go 1.18
2022-05-20 15:32:27 +02:00
Mattias Wadman
e9d9f8aef9
fq: Use go 1.18
...
Rename s/interface{}/any/g
Preparation for using generics in decode API and native jq funcations etc
Remove some unused linter ignores as linter has been fixed
2022-05-20 15:23:16 +02:00
Mattias Wadman
7bfa88cdb5
Merge pull request #271 from wader/mp3-cleanup
...
mp3: Use d.FieldValueU and some cleanup
2022-05-20 13:15:31 +02:00
Mattias Wadman
3780375d76
mp3: Use d.FieldValueU and some cleanup
2022-05-20 12:50:40 +02:00
Mattias Wadman
ed42d23683
Merge pull request #270 from wader/dump-ctx-revert
...
interp: Refactor dump and revert #259 for now
2022-05-20 12:46:08 +02:00
Mattias Wadman
2dc509ab2f
interp: Refactor dump and revert #259 for now
...
Causes address bar to not be shown in some cases.
Will have to rethink and redo the whole dump thing somehow.
2022-05-20 12:38:43 +02:00
Mattias Wadman
cc33bb1ee4
Merge pull request #269 from wader/readline-update
...
readline: Update fq fork
2022-05-19 17:06:22 +02:00
Mattias Wadman
54dcdce909
readline: Update fq fork
...
Rebase on master
Cherry-pick https://github.com/chzyer/readline/pull/202
2022-05-19 16:56:22 +02:00
Mattias Wadman
285109e4f3
Merge pull request #268 from wader/mp4-lpcm-skip-samples
...
mp4: Skip samples for lpcm tracks
2022-05-19 16:08:31 +02:00
Mattias Wadman
ba844eb06a
mp4: Skip fields for pcm samples for now
...
Will produce one field per sample which is a bit too much.
Maybe in some future fq can have smart array types that could handle this better.
Also add data_format per track to make it easier to understand things.
2022-05-19 16:00:42 +02:00
Mattias Wadman
4c84f56e23
Merge pull request #265 from wader/bump-make-golangci-lint-1.46.2
...
Update make-golangci-lint from 1.46.1 to 1.46.2
2022-05-17 18:16:27 +02:00
Mattias Wadman
b885ffc55c
Merge pull request #266 from wader/bump-github-golangci-lint-1.46.2
...
Update github-golangci-lint from 1.46.1 to 1.46.2
2022-05-17 18:16:18 +02:00
Mattias Wadman
0d8fb8a97f
Merge pull request #267 from wader/include-rel-crash
...
interp: Fix crash when including relatve path when no search paths ar…
2022-05-17 18:15:46 +02:00
Mattias Wadman
8dde3ef5b1
interp: Fix crash when including relatve path when no search paths are set
2022-05-17 18:05:10 +02:00
bump
3ffa9efb23
Update github-golangci-lint from 1.46.1 to 1.46.2
...
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.46.2
2022-05-17 16:03:54 +00:00
bump
06757119c5
Update make-golangci-lint from 1.46.1 to 1.46.2
2022-05-17 16:03:52 +00:00
Mattias Wadman
877c3a1e9d
Merge pull request #263 from wader/bump-make-golangci-lint-1.46.1
...
Update make-golangci-lint from 1.46.0 to 1.46.1
2022-05-12 20:46:42 +02:00
Mattias Wadman
40fdb75b04
Merge pull request #264 from wader/bump-github-golangci-lint-1.46.1
...
Update github-golangci-lint from 1.46.0 to 1.46.1
2022-05-12 20:46:31 +02:00
bump
75b5946cca
Update github-golangci-lint from 1.46.0 to 1.46.1
...
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.46.1
2022-05-12 16:08:48 +00:00
bump
456742ead6
Update make-golangci-lint from 1.46.0 to 1.46.1
2022-05-12 16:08:46 +00:00
Mattias Wadman
7b971c212e
Merge pull request #261 from wader/bump-docker-golang-1.18.2
...
Update docker-golang from 1.18.1 to 1.18.2
2022-05-11 18:26:58 +02:00
Mattias Wadman
72e4417c45
Merge pull request #262 from wader/bump-github-go-version-1.18.2
...
Update github-go-version from 1.18.1, 1.18.1, 1.18.1 to 1.18.2
2022-05-11 18:24:07 +02:00
bump
3017e8b4fd
Update github-go-version from 1.18.1, 1.18.1, 1.18.1 to 1.18.2
2022-05-11 16:09:45 +00:00
bump
210940a432
Update docker-golang from 1.18.1 to 1.18.2
2022-05-11 16:09:41 +00:00
Mattias Wadman
469116f3b3
Merge pull request #260 from wader/mono-unicode-fix
...
interp: dump: Fix column truncate issue with unicode bars
2022-05-11 00:44:50 +02:00
Mattias Wadman
dff3cc1199
interp: dump: Fix column truncate issue with unicode bars
2022-05-11 00:37:52 +02:00
Mattias Wadman
018ecbb7c6
Merge pull request #259 from wader/interp-dump-nested-addrbar
...
interp: dump: Show address bar for nested roots
2022-05-11 00:10:41 +02:00
Mattias Wadman
5109df4a50
interp: dump: Show address bar for nested roots
...
Hopefully makes it a bit easier to read and spot
2022-05-11 00:00:39 +02:00
Mattias Wadman
903c7198b4
Merge pull request #258 from wader/mp4-mvhd-tkhd-mdhd-mehd-version1
...
mp4: mvhd,tkhd,mdhd,mehd: Add version 1 support
2022-05-10 00:48:47 +02:00
Mattias Wadman
2e328180ae
mp4: mvhd,tkhd,mdhd,mehd: Add version 1 support
...
Also fix incorrect mehd decode
2022-05-10 00:21:04 +02:00
Mattias Wadman
5159aa50eb
Merge pull request #257 from wader/bump-github-golangci-lint-1.46.0
...
Update github-golangci-lint from 1.45.2 to 1.46.0
2022-05-09 18:28:08 +02:00