1
1
mirror of https://github.com/wader/fq.git synced 2024-11-22 15:45:45 +03:00
fq/format
Mattias Wadman 2a2b64dda2 matroska: Update ebml specification
Also add license note about ebml_matroska.xml
2023-04-13 12:19:41 +02:00
..
all golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
ape decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
apple golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
ar decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
asn1 decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
av1 golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
avro help,markdown: Fix double line breaks when converting to text 2023-03-02 23:38:11 +01:00
bencode decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
bitcoin decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
bits decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
bson help,markdown: Fix double line breaks when converting to text 2023-03-02 23:38:11 +01:00
bzip2 decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
cbor decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
crypto interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
csv help: Show default option value as JSON 2023-03-04 09:53:33 +01:00
dns decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
elf golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
fairplay decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
flac decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
flv decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
gif decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
gzip decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
icc decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
id3 decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
inet pcap,pcapng,ipv4,ipv6: Support raw link type (ipv4 or ipv6) 2023-03-02 18:37:00 +01:00
jpeg decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
json decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
markdown help,markdown: Fix double line breaks when converting to text 2023-03-02 23:38:11 +01:00
math interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
matroska matroska: Update ebml specification 2023-04-13 12:19:41 +02:00
mp3 id3v2: Decode subframes for CTOC and add struct for headers 2023-03-05 19:29:22 +01:00
mp4 decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
mpeg golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
msgpack msgpack: Add str, array and object type tests 2023-04-08 13:09:15 +02:00
ogg decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
opus decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
pcap tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00
png decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
prores decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
protobuf help,markdown: Fix double line breaks when converting to text 2023-03-02 23:38:11 +01:00
riff wav: Cleanup avi leftovers 2023-04-11 19:34:34 +02:00
rtmp decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
tar decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
text interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
tiff golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
tls golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
toml toml,xml: Fail fast on invalid content 2023-02-22 16:23:21 +01:00
tzif help,markdown: Fix double line breaks when converting to text 2023-03-02 23:38:11 +01:00
vorbis decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
vpx golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
wasm help,markdown: Fix double line breaks when converting to text 2023-03-02 23:38:11 +01:00
webp decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
xml help: Show default option value as JSON 2023-03-04 09:53:33 +01:00
yaml decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
zip help,markdown: Fix double line breaks when converting to text 2023-03-02 23:38:11 +01:00
format.go golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
fqtest_test.go doc,dev: Add more usage and dev tips 2022-12-03 19:00:47 +01:00
fuzz_test.go fuzz: make fuzz GROUP=mp4 to fuzz one group 2022-10-10 21:07:10 +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