1
1
mirror of https://github.com/wader/fq.git synced 2024-08-17 07:50:29 +03:00
Commit Graph

2497 Commits

Author SHA1 Message Date
loselarry
208b3e6bf2 chore: fix function name in comment
Signed-off-by: loselarry <bikangning@yeah.net>
2024-04-10 16:16:51 +08:00
Mattias Wadman
837de9f658
Merge pull request #922 from wader/mp4-fix-jp2-test
mp4: Fix jp2 test
2024-04-09 23:12:39 +02:00
Mattias Wadman
87b6c4dd6a mp4: Fix jp2 test 2024-04-09 22:59:47 +02:00
Mattias Wadman
5cbda8fbb0
Merge pull request #921 from wader/mp4-jp2-boxes
mp4: JPEG200 boxes jp2h and ihdr
2024-04-09 20:43:26 +02:00
Mattias Wadman
8d31040fd2
Merge pull request #920 from wader/mov-avi-trim-space
mp4,avi: Trim spaces for type
2024-04-09 20:38:19 +02:00
Mattias Wadman
8009b6f661 mp4: JPEG200 boxes jp2h and ihdr 2024-04-09 20:34:53 +02:00
Mattias Wadman
1784c43824 mp4,avi: Trim spaces for type 2024-04-09 20:09:12 +02:00
Mattias Wadman
2f858b1c90
Merge pull request #919 from wader/preview-refactor-array_truncate
interp: Add string_truncate option
2024-04-08 17:55:15 +02:00
Mattias Wadman
c8f9cdc9d7 interp: Add string_truncate option
Was hardcoded to 50, now confiugurable also used affected by dd, dv etc
2024-04-08 17:45:10 +02:00
Mattias Wadman
b6ac25cb39
Merge pull request #917 from wader/bump-gomod-golang-x-net-0.24.0
Update gomod-golang-x-net to 0.24.0 from 0.23.0
2024-04-05 19:44:55 +02:00
bump
daba6b5497 Update gomod-golang-x-net to 0.24.0 from 0.23.0
Tags https://github.com/golang/net/tags
2024-04-05 19:29:41 +02:00
Mattias Wadman
1d6e6f590d
Merge pull request #918 from wader/bump-gomod-golang-x-term-0.19.0
Update gomod-golang-x-term to 0.19.0 from 0.18.0
2024-04-05 19:28:34 +02:00
Mattias Wadman
b45d7d621c
Merge pull request #916 from wader/bump-gomod-golang-x-crypto-0.22.0
Update gomod-golang-x-crypto to 0.22.0 from 0.21.0
2024-04-05 19:28:28 +02:00
bump
b2aa59f759 Update gomod-golang-x-term to 0.19.0 from 0.18.0
Tags https://github.com/golang/term/tags
2024-04-05 16:04:18 +00:00
bump
15a7060bff Update gomod-golang-x-crypto to 0.22.0 from 0.21.0
Tags https://github.com/golang/crypto/tags
2024-04-05 16:04:14 +00:00
Mattias Wadman
c2f0189371
Merge pull request #913 from wader/bump-docker-golang-1.22.2
Update docker-golang to 1.22.2 from 1.22.1
2024-04-04 18:15:49 +02:00
Mattias Wadman
2476330deb
Merge pull request #915 from wader/bump-github-go-version-1.22.2
Update github-go-version to 1.22.2 from 1.22.1
2024-04-04 18:15:40 +02:00
Mattias Wadman
a0a5460cf6
Merge pull request #914 from wader/bump-gomod-golang-x-net-0.23.0
Update gomod-golang-x-net to 0.23.0 from 0.22.0
2024-04-04 18:14:46 +02:00
bump
33c93918ba Update github-go-version to 1.22.2 from 1.22.1 2024-04-04 16:03:55 +00:00
bump
77c000e6e9 Update gomod-golang-x-net to 0.23.0 from 0.22.0
Tags https://github.com/golang/net/tags
2024-04-04 16:03:54 +00:00
bump
0afb5b592e Update docker-golang to 1.22.2 from 1.22.1 2024-04-04 16:03:50 +00:00
Mattias Wadman
93eb6e83ef
Merge pull request #912 from wader/icc-profile-nicer-strings
icc_profile: Strip whitespace in header and tag strings
2024-04-03 10:17:53 +02:00
Mattias Wadman
ed6851163f icc_profile: Strip whitespace in header and tag strings 2024-04-03 10:09:31 +02:00
Mattias Wadman
b67ce0268c
Merge pull request #911 from wader/gomod-update
mod: go get non-bump tracked modules
2024-04-01 19:26:42 +02:00
Mattias Wadman
c5e84236df
Merge pull request #910 from wader/go-1.20-cleanup
fq: Use go 1.20 and cleanup
2024-04-01 19:26:33 +02:00
Mattias Wadman
bf7fa07c41 fq: Use go 1.20 and cleanup
Also rename *ex packages to *x
2024-04-01 19:14:10 +02:00
Mattias Wadman
c6165c0caf mod: go get non-bump tracked modules 2024-04-01 18:54:32 +02:00
Mattias Wadman
48351028c5
Merge pull request #909 from wader/lint-more-and-fixes
lint: More linters and some fixes
2024-04-01 18:32:41 +02:00
Mattias Wadman
4ac96a67e0
Merge pull request #908 from wader/decode-align-structs
decode: Align some heavily used structs to save space
2024-04-01 18:25:08 +02:00
Mattias Wadman
b542ff1d6c lint: More linters and some fixes 2024-04-01 18:24:41 +02:00
Mattias Wadman
621d7f2c22 decode: Align some heavily used structs to save space
From betteralign:
Compound: 8 bytes saved: struct with 40 pointer bytes could be 32
Value: 40 bytes saved: struct with 128 pointer bytes could be 88
2024-04-01 18:12:31 +02:00
Mattias Wadman
56cd9e83ed
Merge pull request #907 from wader/update-gojq
gojq: Update fq fork
2024-04-01 15:26:54 +02:00
Mattias Wadman
f5fd587350 gojq: Update fq fork
Fixes issue using ascii_downcase and ascii_upcase with decode value.

From upstream https://github.com/itchyny/gojq/blob/main/CHANGELOG.md:
* implement `ltrim`, `rtrim`, and `trim` functions
* implement `gojq.ParseError` for getting the offset and token of query parsing error
* implement `gojq.HaltError` for detecting halt errors and stopping outer iteration
* fix object construction with duplicate keys (`{x:0,y:1} | {a:.x,a:.y}`)
* fix `halt` and `halt_error` functions to stop the command execution immediately
* fix variable scope of binding syntax (`"a" as $v | def f: $v; "b" as $v | f`)
* fix pre-defined variables to be available in initial modules (`$ARGS` in `~/.jq`)
* fix `ltrimstr` and `rtrimstr` functions to emit error on non-string input
* fix `nearbyint` and `rint` functions to round ties to even
* improve parser to allow `reduce`, `foreach`, `if`, `try`-`catch` syntax as object values
* remove `pow10` in favor of `exp10`, define `scalbn` and `scalbln` by `ldexp`
2024-04-01 15:15:26 +02:00
Mattias Wadman
90c0d9be94
Merge pull request #905 from wader/bump-make-golangci-lint-1.57.2
Update make-golangci-lint to 1.57.2 from 1.57.1
2024-03-29 18:03:02 +01:00
Mattias Wadman
7625b97a09
Merge pull request #906 from wader/bump-github-golangci-lint-1.57.2
Update github-golangci-lint to 1.57.2 from 1.57.1
2024-03-29 18:02:45 +01:00
bump
14aeab0b73 Update github-golangci-lint to 1.57.2 from 1.57.1
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.57.2
2024-03-29 16:03:39 +00:00
bump
a3b63b1037 Update make-golangci-lint to 1.57.2 from 1.57.1
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.57.2
2024-03-29 16:03:37 +00:00
Mattias Wadman
a00cfe0342
Merge pull request #904 from wader/vorbis-opus-syms
opus,vorbis: More sym snake_case
2024-03-27 22:45:14 +01:00
Mattias Wadman
80bccc91ed opus,vorbis: More sym snake_case 2024-03-27 18:30:27 +01:00
Mattias Wadman
ae519be2fd
Merge pull request #902 from wader/gojq-update-halt_error-rework
gojq: Update fq fork
2024-03-24 15:10:40 +01:00
Mattias Wadman
e26704049f gojq: Update fq fork
From upstream:
fix halt and halt_error to stop command immediately
2024-03-24 14:57:42 +01:00
Mattias Wadman
3c93e21cfd
Merge pull request #900 from wader/bump-make-golangci-lint-1.57.1
Update make-golangci-lint to 1.57.1 from 1.57.0
2024-03-21 18:09:46 +01:00
Mattias Wadman
689e9cc49a
Merge pull request #901 from wader/bump-github-golangci-lint-1.57.1
Update github-golangci-lint to 1.57.1 from 1.57.0
2024-03-21 18:09:34 +01:00
bump
72b4569b15 Update github-golangci-lint to 1.57.1 from 1.57.0
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.57.1
2024-03-21 16:03:48 +00:00
bump
4f55b6afc6 Update make-golangci-lint to 1.57.1 from 1.57.0
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.57.1
2024-03-21 16:03:43 +00:00
Mattias Wadman
c364e1b661
Merge pull request #898 from wader/bump-make-golangci-lint-1.57.0
Update make-golangci-lint to 1.57.0 from 1.56.2
2024-03-20 19:07:01 +01:00
Mattias Wadman
b8be180e31
Merge pull request #899 from wader/bump-github-golangci-lint-1.57.0
Update github-golangci-lint to 1.57.0 from 1.56.2
2024-03-20 19:06:41 +01:00
bump
82d96cf990 Update github-golangci-lint to 1.57.0 from 1.56.2
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.57.0
2024-03-20 16:04:53 +00:00
bump
94e80864d7 Update make-golangci-lint to 1.57.0 from 1.56.2
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.57.0
2024-03-20 16:04:49 +00:00
Mattias Wadman
8f3c9cef20
Merge pull request #897 from wader/mp4-add-thmb
mp4: Add thmb box support
2024-03-19 17:52:37 +01:00