Michael R. Cook
c93dc8bbf9
tap: verify checksum values
2024-08-06 22:57:06 +02:00
Michael R. Cook
e345528d74
tap: rename block_type to type
2024-08-06 19:30:13 +02:00
Michael R. Cook
7816fe1ca4
tap: remove format.TAP_In and update tzx
2024-08-04 12:11:46 +02:00
Michael R. Cook
ee404b2bcf
all: re-run the test --update
2024-08-02 23:52:09 +02:00
Michael R. Cook
90de619918
tap: add a read_one_block test
2024-08-02 23:51:12 +02:00
Michael R. Cook
113ca632ab
tap: add DefaultInArg
2024-08-02 23:50:00 +02:00
Michael R. Cook
e5be55c1f9
tap: remove Probe group
2024-08-02 12:25:01 +02:00
Michael R. Cook
a24177433f
all: update tests for tap support
2024-08-02 11:39:14 +02:00
Michael R. Cook
6ac69e2545
tzx: add README to tests directory
2024-08-02 10:48:40 +02:00
Michael R. Cook
e526cafa55
tap: add README to tests directory
2024-08-02 10:48:31 +02:00
Michael R. Cook
ffb5eb333b
tzx: use jq-ish values for the mapped symbols in block type 0x18
2024-08-02 10:47:15 +02:00
Michael R. Cook
e3c3d925d0
tap: add author to tap.md
2024-08-02 10:44:02 +02:00
Michael R. Cook
88b6ded52c
tzx: add author to tzx.md
2024-08-02 10:43:49 +02:00
Michael R. Cook
81b23041af
tzx: Add suport for ZX Spectrum TZX and TAP files
2024-08-01 11:57:51 +02:00
Mattias Iko Mattsson
6e13b4b550
jpeg: Add parsing of DHT parameters
2024-04-25 13:17:08 +02:00
Mattias Wadman
b482556025
jpeg: Fix EOI description
2024-04-19 15:26:10 +02:00
Mattias Wadman
ee2ee24dbb
decode: Cleanup io panic a bit
2024-04-12 17:23:03 +02:00
Mattias Wadman
d04a846f10
Merge pull request #928 from wader/jp2c-faster-probe
...
jp2c: Fail probe faster
2024-04-11 00:13:37 +02:00
Mattias Wadman
79992b341a
jp2c: Fail probe faster
2024-04-10 23:54:22 +02:00
Mattias Wadman
70b1b0d6a3
mp4: Decode uinf box
2024-04-10 22:17:39 +02:00
Mattias Wadman
a3f5e29d8f
Merge pull request #926 from wader/mp4-jp-box
...
mp4: Decode jP box
2024-04-10 21:59:57 +02:00
Mattias Wadman
4f90a2eaae
mp4: Decode jP box
2024-04-10 21:50:55 +02:00
Mattias Wadman
63f7d79c32
jp2c: Support probe
2024-04-10 21:44:14 +02:00
Mattias Wadman
ebffb3be7b
jp2c: Add jpeg2000 codestream format
2024-04-10 16:24:14 +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
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
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
ed6851163f
icc_profile: Strip whitespace in header and tag strings
2024-04-03 10:09:31 +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
b542ff1d6c
lint: More linters and some fixes
2024-04-01 18:24:41 +02:00
Mattias Wadman
80bccc91ed
opus,vorbis: More sym snake_case
2024-03-27 18:30:27 +01:00
Mattias Wadman
2ea70c42ac
mp4: Add thmb box support
2024-03-19 17:44:37 +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
Mikael Lofjärd
f3b54042b1
nes: Add support for iNES/NES 2.0 ROM files
2024-03-16 19:18:21 +01:00
Mattias Wadman
87052733e6
pssh_playready: Use snake_case sym values
2024-03-11 17:00:26 +01:00
Mattias Wadman
7500a8b767
fq: Sort formats
2024-02-18 16:33:39 +01:00
Mikael Lofjärd
225fd50783
fit: Skip array fields on pre read messages
2024-02-12 16:31:27 +01:00
Mikael Lofjärd
f7b067b6ba
Fixed subfield referencing fields below self in message
2024-02-12 15:28:42 +01:00
Mattias Wadman
76307e4d33
fit: Formatted date/time description for timestamp fields
2024-02-11 00:43:00 +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
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
Mikael Lofjärd
88622804f7
fit: Made long/lat present as float64
2024-02-10 01:09:15 +01:00
Mikael Lofjärd
54c6f0cdc1
fit: Added support for "invalid" value checking.
...
Added support for array values.
Added documentation and tests.
2024-02-10 01:08:02 +01:00
Mikael Lofjärd
46dbf5b7da
fit: Added support for ANT+ FIT format (used by Garmin devices)
2024-02-10 01:08:01 +01:00
Mattias Wadman
8999c84e6c
Merge pull request #860 from wader/pcapnp-all-section-header-cleanup
...
pcapng: Decode all section headers
2024-02-06 01:26:49 +01:00
Mattias Wadman
e3af46702c
pcapng: Decode all section headers, clenaup descriptions
...
Some refactor also
2024-02-06 01:06:59 +01:00
Mattias Wadman
e51c746db4
aac_frame: CPE: Decode instance tag and common window flag
2024-01-29 12:13:19 +01:00