Mattias Wadman
|
797bd4d652
|
flac: Refactor flac_metadatablock into flac_metadatablocks
metadatablocks are not really used alone
|
2021-09-17 15:46:13 +02:00 |
|
Mattias Wadman
|
ee972f490d
|
dump: Add ascii header
|
2021-09-16 22:40:03 +02:00 |
|
Mattias Wadman
|
6ee7977c53
|
decode,format: Allow root array
|
2021-09-16 16:27:47 +02:00 |
|
Mattias Wadman
|
473b2243c9
|
decode: Simplify and move format arg into DecodeOptions
|
2021-09-16 15:29:11 +02:00 |
|
Mattias Wadman
|
26d615b852
|
decode: Move name/description into DecodeOptions
|
2021-09-16 14:42:32 +02:00 |
|
Mattias Wadman
|
c7416e6dcb
|
decode, interp: More buffer reuse
|
2021-09-16 12:24:53 +02:00 |
|
Mattias Wadman
|
6207fcc8f0
|
decode: Pass context to be able to cancel properly
|
2021-09-16 10:32:29 +02:00 |
|
Mattias Wadman
|
8277b79c21
|
gojq: Update fq fork, support JQValue alt //
|
2021-09-16 00:46:25 +02:00 |
|
Mattias Wadman
|
c17483dbe0
|
decode: Fix accidental rename
|
2021-09-15 00:52:57 +02:00 |
|
Mattias Wadman
|
776a6b3136
|
decode: Reuse read buffer per decode to speed things up
|
2021-09-14 18:54:59 +02:00 |
|
Mattias Wadman
|
c770a754dc
|
funcs: make in_bytes/bits_range more generic
|
2021-09-14 12:55:53 +02:00 |
|
Mattias Wadman
|
26c594feb1
|
input: make -R mimic jq on io error
|
2021-09-13 12:12:34 +02:00 |
|
Mattias Wadman
|
dcceaa4b35
|
repl: Fix help and error message a bit
|
2021-09-12 13:08:56 +02:00 |
|
Mattias Wadman
|
7423f450ef
|
interp: Cleanup output types
|
2021-09-12 13:08:56 +02:00 |
|
Mattias Wadman
|
3d90b6d4b3
|
Remove fixed comment
|
2021-09-12 13:08:56 +02:00 |
|
Mattias Wadman
|
c9777aaded
|
repl: completion in jq
|
2021-09-12 13:08:56 +02:00 |
|
Mattias Wadman
|
44d8b66a8e
|
repl: Give error if repl is used in non-repl mode
|
2021-09-12 13:08:56 +02:00 |
|
Mattias Wadman
|
ec98fd315a
|
cli: Make --argjson and --decode-file error similar
|
2021-09-12 13:08:56 +02:00 |
|
Mattias Wadman
|
1d15c1d0f2
|
gojq: Update fq fork
|
2021-09-12 13:08:56 +02:00 |
|
Mattias Wadman
|
4344b621da
|
mp3: Only look for supported mp3 sync headers
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
da386ea282
|
mp3: Be more relaxed with zero padding, just warn
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
d350971fa2
|
cli: Add --decode-file VAR PATH support
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
f5ffd32096
|
cli: Implement --arg, --argjson and --rawfile
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
962d84dc68
|
funcs: Make intdiv truncate to int
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
48517c7c60
|
cli: Unbreak part of completion
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
f8e5944f91
|
dump,json: Properly figure if compound or not
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
0a97f86f32
|
doc: Cleanup and note about repl limit
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
a49e924d5f
|
decode: Use golang.org/x/text for text decoding
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
85d17199de
|
cli: jq compat, multiple -L
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
c8f0264682
|
cli: more jq compat
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
ccf6cab491
|
repl: use map in _query_slurp_wrap
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
538f4ffe71
|
cli: add -nul-output compat
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
8cb380e7d9
|
fq: Generate decode alises code
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
834f4a5893
|
fq: use jq functions for all display alises
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
905c0ab74e
|
fq: Add chunk/1
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
25f5ad7566
|
fq,cli: Rename chunk to streaks, cleanup
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
285356d21e
|
fqtest: Cleanup and dont assert when WRITE_ACTUAL
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
1d0ebb55e4
|
repl: Handle directives, add tests
|
2021-09-12 13:08:55 +02:00 |
|
Mattias Wadman
|
49f541c317
|
cli: Add proper repl iterator support
|
2021-09-12 13:08:54 +02:00 |
|
Mattias Wadman
|
c14c29a4a9
|
cli: Cleanup and more commens
|
2021-09-12 13:08:54 +02:00 |
|
Mattias Wadman
|
184df0a11b
|
cli: A bit clearner array and iter prompt
|
2021-09-12 13:08:54 +02:00 |
|
Mattias Wadman
|
c7d45ff1e0
|
mp4: add pssh_playready format
|
2021-09-12 13:08:54 +02:00 |
|
Mattias Wadman
|
10d7ed7806
|
cli: Fix error filename on script error
|
2021-09-12 13:08:54 +02:00 |
|
Mattias Wadman
|
ac8cfca500
|
cli: Make --raw-string work with input/0 and inputs/0
Also lots of refactor
|
2021-09-12 13:08:54 +02:00 |
|
Mattias Wadman
|
2010caccd5
|
cli: Add error test
|
2021-09-12 13:08:54 +02:00 |
|
Mattias Wadman
|
569b631904
|
cli: Add output join tests
|
2021-09-12 13:08:54 +02:00 |
|
Mattias Wadman
|
3304f2956a
|
cli: Add string_input options test
|
2021-09-12 13:08:54 +02:00 |
|
Mattias Wadman
|
17104f02d3
|
cli: Add --options to make help a bit nicer
|
2021-09-12 13:08:54 +02:00 |
|
Mattias Wadman
|
6356a84f15
|
cli: Add --raw-string
|
2021-09-12 13:08:54 +02:00 |
|
Mattias Wadman
|
4242bf6013
|
*_annexb: Refactor into avc/hevc_annexb
|
2021-09-12 13:08:54 +02:00 |
|