Mattias Wadman
aa00c8f67c
Merge pull request #776 from wader/avi-sample-size
...
avi: Handle stream sample size
2023-10-07 17:12:24 +02:00
Mattias Wadman
df085b91b9
avi: Handle stream sample size
...
When > 0 split sample into sub samples
2023-10-07 16:48:59 +02:00
Mattias Wadman
3549e5ecfb
Merge pull request #775 from wader/avi-stream-type-handler
...
avi: Add type, handler, format_tag and compreession per stream
2023-10-07 15:45:32 +02:00
Mattias Wadman
5196554989
avi: Add type, handler, format_tag and compreession per stream
...
Also simplify stream tracking code a bit
2023-10-07 11:35:30 +02:00
Mattias Wadman
4fbeacdf50
Merge pull request #772 from wader/bump-docker-golang-1.21.2
...
Update docker-golang to 1.21.2 from 1.21.1
2023-10-06 18:18:10 +02:00
Mattias Wadman
a74eefe0ed
Merge pull request #773 from wader/bump-gomod-golang-x-net-0.16.0
...
Update gomod-golang-x-net to 0.16.0 from 0.15.0
2023-10-06 18:18:04 +02:00
Mattias Wadman
9e0d57b24d
Merge pull request #774 from wader/bump-github-go-version-1.21.2
...
Update github-go-version to 1.21.2 from 1.21.1
2023-10-06 18:17:58 +02:00
bump
861487d4f5
Update github-go-version to 1.21.2 from 1.21.1
2023-10-06 16:04:00 +00:00
bump
f108194de4
Update gomod-golang-x-net to 0.16.0 from 0.15.0
...
Tags https://github.com/golang/net/tags
2023-10-06 16:03:58 +00:00
bump
b7022183cf
Update docker-golang to 1.21.2 from 1.21.1
2023-10-06 16:03:53 +00:00
Mattias Wadman
52bac67d1b
Merge pull request #771 from wader/avi-strf-extra
...
avi: More correct strf chunk extra data
2023-10-05 23:27:53 +02:00
Mattias Wadman
a745b12da2
avi: More correct strf chunk extra data
2023-10-05 23:11:55 +02:00
Mattias Wadman
58faf09f22
Merge pull request #770 from wader/bump-gomod-golang-x-crypto-0.14.0
...
Update gomod-golang-x-crypto to 0.14.0 from 0.13.0
2023-10-05 18:59:51 +02:00
bump
906bc3bb3e
Update gomod-golang-x-crypto to 0.14.0 from 0.13.0
...
Tags https://github.com/golang/crypto/tags
2023-10-05 16:04:12 +00:00
Mattias Wadman
3988399e7c
Merge pull request #765 from wader/release-0.8.0
...
fq: Release 0.8.0
2023-09-27 18:26:15 +02:00
Mattias Wadman
cc01267ee9
fq: Release 0.8.0
2023-09-27 12:15:59 +02:00
Mattias Wadman
a67427b3c3
Merge pull request #769 from fiatjaf/opentimestamps
...
add OpenTimestamps file parser
2023-09-26 20:59:00 +02:00
fiatjaf
976a7564c7
opentimestamps: one last make doc.
2023-09-26 15:42:02 -03:00
fiatjaf
912f4116a9
opentimestamps: add help text.
2023-09-26 15:22:23 -03:00
fiatjaf
64a4ff2e7a
opentimestamps: account for unknown attestation types.
2023-09-26 15:00:35 -03:00
fiatjaf
cc8e6f1abc
opentimestamps: abstract away file digest sizes and support sha1, ripemd160 and keccac256.
2023-09-26 14:49:00 -03:00
fiatjaf
5e7c01a013
opentimestamps: address comments and improve things.
2023-09-26 12:35:18 -03:00
fiatjaf
0a22a3253c
opentimestamps: satisfy linter.
2023-09-25 23:04:03 -03:00
fiatjaf
1aa557d533
opentimestamps: add tests.
2023-09-25 22:52:56 -03:00
fiatjaf
cef5faa85d
opentimestamps: add parser.
2023-09-25 22:52:41 -03:00
Mattias Wadman
832b184f42
Merge pull request #768 from wader/update-mod
...
mod: Update golang.org/x/exp and github.com/gomarkdown/markdown
2023-09-24 21:02:57 +02:00
Mattias Wadman
c4e8644884
mod: Update golang.org/x/exp and github.com/gomarkdown/markdown
...
Fixes https://nvd.nist.gov/vuln/detail/CVE-2023-42821
2023-09-24 20:41:38 +02:00
Mattias Wadman
5058d23db1
Merge pull request #767 from wader/binary-split-correct-len
...
interp: split: Correctly split binary
2023-09-24 20:05:28 +02:00
Mattias Wadman
a614c9dfee
interp: split: Correctly split binary
...
The thing splitted on should not be included.
2023-09-24 19:52:22 +02:00
Mattias Wadman
fdadc37d8d
Merge pull request #766 from Ronsor/moc3-fix
...
moc3: Fix minor bugs
2023-09-19 07:21:22 +02:00
Ronsor
14f233d21e
moc3: update tests
2023-09-18 18:22:50 -07:00
Ronsor
f7eb0279b3
moc3: Fix field order in blend_shape_keyform_bindings structure, version detection in count_info
2023-09-18 18:21:07 -07:00
Mattias Wadman
d90772e6a6
Merge pull request #763 from wader/mp3_frmae_xing-better-lame-ext-detect
...
mp3_frame_xing: Detect lame ext more similar to ffmpeg and mediainfo
2023-09-08 15:19:49 +02:00
Mattias Wadman
0699c80bac
mp3_frame_xing: Detect lame ext more similar to ffmpeg and mediainfo
2023-09-08 12:09:35 +02:00
Mattias Wadman
b059614f43
Merge pull request #761 from wader/bump-docker-golang-1.21.1
...
Update docker-golang to 1.21.1 from 1.21.0
2023-09-07 18:40:12 +02:00
Mattias Wadman
591ad024eb
Merge pull request #762 from wader/bump-github-go-version-1.21.1
...
Update github-go-version to 1.21.1 from 1.21.0
2023-09-07 18:40:05 +02:00
bump
30b27a5be3
Update github-go-version to 1.21.1 from 1.21.0
2023-09-07 16:03:48 +00:00
bump
bff668c3f0
Update docker-golang to 1.21.1 from 1.21.0
2023-09-07 16:03:45 +00:00
Mattias Wadman
6c14ceb210
Merge pull request #760 from wader/bump-gomod-golang-x-net-0.15.0
...
Update gomod-golang-x-net to 0.15.0 from 0.14.0
2023-09-07 08:01:21 +02:00
bump
07069a5183
Update gomod-golang-x-net to 0.15.0 from 0.14.0
...
Tags https://github.com/golang/net/tags
2023-09-06 16:03:59 +00:00
Mattias Wadman
1f5f4a5a68
Merge pull request #759 from wader/bump-gomod-golang-x-crypto-0.13.0
...
Update gomod-golang-x-crypto to 0.13.0 from 0.12.0
2023-09-05 19:08:03 +02:00
bump
ebb71e2412
Update gomod-golang-x-crypto to 0.13.0 from 0.12.0
...
Tags https://github.com/golang/crypto/tags
2023-09-05 16:03:45 +00:00
Mattias Wadman
19c439eed6
Merge pull request #758 from wader/id3v2-w-and-t-frames
...
id3v2: Handle W000-WZZZ,W00-WZZ URL frames
2023-09-04 16:45:55 +02:00
Mattias Wadman
0efe5a2c64
id3v2: Handle W000-WZZZ,W00-WZZ URL frames
2023-09-04 15:41:57 +02:00
Mattias Wadman
699c03f753
Merge pull request #757 from wader/decode-ext-key-shadow
...
decode,interp: Don't shadow _key and error on missing _key
2023-09-03 10:58:30 +02:00
Mattias Wadman
c0352f2fd1
decode,interp: Don't shadow _key and error on missing _key
...
For fromjson and other "value" decode values fq make then behave both like
a normal jq value and decode value. This is to make tobytes, format etc work.
Before all _* would be treated as special keys. Now they are first looked up in
the wrapped value and then as decode values.
Also now ._key that don't exist reutrn null instead of throw error.
$ fq -n '`{"_format": 123}` | fromjson | ._format'
Now:
123
Before:
"json"
$ fq -n '`{}` | fromjson | ._missing'
Now:
null
Before
error
2023-09-03 10:47:59 +02:00
Mattias Wadman
d97876caa6
Merge pull request #756 from wader/bump-gomod-golang/text-0.13.0
...
Update gomod-golang/text to 0.13.0 from 0.12.0
2023-09-02 18:16:10 +02:00
bump
2f8ebf1144
Update gomod-golang/text to 0.13.0 from 0.12.0
...
Source diff 0.12.0..0.13.0 https://github.com/golang/text/compare/v0.12.0..v0.13.0
2023-09-02 16:03:56 +00:00
Mattias Wadman
cad50db485
Merge pull request #755 from wader/mp4-emsg
...
mp4: Decode emsg box
2023-08-31 17:55:04 +02:00
Mattias Wadman
bedd719b3a
mp4: Decode emsg box
2023-08-31 17:33:18 +02:00