1
1
mirror of https://github.com/wader/fq.git synced 2024-08-17 07:50:29 +03:00
fq/format
2024-04-09 22:59:47 +02:00
..
all nes: Add support for iNES/NES 2.0 ROM files 2024-03-16 19:18:21 +01:00
ape interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
apple interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
ar html: Add to probe group 2023-05-11 19:07:18 +02:00
asn1 interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
av1 formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
avro interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
bencode interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
bitcoin interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
bits interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
bson bson: Fix jq style a bit 2023-12-07 15:09:16 +01:00
bzip2 interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
caff png: Type flags were off-by-one bit 2024-01-05 16:53:05 +01:00
cbor fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
crypto interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
csv fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
dns interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
elf interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
fairplay formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
fit fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
flac fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
flv decode,interp: Refactor format groups into a proper struct 2023-04-29 20:02:34 +02:00
gif interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
gzip gzip: Correctly handle multiple members 2023-10-24 10:45:32 +02:00
icc icc_profile: Strip whitespace in header and tag strings 2024-04-03 10:09:31 +02:00
id3 png: Type flags were off-by-one bit 2024-01-05 16:53:05 +01:00
inet fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
jpeg interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
json gzip: Correctly handle multiple members 2023-10-24 10:45:32 +02:00
leveldb interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
luajit interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
markdown help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
math interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
matroska opus,vorbis: More sym snake_case 2024-03-27 18:30:27 +01:00
moc3 interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
mp3 interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
mp4 mp4: Fix jp2 test 2024-04-09 22:59:47 +02:00
mpeg fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
msgpack interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
nes interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
ogg opus,vorbis: More sym snake_case 2024-03-27 18:30:27 +01:00
opentimestamps interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
opus opus,vorbis: More sym snake_case 2024-03-27 18:30:27 +01:00
pcap interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
png png: Type flags were off-by-one bit 2024-01-05 16:53:05 +01:00
postgres interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
prores mp4,avi: Trim spaces for type 2024-04-09 20:09:12 +02:00
protobuf fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
riff mp4,avi: Trim spaces for type 2024-04-09 20:09:12 +02:00
rtmp interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
tar interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
text fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
tiff interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
tls tls: Fix field name typos 2023-12-25 00:32:42 +01:00
toml fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
tzif test: Support to more common -update flag 2023-12-06 11:47:38 +01:00
vorbis interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
vpx formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
wasm test: Support to more common -update flag 2023-12-06 11:47:38 +01:00
xml fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
yaml fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
zip png: Type flags were off-by-one bit 2024-01-05 16:53:05 +01:00
format.go nes: Add support for iNES/NES 2.0 ROM files 2024-03-16 19:18:21 +01:00
fqtest_test.go test: Support to more common -update flag 2023-12-06 11:47:38 +01:00
fuzz_test.go decode,interp: Refactor format groups into a proper struct 2023-04-29 20:02:34 +02:00
inet.go golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
media.go golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
shared.go doc,fq: Improve cli help and some cleanup 2023-02-15 11:04:39 +01:00