1
1
mirror of https://github.com/wader/fq.git synced 2024-11-27 06:04:47 +03:00
fq/format
2023-02-15 11:04:39 +01:00
..
all decode: updates all.go with correct macho path 2022-12-17 01:57:23 -06:00
ape decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
apple bplist: Harmonize ns_keyed_archive jq style a bit 2022-12-20 00:56:19 +01:00
ar decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
asn1 interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
av1 decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
avro decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
bencode decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
bitcoin doc,fq: Improve cli help and some cleanup 2023-02-15 11:04:39 +01:00
bits interp: Wrap Binary in decodeValue to fix prompt issue with bits/bytes format 2023-01-04 15:30:05 +01:00
bson decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
bzip2 decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
cbor interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
crypto interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
csv interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
dns decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
elf decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
fairplay dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
flac flac_picture,mpeg: Fix trailing ")" typo in map sym and description 2023-01-25 14:01:34 +01:00
flv decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
gif decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
gzip decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
icc decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
id3 decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
inet tcp_segment: Decode standard options and rename maxseg to mss 2023-01-31 12:42:16 +01:00
jpeg decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
json interp,json: Move error handling to colorjson 2023-02-07 16:57:54 +01:00
markdown decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
math interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
matroska matroska: Add unknown size test and add description to ebml header 2023-02-10 10:29:25 +01:00
mp3 mp3: Add max_unknown option to fail decode if too much unknown bits 2023-01-25 15:27:31 +01:00
mp4 doc,fq: Improve cli help and some cleanup 2023-02-15 11:04:39 +01:00
mpeg flac_picture,mpeg: Fix trailing ")" typo in map sym and description 2023-01-25 14:01:34 +01:00
msgpack decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
ogg decode: Make FieldFormat usage more consistent 2022-12-19 19:12:57 +01:00
opus decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
pcap tcp_segment: Decode standard options and rename maxseg to mss 2023-01-31 12:42:16 +01:00
png decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
prores Merge pull request #554 from wader/mp4-ftyp-qt-minor-desc 2023-01-16 12:23:42 +01:00
protobuf decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
riff matroska: Add decode_samples option 2023-02-08 11:31:41 +01:00
rtmp flac_picture,mpeg: Fix trailing ")" typo in map sym and description 2023-01-25 14:01:34 +01:00
tar decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
text interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
tiff interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
toml interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
tzif decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
vorbis interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
vpx decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
wasm decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
webp decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
xml interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
yaml interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
zip decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
format.go matroska: Add decode_samples option 2023-02-08 11:31:41 +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 decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
media.go flac_picture,mpeg: Fix trailing ")" typo in map sym and description 2023-01-25 14:01:34 +01:00
shared.go doc,fq: Improve cli help and some cleanup 2023-02-15 11:04:39 +01:00