13008b6cef
- Update to version 0.15.0 Changes * Fix issue running fq without a home directory. Format changes * avc_nalu Decode payload into a rbsp struct (raw byte sequence payload) and only introduce a sub-buffer if de-emulation prevention was done. * hevc_nalu Decode payload into a rbsp struct. * matroska Update specification. * mp4 + Add a skip_samples option to not add fields or decode samples at all. Useful when dealing with broken mp4 files. + Add a truncated_size field if allow_truncated is used and we had to truncate. Useful when dealing with broken mp4 files. + pcmC Decode box. + chnl Decode box + Don't decode samples for ipcm track format. Could end up with a huge array and not be very useful. + trun Skip samples array if there are no sample flags. + uuid Decode tfxd and tfrf boxes.
Jeff Kowalczyk2025-04-19 18:52:16 +00:00
bc8f052246
------------------------------------------------------------------- Sat Feb 8 16:17:03 UTC 2025 - Martin Hauke <mardnh@gmx.de>
Jeff Kowalczyk2025-02-08 16:39:36 +00:00
90e6d51116
- Update to version 0.14.0: Changes * More jq compatible debug/0/debug/1 (correct prefix) and stderr/0 (output raw strings). * Fix crash when decoding a file while it's growing. * Clean up some build dependencies. * gojq update. Changes from upstream: + 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. * elf Handle section header null better. * markdown Update to latest gomarkdown (Fixes CVE-2024-44337). * matroska Spec update. * midi - Mapped SMPTE frame rates to strings and fixed bug in SMPTE offset metaevent decoding and more refactoring. * toml to_toml/1 now support indent option. * wav Decode fmt chunk a bit better and improve format sym names (implied endian not bit size). * yaml to_yaml/1 now support indent option. Changelog * Fixed format 0 filenames in Makefile debug target. * Mapped SMPTE frame rates to strings and fixed bug in SMPTE offset metaevent decoding (cf. #1023 (comment)). * Moved to doc.go into midi.go (cf. transcriptaze#2). * Reworked MIDI decoder to decode 'extra' format 0 tracks as data (cf. transcriptaze#6).
Jeff Kowalczyk2025-02-08 16:33:09 +00:00
0acf21e812
- Update to version 0.13.0 Changes * New format decoders midi, negentropy, tap and txz * Add byte_array bits format. Format changes * matroska Updated to latest specification. * midi MIDI decoder added. * negentropy Negentropy message decoder. * tap and txz TAP and TXZ tape format for ZX Spectrum computers. - Update to version 0.12.0 Changes * Update readline package to fix issue with left/right word jump in REPL. * Update of version of golang and other dependencies. Format changes * jpeg + Decode DHT paramaters. + Fix EOI description. - Update to version 0.11.0 Changes * Add string_truncate option to configure how to truncate long strings when displaying a decode value tree. dd, dv etc set truncate length to zero to not truncate. * gojq updates from upstream: + Implement ltrim, rtrim, and trim functions. + 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
Jeff Kowalczyk2024-09-23 02:55:12 +00:00
77114cb586
Accepting request 1128990 from devel:languages:go
Ana Guerrero2023-11-27 21:43:13 +00:00
02265c71e7
Accepting request 1128988 from home:jfkw:branches:devel:languages:go
Jeff Kowalczyk2023-11-26 22:17:27 +00:00