1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 09:56:07 +03:00
Commit Graph

1632 Commits

Author SHA1 Message Date
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
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
Mattias Wadman
0d1fdb5edf
Merge pull request #557 from wader/mp3-max-unknown-opt
mp3: Add max_unknown option to fail decode if too much unknown bits
2023-01-25 16:00:49 +01:00
Mattias Wadman
2d82c05f64 mp3: Add max_unknown option to fail decode if too much unknown bits
Hopefully help fix even more miss-detections
2023-01-25 15:27:31 +01:00
Mattias Wadman
1238734ea5
Merge pull request #556 from wader/flac-picture-type-mpeg-objec-type-desc-fix
flac_picture,mpeg: Fix trailing ")" typo in map sym and description
2023-01-25 14:38:11 +01:00
Mattias Wadman
b04a650bae flac_picture,mpeg: Fix trailing ")" typo in map sym and description 2023-01-25 14:01:34 +01:00
Mattias Wadman
d645e71008
Merge pull request #554 from wader/mp4-ftyp-qt-minor-desc
mp4: Decode qt minor verison as YYYY.MM description
2023-01-16 12:23:42 +01:00
Mattias Wadman
62f1f49fa2
Merge pull request #553 from wader/mp4-udta-without-meta
mp4: Decode udta metadata boxes without meta box
2023-01-16 12:13:55 +01:00
Mattias Wadman
f386a5158e mp4: Decode qt minor verison as YYYY.MM description 2023-01-16 12:13:19 +01:00
Mattias Wadman
c3e3b3e90d mp4: Decode udta metadata boxes without meta box 2023-01-16 12:03:53 +01:00
Mattias Wadman
c2795a7c2f
Merge pull request #552 from wader/mp4-tkhd-flags
mp4: Decode tkhd flags
2023-01-13 18:02:53 +01:00
Mattias Wadman
3555dc6721 mp4: Decode tkhd flags 2023-01-13 17:49:03 +01:00
Mattias Wadman
6e14baae62
Merge pull request #550 from wader/bump-docker-golang-1.19.5
Update docker-golang to 1.19.5 from 1.19.4
2023-01-11 17:27:14 +01:00
Mattias Wadman
4513b2815a
Merge pull request #551 from wader/bump-github-go-version-1.19.5
Update github-go-version to 1.19.5 from 1.19.4, 1.19.4, 1.19.4
2023-01-11 17:27:09 +01:00
bump
826d9a52b4 Update github-go-version to 1.19.5 from 1.19.4, 1.19.4, 1.19.4 2023-01-11 16:07:07 +00:00
bump
8702e1d151 Update docker-golang to 1.19.5 from 1.19.4 2023-01-11 16:07:03 +00:00
Mattias Wadman
0e48a7c609
Merge pull request #549 from wader/mp4-grouping_type-string
mp4: sgpd,sbgp: Change grouping_type to a string
2023-01-05 19:31:31 +01:00
Mattias Wadman
c49012dbca mp4: sgpd,sbgp: Change grouping_type to a string
Is defined as int32 but is a string in practive it seems
2023-01-05 19:18:48 +01:00
Mattias Wadman
e0f81df238
Merge pull request #548 from wader/bump-gomod-golang/text-0.6.0
Update gomod-golang/text to 0.6.0 from 0.5.0
2023-01-04 17:39:45 +01:00
bump
e8ecbf950a Update gomod-golang/text to 0.6.0 from 0.5.0
Source diff 0.5.0..0.6.0 https://github.com/golang/text/compare/v0.5.0..v0.6.0
2023-01-04 16:04:37 +00:00
Mattias Wadman
a9f5e15960
Merge pull request #547 from wader/more-proper-binary-format
interp: Wrap Binary in decodeValue to fix prompt issue with bits/byte…
2023-01-04 15:57:36 +01:00
Mattias Wadman
8b49b42fa3 interp: Wrap Binary in decodeValue to fix prompt issue with bits/bytes format 2023-01-04 15:30:05 +01:00
Mattias Wadman
162cb40d9f
Merge pull request #545 from wader/doc-decode-value-build-example
doc: Add _parent for decode values and clenaup doc a bit
2023-01-03 11:32:52 +01:00
Mattias Wadman
ca27e4266e doc: Add _parent for decode values and clenaup doc a bit 2023-01-03 11:21:09 +01:00
Mattias Wadman
d13790826d
Merge pull request #543 from wader/goreleaser-use-name-template-cleanup
goreleaser: Use name_template instead of deprecated archive replacements
2022-12-31 12:26:59 +01:00
Mattias Wadman
6e17de36ff goreleaser: Use name_template instead of deprecated archive replacements
Also some cleanup

https://goreleaser.com/deprecations/#archivesreplacements
2022-12-31 11:46:56 +01:00
Mattias Wadman
63b5828a8d
Merge pull request #537 from wader/release-0.2.0
fq: Release 0.2.0
2022-12-23 14:25:56 +01:00
Mattias Wadman
76e8504796 fq: Release 0.2.0 2022-12-23 14:15:15 +01:00