Changes
- More jq compatible
debug/0
/debug/1
(correct prefix) andstderr/0
(output raw strings). #1015 #1016 - Fix crash when decoding a file while it's growing. #1050
- Clean up some build dependencies. #1047 Thanks @Juneezee
- gojq update. Changes from upstream: #1070
- Fix reduce syntax to emit results for each initial value
- Implement skip/2, fix limit/2 to emit error on negative count
- Fix last/1 to yield no values when the argument yields no values
Format changes
av1_obu
Decode more fields and derive more values according to spec. #1020 #1021elf
Handle section header null better. #1051markdown
Update to latest gomarkdown (Fixes CVE-2024-44337). #1048matroska
Spec update. #1035midi
- Mapped SMPTE frame rates to strings and fixed bug in SMPTE offset metaevent decoding and more refactoring. #1023 Thanks @transcriptazetoml
to_toml/1
now support indent option. #1033wav
Decode fmt chunk a bit better and improve format sym names (implied endian not bit size). #1034 #1038yaml
to_yaml/1
now support indent option. #1033
Changelog
- 2b5a52b Fixed format 0 filenames in Makefile debug target (cf. #1023 (comment))
- 8f12fc0 Mapped SMPTE frame rates to strings and fixed bug in SMPTE offset metaevent decoding (cf. #1023 (comment))
- a5f3dad Moved to doc.go into midi.go (cf. transcriptaze#2)
- 9f26ed8 Remove
golang.org/x/exp
dependency - f7d3bed Renamed 'xxx' constant maps to 'xxxMap' (cf. #1023 (comment))
- 6fe9193 Replace
exp/slices
package with standard library - c0930b8 Reworked MIDI decoder to decode 'extra' format 0 tracks as data (cf. transcriptaze#6)
- 552cad2 Reworked MThd SMPTE field decoding to more closely follow the specification (cf. transcriptaze#4)
- e1e9900 Update docker-golang to 1.23.2 from 1.23.1
- 120123d Update docker-golang to 1.23.4 from 1.23.3
- b6a1f38 Update docker-golang to 1.23.5 from 1.23.4
- 2450e6f Update docker-golang to 1.23.6 from 1.23.5
- 4546860 Update github-go-version to 1.23.3 from 1.23.0
- 513342f Update github-go-version to 1.23.4 from 1.23.3
- 96dc2fa Update github-go-version to 1.23.5 from 1.23.4
- 94d2377 Update github-go-version to 1.23.6 from 1.23.5
- 80f6c2e Update github-golangci-lint to 1.62.0 from 1.60.3
- f10639c Update github-golangci-lint to 1.62.2 from 1.62.0
- 0eef2f9 Update github-golangci-lint to 1.63.0 from 1.62.2
- 7b4b7f1 Update github-golangci-lint to 1.63.2 from 1.63.0
- 7ea7680 Update github-golangci-lint to 1.63.3 from 1.63.2
- e93b195 Update github-golangci-lint to 1.63.4 from 1.63.3
- e4dccb7 Update golang.org/x/{crypto,term,net}
- a487bfe Update gomod-golang-x-crypto to 0.31.0 from 0.30.0
- bcfb6c2 Update gomod-golang-x-crypto to 0.32.0 from 0.31.0
- 0d7037c Update gomod-golang-x-net to 0.33.0 from 0.32.0
- d1abf8a Update gomod-golang-x-net to 0.34.0 from 0.33.0
- c0403fd Update gomod-golang-x-term to 0.28.0 from 0.27.0
- bacb94c Update gomod-golang-x-term to 0.29.0 from 0.28.0
- 475babd Update gomod-golang/text to 0.21.0 from 0.20.0
- a96628e Update gomod-golang/text to 0.22.0 from 0.21.0
- 6109e02 Update gomod-gopacket to 1.3.1 from 1.2.0
- 582e769 Update make-golangci-lint to 1.62.0 from 1.61.0
- d6ef46e Update make-golangci-lint to 1.62.2 from 1.62.0
- 4da087f Update make-golangci-lint to 1.63.0 from 1.62.2
- 849f9c6 Update make-golangci-lint to 1.63.2 from 1.63.0
- e0f3fbd Update make-golangci-lint to 1.63.3 from 1.63.2
- 12e583b Update make-golangci-lint to 1.63.4 from 1.63.3
- 5395330 av1_obu: Add more derived values
- d0c7e80 av1_obu: Decode more of sequence header
- b9b14c6 doc: Less wide demo image to make it scale down less
- 7c13517 elf: Handle section header null a bit better
- f63faf4 gojq: Update fq fork
- f8bb502 interp: Output raw strings for stderr/0
- 77da764 interp: debug/* should use DEBUG: not DEBUG
- 1d251c3 matroska: Spec update
- 00ae470 midi: adding godoc (cf. transcriptaze#2)
- 258dca2 mod: Update github.com/gomarkdown/markdown
- a1bbd27 mod: Update golang.org/x/{crypto,sys,term,text,net}
- 41f32a8 mod: Update gomarkdown
- 8abd602 progressreaderseeker: Don't index out of bounds for a growing file
- 4a9f65d wav: Decode fmt chunk cb_size and bytes
- 98ded90 wav: format 1 and 3 mean LE PCM but no implied bit size
- ed872d4 yaml,toml: Add indent option for to_{toml,yaml}