Mattias Wadman
78a7265f4c
Merge pull request #216 from wader/ipv6
...
ipv6,icmpv6: Add decoder
2022-04-03 17:49:02 +02:00
Mattias Wadman
e8dc7112b6
ipv6,icmpv6: Add decoder
...
Refactor to use groups between network layers to make them less coupled and reusable:
link_frame (ethernet etc)
inet_packet (ipv4,ipv6 etc)
ip_packet (tcp packet (not stream), udp segment etc)
Rename data to payload as i think it makes more sense for network data
2022-04-03 17:43:51 +02:00
Mattias Wadman
2a8104de90
Merge pull request #214 from wader/rtmp
...
rtmp,amf0: Add decoders
2022-04-01 13:20:19 +02:00
Mattias Wadman
d8aaf30345
rtmp,amf0: Add decoders
...
Basic RTMP support, used via tcp_stream group (pcap etc) or manually.
Basic AMF0 support, mostly what is used in RTMP.
2022-04-01 13:07:20 +02:00
Mattias Wadman
8f85b436d1
Merge pull request #213 from wader/bump-gojq
...
gojq: Rebase fq fork (speedup and fix range with JQValue)
2022-03-28 22:59:39 +02:00
Mattias Wadman
dd0d97eabc
gojq: Rebase fq fork (speedup and fix range with JQValue)
...
Include upstream speedups to:
flatten
join
ltrimstr
rtrimstr
startswith
endswith
min_by
max_by
min
max
sort
2022-03-28 22:51:23 +02:00
Mattias Wadman
0ad4d389a7
Merge pull request #212 from wader/interp-opts-refactor-leftover
...
interp: Remove opts refactor leftover
2022-03-28 15:44:10 +02:00
Mattias Wadman
e8678ca88e
interp: Remove opts refactor leftover
2022-03-28 15:37:38 +02:00
Mattias Wadman
069985b025
Merge pull request #211 from wader/hevc-sps-pps-vps-naming
...
hevc_vpc,hevc_sps: Use same nameing for profile as in spec
2022-03-25 10:01:39 +01:00
Mattias Wadman
c0202483b9
hevc_vpc,hevc_sps: Use same nameing for profile as in spec
2022-03-25 09:48:28 +01:00
Mattias Wadman
95987a1bb2
Merge pull request #210 from wader/hevc-sps-pps-vps
...
hevc: Add hevc_vps, hevc_sps and hevc_pps decoders
2022-03-24 19:09:23 +01:00
Mattias Wadman
74978c9d08
hevc: Add hevc_vps, hevc_sps and hevc_pps decoders
...
Some extensions and other things still missing
2022-03-24 18:56:56 +01:00
Mattias Wadman
ebfe68dfab
Merge pull request #208 from wader/bump-make-golangci-lint-1.45.2
...
Update make-golangci-lint from 1.45.0 to 1.45.2
2022-03-24 17:36:57 +01:00
Mattias Wadman
e682905c34
Merge pull request #209 from wader/bump-github-golangci-lint-1.45.2
...
Update github-golangci-lint from 1.45.0 to 1.45.2
2022-03-24 17:36:25 +01:00
bump
2a90485bf0
Update github-golangci-lint from 1.45.0 to 1.45.2
...
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.45.2
2022-03-24 16:03:47 +00:00
bump
3a0799cb9b
Update make-golangci-lint from 1.45.0 to 1.45.2
2022-03-24 16:03:45 +00:00
Mattias Wadman
fdb0e83f10
Merge pull request #207 from wader/mp4-more-heif-boxes
...
mp4: Add some more HEIF boxes
2022-03-23 21:48:00 +01:00
Mattias Wadman
f34ebd839b
mp4: Add more HEIF boxes
2022-03-23 17:04:17 +01:00
Mattias Wadman
5cb9dcf576
Merge pull request #206 from wader/gojq6
...
gojq: Rebase fq fork
2022-03-21 10:53:00 +01:00
Mattias Wadman
adde8c7004
gojq: Rebase fq fork
2022-03-21 10:47:22 +01:00
Mattias Wadman
b60726a2bb
Merge pull request #201 from wader/bump-github-go-version-1.18.0
...
Update github-go-version from 1.17.7, 1.17.7, 1.17.7 to 1.18.0
2022-03-18 21:21:58 +01:00
bump
e5f61e22e9
Update github-go-version from 1.17.7, 1.17.7, 1.17.7 to 1.18.0
...
Replace strings.Title and and fix deprecation warning
2022-03-18 21:09:42 +01:00
Mattias Wadman
57377e8fc6
Merge pull request #205 from wader/bump-github-golangci-lint-1.45.0
...
Update github-golangci-lint from 1.44.2 to 1.45.0
2022-03-18 20:58:40 +01:00
Mattias Wadman
bfab450838
Merge pull request #204 from wader/bump-make-golangci-lint-1.45.0
...
Update make-golangci-lint from 1.44.2 to 1.45.0
2022-03-18 20:58:27 +01:00
bump
4ea362e3ba
Update github-golangci-lint from 1.44.2 to 1.45.0
...
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.45.0
2022-03-18 16:04:08 +00:00
bump
cf88bc11fe
Update make-golangci-lint from 1.44.2 to 1.45.0
2022-03-18 16:04:04 +00:00
Mattias Wadman
df4a1e1ee0
Merge pull request #203 from wader/avc-sps-chroma-format-map
...
avc_sps: Add chroma format name mapping
2022-03-18 12:29:39 +01:00
Mattias Wadman
b2a865eac7
avc_sps: Add chroma format name mapping
2022-03-18 12:22:08 +01:00
Mattias Wadman
9a7909abfa
Merge pull request #202 from wader/binary-stdout-pad-fix
...
interp: Remove to*range pad argument and fix stdout padding issue
2022-03-17 20:22:54 +01:00
Mattias Wadman
d376520f11
interp: Remove to*range pad argument and fix stdout padding issue
...
Padding could end up double.
Remove to*range($pad) as it probably just confusing to be able
to pad an existing range, what to show in hexdump etc? zero bits
that do not actuall exist at that range?
Add tests and binary stdout support to tests
2022-03-17 20:15:35 +01:00
Mattias Wadman
ae94fc4ff0
Merge pull request #200 from wader/bump-docker-golang-1.18.0
...
Update docker-golang from 1.17.8 to 1.18.0
2022-03-16 17:42:00 +01:00
bump
010f64301c
Update docker-golang from 1.17.8 to 1.18.0
2022-03-16 16:07:10 +00:00
Mattias Wadman
8217601b6a
Merge pull request #199 from wader/gojq5
...
gojq: Rebase fq fork
2022-03-16 10:44:41 +01:00
Mattias Wadman
2e240447e3
gojq: Rebase fq fork
2022-03-16 10:26:59 +01:00
Mattias Wadman
b20ae90744
Merge pull request #198 from wader/interp-handle-cancel
...
interp,cli: Handle ctrl-c properly
2022-03-15 22:43:41 +01:00
Mattias Wadman
9cb4b57a45
interp,cli: Handle ctrl-c properly
...
Should supress cancel error message
Add CLI ctlr-c/ctrl-d tests and make them more robust
2022-03-15 22:38:12 +01:00
Mattias Wadman
fbb1d3ade6
Merge pull request #197 from wader/gojq4
...
gojq: Rebase fq fork
2022-03-14 19:02:31 +01:00
Mattias Wadman
8c91870235
gojq: Rebase fq fork
2022-03-14 18:35:17 +01:00
Mattias Wadman
8184a5b395
Merge pull request #196 from wader/gojq3
...
gojq: Rebase fq fork
2022-03-14 14:42:58 +01:00
Mattias Wadman
88f791e0fa
gojq: Rebase fq fork
2022-03-14 14:22:47 +01:00
Mattias Wadman
f15e241456
Merge pull request #194 from wader/github-actions-update
...
github: Update action versions
2022-03-12 20:07:10 +01:00
Mattias Wadman
3c02992516
github: Update action versions
2022-03-12 20:00:21 +01:00
Mattias Wadman
3e34df0369
Merge pull request #193 from wader/bump-gojq-fromentries
...
gojq: Rebase fq fork
2022-03-12 19:02:21 +01:00
Mattias Wadman
d79afeb386
gojq: Rebase fq fork
...
Includes from_entries optimization
2022-03-12 18:51:23 +01:00
Mattias Wadman
ad0e3f5df2
Merge pull request #189 from wader/changes-0.0.6
...
fq: Update to version 0.0.6
2022-03-11 17:08:33 +01:00
Mattias Wadman
18b3da4de9
fq: Update version to 0.0.6
2022-03-11 17:02:11 +01:00
Mattias Wadman
7cea8757b1
doc: Add 0.0.6 changes
2022-03-11 17:01:26 +01:00
Mattias Wadman
c590964ded
Merge pull request #192 from wader/interp-repl-improv-interrupt
...
interp,repl: Improved eval and output interrupt
2022-03-11 16:37:48 +01:00
Mattias Wadman
41551de331
interp,repl: Improved eval and output interrupt
...
repl now rewrites query to do implicit display inside the sub eval.
This makes it possible to interrupt eval and output in a better and faster way.
Make JSON encoder fail early on errors.
Add more interrupt tests.
2022-03-11 16:22:30 +01:00
Mattias Wadman
dd52e85411
Merge pull request #191 from wader/repl-interrupt-fix
...
interp: Fix interrupt regression after query rewrite refactor
2022-03-11 13:05:12 +01:00