1
1
mirror of https://github.com/wader/fq.git synced 2024-10-06 08:28:39 +03:00
fq/format
Mattias Wadman 0cf46e1196 wav,avi,avc_au: Add avi decoder and refactor wav decoder
avi and wav now share  common riff decode code
avc_au decoder can now handle annexb format
2022-11-19 13:11:27 +01:00
..
all wav,avi,avc_au: Add avi decoder and refactor wav decoder 2022-11-19 13:11:27 +01:00
ape dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
ar ar: Integer strings might be empty 2022-09-17 15:36:34 +02:00
asn1 doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
av1 decode: Add LEB128 readers 2022-08-20 12:05:44 +02:00
avro doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
bencode doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
bitcoin decode,tar: Add scalar description and Try* helpers 2022-10-04 17:18:51 +02:00
bplist makes dictionary key type checking more sensible 2022-10-09 13:34:00 -05:00
bson doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
bzip2 interp,dump: Show address bar for root, nested roots and on format change 2022-08-09 18:09:41 +02:00
cbor doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
crypto format,intepr: Refactor json, yaml, etc into formats also move out related functions 2022-07-23 21:48:45 +02:00
csv doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
dns dns: Rename isTCP to hasLengthHeader 2022-08-10 13:35:01 +02:00
elf elf: Basic program header notes decoding 2022-09-09 14:35:35 +02:00
fairplay dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
flac flac,fuzz: Fatal error on negative partition sample count 2022-10-18 13:40:48 +02:00
flv dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
gif dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
gzip decode,tar: Add scalar description and Try* helpers 2022-10-04 17:18:51 +02:00
icc *extra: Rename <pkg>extra to just <pkg>ex and refactor to use generics 2022-08-12 16:29:47 +02:00
id3 id3v2: In the wild COMM and TXXX frame might not have a null terminator 2022-10-20 22:07:37 +02:00
inet gopacket: Switch/update to new fork, remove SLL2 hack 2022-08-20 01:25:03 +02:00
jpeg dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
json jsonl: Add decoder, also tojsonl encoder 2022-08-15 19:43:59 +02:00
macho doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
markdown doc,rtmp,pcap,markdown: Add more examples 2022-10-09 19:18:14 +02:00
math format,intepr: Refactor json, yaml, etc into formats also move out related functions 2022-07-23 21:48:45 +02:00
matroska matroska: Update spec and regenerate 2022-10-08 15:45:46 +02:00
mp3 mp3_frame_tags: Refactor and rename xing format to mp3_frame_tags 2022-11-16 17:32:03 +01:00
mp4 decode,tar: Add scalar description and Try* helpers 2022-10-04 17:18:51 +02:00
mpeg wav,avi,avc_au: Add avi decoder and refactor wav decoder 2022-11-19 13:11:27 +01:00
msgpack doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
ogg matroska: Add proper lacing support 2022-08-28 21:03:26 +02:00
opus interp,dump: Show address bar for root, nested roots and on format change 2022-08-09 18:09:41 +02:00
pcap doc,rtmp,pcap,markdown: Add more examples 2022-10-09 19:18:14 +02:00
png interp,dump: Show address bar for root, nested roots and on format change 2022-08-09 18:09:41 +02:00
prores mp4: Fix data_format typo 2022-10-02 23:31:38 +02:00
protobuf doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
raw dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
riff wav,avi,avc_au: Add avi decoder and refactor wav decoder 2022-11-19 13:11:27 +01:00
rtmp doc,rtmp,pcap,markdown: Add more examples 2022-10-09 19:18:14 +02:00
tar decode,tar: Add scalar description and Try* helpers 2022-10-04 17:18:51 +02:00
text *extra: Rename <pkg>extra to just <pkg>ex and refactor to use generics 2022-08-12 16:29:47 +02:00
tiff xml: Allow trailing <?procinstr?> 2022-08-11 23:48:29 +02:00
toml yaml: Error on trailing yaml/json 2022-08-15 19:14:25 +02:00
vorbis matroska: Add proper lacing support 2022-08-28 21:03:26 +02:00
vpx dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
wasm doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
webp dev: Cleanup some code to fix a bunch of new linter warnings 2022-07-19 18:56:09 +02:00
xml doc: Fix some incorrect example prompts 2022-09-27 13:42:31 +02:00
yaml yaml,fuzz: gojq.Normalize value to fix type panic 2022-10-11 19:22:49 +02:00
zip doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
format.go wav,avi,avc_au: Add avi decoder and refactor wav decoder 2022-11-19 13:11:27 +01:00
fqtest_test.go interp: Cleanup and clarify some format naming 2022-07-16 22:04:21 +02:00
fuzz_test.go fuzz: make fuzz GROUP=mp4 to fuzz one group 2022-10-10 21:07:10 +02:00
inet.go lint: Fix ioutil deprecation, reformat for new doc standard 2022-08-05 00:22:32 +02:00
media.go wav,avi,avc_au: Add avi decoder and refactor wav decoder 2022-11-19 13:11:27 +01:00
shared.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00