1
1
mirror of https://github.com/wader/fq.git synced 2024-10-06 16:39:48 +03:00
fq/format/mpeg
Mattias Wadman a7a101ca67 doc,help: Nicer format help and move help tests into each format
Also add authors to avro and macho decoders

Generated with:
for i in $(go run . -r -n '_registry | [([([.files[][].name | split(".")[0]] | unique[]), (.formats[].name)] | count[] | select(.[1] == 2)[0]), (.formats[] | select(.decode_in_arg).name)] | unique[]'); do DIR=$(dirname $(find format -name $i.go)); echo "$ fq -h $i" > "$DIR/testdata/help_$i.fqtest" ; done
2022-09-22 23:07:58 +02:00
..
testdata doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
aac_frame.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
adts_frame.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
adts.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
annexb.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
avc_annexb.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
avc_au.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
avc_dcr.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
avc_nalu.go generics: Use more from x/exp 2022-08-31 10:50:56 +02:00
avc_pps.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
avc_sei.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
avc_sps.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
hevc_annexb.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
hevc_au.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
hevc_dcr.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
hevc_nalu.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
hevc_pps.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
hevc_sps.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
hevc_vps.go hevc_vps,fuzz: Error on too many vps layers 2022-07-22 22:48:25 +02:00
mp3_frame.go mp3_frame: Add LSF support and fix incorrect main data handling 2022-08-17 21:36:39 +02:00
mpeg_asc.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
mpeg_es.go dev: Cleanup some code to fix a bunch of new linter warnings 2022-07-19 18:56:09 +02:00
mpeg_pes_packet.go matroska: Add proper lacing support 2022-08-28 21:03:26 +02:00
mpeg_pes.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
mpeg_spu.go dev: Cleanup some code to fix a bunch of new linter warnings 2022-07-19 18:56:09 +02:00
mpeg_ts.go format,intepr: Refactor json, yaml, etc into formats also move out related functions 2022-07-23 21:48:45 +02:00
shared.go lint: Fix ioutil deprecation, reformat for new doc standard 2022-08-05 00:22:32 +02:00