1
1
mirror of https://github.com/wader/fq.git synced 2024-10-04 07:27:08 +03:00
fq/format/flac
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
flac_frame.go generics: Use more from x/exp 2022-08-31 10:50:56 +02:00
flac_metadatablock.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
flac_metadatablocks.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
flac_picture.go dev: Cleanup some code to fix a bunch of new linter warnings 2022-07-19 18:56:09 +02:00
flac_streaminfo.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
flac.go Merge pull request #379 from ktmf01/fix-flac-raw-partition 2022-08-18 11:04:00 +02:00