1
1
mirror of https://github.com/wader/fq.git synced 2024-08-16 15:30:36 +03:00
fq/format
2023-05-17 18:38:47 +02:00
..
all pdf: Add decoder 2023-05-17 18:38:47 +02:00
ape decode,interp: Refactor format groups into a proper struct 2023-04-29 20:02:34 +02:00
apple help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
ar html: Add to probe group 2023-05-11 19:07:18 +02:00
asn1 help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
av1 formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
avro help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
bencode help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
bitcoin bitcoin: fix witness item structs 2023-05-15 18:36:26 +08:00
bits bits,bytes: Behave as binary instead of raw decode value 2023-05-11 18:45:16 +02:00
bson help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
bzip2 html: Add to probe group 2023-05-11 19:07:18 +02:00
cbor help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
crypto interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
csv help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
dns formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
elf formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
fairplay formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
flac formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
flv decode,interp: Refactor format groups into a proper struct 2023-04-29 20:02:34 +02:00
gif formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
gzip html: Add to probe group 2023-05-11 19:07:18 +02:00
icc formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
id3 id3v2: Decode CTOC flags 2023-05-02 13:43:58 +02:00
inet formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
jpeg formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
json interp: Add hex bits format 2023-05-15 17:31:38 +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 help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
mp3 formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
mp4 mp4: udta: Improve length/lang box probe and support empty value 2023-05-17 11:55:13 +02:00
mpeg formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
msgpack help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
ogg formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
opus formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
pcap help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
pdf pdf: Add decoder 2023-05-17 18:38:47 +02:00
png formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
postgres postgres: doc 2023-05-06 08:54:56 +03:00
prores mp4: Use correct epoch for quicktime timestamps 2023-05-16 13:10:56 +02:00
protobuf help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
riff help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
rtmp help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
tar html: Add to probe group 2023-05-11 19:07:18 +02:00
text fix non-ascii characters handling in to_hex and to_base64 functions 2023-05-16 09:44:35 +08:00
tiff formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
tls help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
toml formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
tzif help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
vorbis formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
vpx formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
wasm help,markdown: Rewrote and made text rendering nicer 2023-05-08 00:07:56 +02:00
webp formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
xml html: Add to probe group 2023-05-11 19:07:18 +02:00
yaml formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
zip html: Add to probe group 2023-05-11 19:07:18 +02:00
format.go pdf: Add decoder 2023-05-17 18:38:47 +02:00
fqtest_test.go doc,dev: Add more usage and dev tips 2022-12-03 19:00:47 +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