Mattias Wadman
2ea70c42ac
mp4: Add thmb box support
2024-03-19 17:44:37 +01:00
Mattias Wadman
961101ad0d
Merge pull request #896 from wader/mp4-qt-zero-byte-hdlr-component-name
...
mp4: Turns out for qt brand hdlr component name might be zero bytes
2024-03-19 17:14:42 +01:00
Mattias Wadman
ed3a126f0a
mp4: Turns out for qt brand hdlr component name might be zero bytes
...
From QuickTime File Format specification:
A (counted) string that specifies the name of the component—that is, the media handler used
when this media was created. This field may contain a zero-length (empty) string.
2024-03-19 17:06:21 +01:00
Mattias Wadman
853f78decc
Merge pull request #895 from wader/doc-update
...
doc: Regenerate after nes and new ansisvg
2024-03-17 14:03:51 +01:00
Mattias Wadman
36e8287c2b
doc: Regenerate after nes and new ansisvg
2024-03-17 13:45:38 +01:00
Mattias Wadman
8855d7addf
Merge pull request #893 from mlofjard/nes
...
nes: Add support for iNES/NES 2.0 ROM files
2024-03-16 19:27:53 +01:00
Mikael Lofjärd
f3b54042b1
nes: Add support for iNES/NES 2.0 ROM files
2024-03-16 19:18:21 +01:00
Mattias Wadman
b5a96e06e1
Merge pull request #894 from wader/pssh_playready-sym-snake_case
...
pssh_playready: Use snake_case sym values
2024-03-11 17:26:22 +01:00
Mattias Wadman
87052733e6
pssh_playready: Use snake_case sym values
2024-03-11 17:00:26 +01:00
Mattias Wadman
79e7c71c73
Merge pull request #892 from wader/eval-error-in-path
...
interp: Add todo test for eval error in path
2024-03-10 10:12:16 +01:00
Mattias Wadman
0db671f626
interp: Add todo test for eval error in path
2024-03-10 09:59:18 +01:00
Mattias Wadman
1e88b9d2c0
Merge pull request #890 from wader/bump-docker-golang-1.22.1
...
Update docker-golang to 1.22.1 from 1.22.0
2024-03-06 17:15:56 +01:00
Mattias Wadman
354f7eaabc
Merge pull request #891 from wader/bump-github-go-version-1.22.1
...
Update github-go-version to 1.22.1 from 1.22.0
2024-03-06 17:15:49 +01:00
bump
2657988daf
Update github-go-version to 1.22.1 from 1.22.0
2024-03-06 16:03:51 +00:00
bump
9aa99b47a3
Update docker-golang to 1.22.1 from 1.22.0
2024-03-06 16:03:45 +00:00
Mattias Wadman
ac596de1ad
Merge pull request #888 from wader/bump-gomod-golang-x-net-0.22.0
...
Update gomod-golang-x-net to 0.22.0 from 0.21.0
2024-03-05 17:27:26 +01:00
bump
85f60df2a7
Update gomod-golang-x-net to 0.22.0 from 0.21.0
...
Tags https://github.com/golang/net/tags
2024-03-05 17:19:24 +01:00
Mattias Wadman
28ccfdd079
Merge pull request #889 from wader/bump-gomod-golang-x-term-0.18.0
...
Update gomod-golang-x-term to 0.18.0 from 0.17.0
2024-03-05 17:18:10 +01:00
Mattias Wadman
d30a8fe7bf
Merge pull request #887 from wader/bump-gomod-golang-x-crypto-0.21.0
...
Update gomod-golang-x-crypto to 0.21.0 from 0.20.0
2024-03-05 17:17:34 +01:00
bump
ba9ecb5418
Update gomod-golang-x-term to 0.18.0 from 0.17.0
...
Tags https://github.com/golang/term/tags
2024-03-05 16:03:45 +00:00
bump
043f067f27
Update gomod-golang-x-crypto to 0.21.0 from 0.20.0
...
Tags https://github.com/golang/crypto/tags
2024-03-05 16:03:39 +00:00
Mattias Wadman
f7815d4c41
Merge pull request #885 from thesamesam/which-hunt
...
pkg/cli/test_exp.sh: use command -v
2024-02-28 00:16:27 +01:00
Sam James
08df7f45c8
pkg/cli/test_exp.sh: use command -v
...
`which` is non-portable and not part of POSIX, but we can use `command -v`
for the same effect.
Debian [0] and Gentoo [1] are both trying to drop which from their base system.
[0] https://lwn.net/Articles/874049/
[1] https://bugs.gentoo.org/646588
Signed-off-by: Sam James <sam@gentoo.org>
2024-02-27 23:04:10 +00:00
Mattias Wadman
77b2c0225f
Merge pull request #884 from wader/bump-gomod-golang-x-crypto-0.20.0
...
Update gomod-golang-x-crypto to 0.20.0 from 0.19.0
2024-02-27 17:12:24 +01:00
bump
735256b905
Update gomod-golang-x-crypto to 0.20.0 from 0.19.0
...
Tags https://github.com/golang/crypto/tags
2024-02-27 16:03:54 +00:00
Mattias Wadman
e8b28a6d39
Merge pull request #883 from wader/diff-remove-dep
...
test: Replace pmezard/go-difflib with go's internal diff
2024-02-26 12:10:22 +01:00
Mattias Wadman
aaa43dfb81
test: Replace pmezard/go-difflib with go's internal diff
2024-02-26 11:39:03 +01:00
Mattias Wadman
e6f98ae148
Merge pull request #882 from wader/sort-formats
...
fq: Sort formats
2024-02-18 16:41:55 +01:00
Mattias Wadman
7500a8b767
fq: Sort formats
2024-02-18 16:33:39 +01:00
Mattias Wadman
ae296218cb
Merge pull request #880 from wader/bump-make-golangci-lint-1.56.2
...
Update make-golangci-lint to 1.56.2 from 1.56.1
2024-02-16 17:24:55 +01:00
Mattias Wadman
3f5996171b
Merge pull request #881 from wader/bump-github-golangci-lint-1.56.2
...
Update github-golangci-lint to 1.56.2 from 1.56.1
2024-02-16 17:24:40 +01:00
bump
a577c3987c
Update github-golangci-lint to 1.56.2 from 1.56.1
...
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.56.2
2024-02-16 16:03:48 +00:00
bump
1c24f64d9b
Update make-golangci-lint to 1.56.2 from 1.56.1
...
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.56.2
2024-02-16 16:03:45 +00:00
Mattias Wadman
a8dd146cb2
Merge pull request #879 from wader/doc-add-imhex
...
doc: Add ImHex to related tools
2024-02-15 11:20:36 +01:00
Mattias Wadman
e741ca7888
doc: Add ImHex to related tools
2024-02-15 10:31:54 +01:00
Mattias Wadman
e1da76df6c
Merge pull request #878 from mlofjard/fit-peek-array-support
...
fit: Skip array fields on pre read messages
2024-02-12 16:43:37 +01:00
Mikael Lofjärd
225fd50783
fit: Skip array fields on pre read messages
2024-02-12 16:31:27 +01:00
Mattias Wadman
4f2cdce290
Merge pull request #877 from mlofjard/fit-peek-reference-fields
...
fit: Fixed subfield referencing fields below self in message
2024-02-12 15:38:20 +01:00
Mikael Lofjärd
f7b067b6ba
Fixed subfield referencing fields below self in message
2024-02-12 15:28:42 +01:00
Mattias Wadman
8ebe5da6a7
Merge pull request #856 from wader/release-0.10.0
...
fq: Release 0.10.0
2024-02-11 17:10:11 +01:00
Mattias Wadman
15ed1611b8
fq: Release 0.10.0
2024-02-11 17:01:55 +01:00
Mattias Wadman
7ca701d950
Merge pull request #876 from wader/fit-date-time
...
fit: Formatted date/time description for timestamp fields
2024-02-11 01:09:05 +01:00
Mattias Wadman
76307e4d33
fit: Formatted date/time description for timestamp fields
2024-02-11 00:43:00 +01:00
Mattias Wadman
2a90479fb7
Merge pull request #875 from wader/fit-style-date-time
...
fit: Show crc as hex, lower case "invalid" and some style harmonization
2024-02-10 18:27:13 +01:00
Mattias Wadman
788088f84d
fit: Show crc as hex, lower case "invalid" and some style harmonization
2024-02-10 16:24:16 +01:00
Mattias Wadman
f7ae961e1e
Merge pull request #874 from wader/doc-update
...
doc: Update docs to include fit format
2024-02-10 01:50:23 +01:00
Mattias Wadman
55470deb99
doc: Update docs to include fit format
...
Also new version of ansisvg
2024-02-10 01:36:05 +01:00
Mattias Wadman
5684bc43c5
Merge pull request #863 from mlofjard/fit
...
fit: Added support for ANT+ FIT format (used by Garmin devices)
2024-02-10 01:30:35 +01:00
Mikael Lofjärd
6219d57c35
fit: Added support for dynamic subfields
2024-02-10 01:09:40 +01:00
Mikael Lofjärd
33e5851d03
fit: Fix field casing to snake_case. Misc cleanup.
2024-02-10 01:09:16 +01:00