1
1
mirror of https://github.com/wader/fq.git synced 2024-10-27 04:09:37 +03:00
Commit Graph

2156 Commits

Author SHA1 Message Date
Mattias Wadman
a1bb630a2a doc,fq: Improve cli help and some cleanup 2023-02-15 11:04:39 +01:00
Mattias Wadman
9bad37814e
Merge pull request #581 from wader/matroska-unknown-size-test
matroska: Add unknown size test and add description to ebml header
2023-02-10 10:39:22 +01:00
Mattias Wadman
9aaf2ddf27 matroska: Add unknown size test and add description to ebml header 2023-02-10 10:29:25 +01:00
Mattias Wadman
4579c7ee23
Merge pull request #580 from wader/matoska-update-spec
matroska: Update spec and make refs in descriptions look nicer
2023-02-09 23:46:22 +01:00
Mattias Wadman
c890a2899f matroska: Update spec and make refs in descriptions look nicer 2023-02-09 23:18:17 +01:00
Mattias Wadman
072a63ae6b
Merge pull request #576 from wader/matroska-master-unknown-size-end
matroska: Assume master with unknown size has ended if a valid parent is found
2023-02-09 20:26:25 +01:00
Mattias Wadman
a8d0bf4d3e matroska: Assume master with unknown size has ended if a valid parent is found
Major refactor of ebml code generator, now decoupled from fq code
Cleanup element descriptions a bit, a bit shorter and less clutter
Cleanup old comments
2023-02-09 20:10:47 +01:00
Mattias Wadman
7a718abaac
Merge pull request #579 from wader/bump-gomod-golang/text-0.7.0
Update gomod-golang/text to 0.7.0 from 0.6.0
2023-02-09 18:45:22 +01:00
Mattias Wadman
d946f10638
Merge pull request #578 from wader/bump-gomod-golang-x-net-0.6.0
Update gomod-golang-x-net to 0.6.0 from 0.5.0
2023-02-09 18:45:07 +01:00
Mattias Wadman
db90e16b99
Merge pull request #577 from wader/bump-gomod-golang-x-crypto-0.6.0
Update gomod-golang-x-crypto to 0.6.0 from 0.5.0
2023-02-09 18:44:48 +01:00
bump
97643b9873 Update gomod-golang/text to 0.7.0 from 0.6.0
Source diff 0.6.0..0.7.0 https://github.com/golang/text/compare/v0.6.0..v0.7.0
2023-02-09 16:04:05 +00:00
bump
2430fba7e5 Update gomod-golang-x-net to 0.6.0 from 0.5.0
Tags https://github.com/golang/net/tags
2023-02-09 16:04:02 +00:00
bump
b1d9306b18 Update gomod-golang-x-crypto to 0.6.0 from 0.5.0
Tags https://github.com/golang/crypto/tags
2023-02-09 16:03:59 +00:00
Mattias Wadman
0609369b56
Merge pull request #575 from wader/matoska-unknown-size-non-master
matroska: Handle unknown size for non-master types a bit better
2023-02-08 12:26:17 +01:00
Mattias Wadman
0d14d7b40f matroska: Handle unknown size for non-master types a bit better
For non-master types assume size to be rest of file
Still does not follow the ebml spec
2023-02-08 12:14:40 +01:00
Mattias Wadman
52b76b05c1
Merge pull request #574 from wader/matroska-decode-samples-option
matroska: Add decode_samples option
2023-02-08 11:43:10 +01:00
Mattias Wadman
b60aceca9e matroska: Add decode_samples option
Also change the option help a bit, maybe medid and support is confusing, we
might evetually decode non-audio/video things.
2023-02-08 11:31:41 +01:00
Mattias Wadman
5b3ed334e6
Merge pull request #573 from wader/jqvalue-cancel-error
Fix cancel panic when interrupting big json output
2023-02-07 17:06:26 +01:00
Mattias Wadman
dc79a73b72 interp,json: Move error handling to colorjson
Cancel error from ValueFn etc will be return by Marshal instead
2023-02-07 16:57:54 +01:00
Mattias Wadman
50d26ec759 colorjson: Handle encoding error value
Can happen if ValueFn is used and it returns an error, reader is canceled etc
2023-02-07 16:45:29 +01:00
Mattias Wadman
5c8e115106 colorjson: Refactor to option struct 2023-02-07 16:18:32 +01:00
Mattias Wadman
3ce9e9fc71
Merge pull request #572 from wader/fosdem2023-link
doc: Add FOSDEM 2023 talk
2023-02-06 17:03:24 +01:00
Mattias Wadman
156aeecacd doc: Add FOSDEM 2023 talk 2023-02-06 16:50:49 +01:00
Mattias Wadman
b537bfe34f
Merge pull request #570 from wader/bump-make-golangci-lint-1.51.1
Update make-golangci-lint to 1.51.1 from 1.51.0
2023-02-05 19:14:57 +01:00
Mattias Wadman
61fff1b8fc
Merge pull request #571 from wader/bump-github-golangci-lint-1.51.1
Update github-golangci-lint to 1.51.1 from 1.51.0
2023-02-05 19:14:38 +01:00
bump
ce2637260c Update github-golangci-lint to 1.51.1 from 1.51.0
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.51.1
2023-02-05 16:03:46 +00:00
bump
36df57ebec Update make-golangci-lint to 1.51.1 from 1.51.0
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.51.1
2023-02-05 16:03:43 +00:00
Mattias Wadman
bafc8e3d93
Merge pull request #562 from wader/release-0.3.0
Release 0.3.0
2023-02-02 11:32:47 +01:00
Mattias Wadman
00c0cde6ab fq: Release 0.3.0 2023-02-02 11:23:02 +01:00
Mattias Wadman
23e244e6e5
Merge pull request #568 from wader/bump-github-go-version-1.20.0
Update github-go-version to 1.20.0 from 1.19.5, 1.19.5, 1.19.5
2023-02-02 11:17:42 +01:00
Mattias Wadman
57144b2f95 github-action: Use quotes becase yaml (1.20 -> 1.2) 2023-02-02 11:05:53 +01:00
bump
d338c8b7c3 Update github-go-version to 1.20.0 from 1.19.5, 1.19.5, 1.19.5 2023-02-02 11:05:01 +01:00
Mattias Wadman
c34050b132
Merge pull request #565 from wader/bump-docker-golang-1.20.0
Update docker-golang to 1.20.0 from 1.19.5
2023-02-02 11:04:47 +01:00
Mattias Wadman
72dbd73952
Merge pull request #566 from wader/bump-make-golangci-lint-1.51.0
Update make-golangci-lint to 1.51.0 from 1.50.1
2023-02-02 11:04:07 +01:00
Mattias Wadman
a7177c2427
Merge pull request #567 from wader/bump-github-golangci-lint-1.51.0
Update github-golangci-lint to 1.51.0 from 1.50.1
2023-02-02 11:03:52 +01:00
bump
ad4919a810 Update github-golangci-lint to 1.51.0 from 1.50.1
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.51.0
2023-02-02 08:29:34 +00:00
bump
f1057b9bfe Update make-golangci-lint to 1.51.0 from 1.50.1
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.51.0
2023-02-02 08:29:30 +00:00
bump
a7f37d7300 Update docker-golang to 1.20.0 from 1.19.5 2023-02-02 08:29:27 +00:00
Mattias Wadman
c21d960d8f
Merge pull request #564 from wader/gomod-update-bump
gomod: Update non-bump tracked mods and add bump config
2023-01-31 18:03:02 +01:00
Mattias Wadman
7855b359eb gomod: Update non-bump tracked mods and add bump config 2023-01-31 17:54:22 +01:00
Mattias Wadman
f3db2d53ef
Merge pull request #563 from wader/update-gojq
gojq: Update rebased fq fork
2023-01-31 17:54:07 +01:00
Mattias Wadman
0aa6e3e285 gojq: Update rebased fq fork
Upstream:
avoid nil panic
fix crash on assignment operators with multiple values
2023-01-31 17:40:06 +01:00
Mattias Wadman
4fdb661de0
Merge pull request #561 from wader/tcp-decode-options
tcp_segment: Decode standard options and rename maxseg to mss
2023-01-31 12:52:46 +01:00
Mattias Wadman
62e2cef5c2 tcp_segment: Decode standard options and rename maxseg to mss 2023-01-31 12:42:16 +01:00
Mattias Wadman
20464eb1fb
Merge pull request #560 from wader/readline-fix-delete-issue
readline: Update fq fork to fix draw issue when using del key
2023-01-29 15:16:09 +01:00
Mattias Wadman
55ef7a4b64 readline: Update fq fork to fix draw issue when using del key
Turrned out reading flag was no reset on del causing writes to be ignored
2023-01-29 14:57:58 +01:00
Mattias Wadman
a2c0a161fe
Merge pull request #559 from wader/tcp-flow-ignore-tcp-option-check
tcp: Ignore TCP option check for now as it seems unreliable in dumps
2023-01-28 21:03:48 +01:00
Mattias Wadman
1eb5e502af tcp: Ignore TCP option check for now as it seems unreliable in dumps
For example MSS can be to small in local dumps
2023-01-28 20:49:20 +01:00
Mattias Wadman
a2cdb3d6c9
Merge pull request #558 from wader/mp4-udta-with-no-length
mp4: udta: Handle box with value rest of box
2023-01-25 16:34:58 +01:00
Mattias Wadman
6340365841 mp4: udta: Handle box with value rest of box
Try distinguish by probing length field. Should probably be improved, what does ffmpeg do?

Regression from c3e3b3e90d #553
2023-01-25 16:24:28 +01:00