David McDonald
f747873dbc
decode: implements lost and found for unreferenced objects
2022-12-12 23:48:33 -06:00
Mattias Wadman
6279cda7bc
Merge pull request #518 from dgmcdona/bplist_unicode_fix
...
decode: fixes endian of unicode strings
2022-12-11 11:16:55 +01:00
David McDonald
a873819ea2
decode: fixes endian of unicode strings
2022-12-10 21:04:56 -06:00
Mattias Wadman
9bad968911
Merge pull request #516 from wader/go1.18-quote-0x7f-workaround
...
interp,display: Add workaround for go 1.18 when escaping 0x7f
2022-12-10 11:50:52 +01:00
Mattias Wadman
578b84d4cf
interp,display: Add workaround for go 1.18 when escaping 0x7f
2022-12-10 11:34:21 +01:00
Mattias Wadman
0b9426976f
Merge pull request #493 from dgmcdona/macos_bookmark
...
Apple bookmarkData
2022-12-10 08:58:33 +01:00
David McDonald
bdb8166261
decode: removed unnecessary struct
2022-12-09 20:13:25 -06:00
Mattias Wadman
09f3537ae6
Merge pull request #515 from wader/mp4-frag-sample-flags-typo
...
mp4: Fix typo in sample flags sample_is_depended_on description
2022-12-09 17:33:17 +01:00
Mattias Wadman
9ac453a17d
mp4: Fix typo in sample flags sample_is_depended_on description
2022-12-09 17:22:17 +01:00
Mattias Wadman
1a0ea16363
Merge pull request #514 from wader/mp4-frag-sample-flags
...
mp4: Add sym and description for traf sample flags
2022-12-09 17:17:57 +01:00
Mattias Wadman
5fb81a148b
mp4: Add sym and description for traf sample flags
2022-12-09 16:22:43 +01:00
David McDonald
7e98b53894
decode: fix type on defer function call, test: add loop.fqtest
2022-12-08 15:01:16 -06:00
Mattias Wadman
3dee9ba099
Merge pull request #513 from wader/mp4-decode-hnti-hint
...
mp4: Decode hint and hnti child boxes
2022-12-08 20:59:20 +01:00
Mattias Wadman
1d6ce2c07a
mp4: Decode hint and hnti child boxes
2022-12-08 20:47:33 +01:00
Mattias Wadman
8ad7d56c6d
Merge pull request #512 from wader/mp4-ilst-keys
...
mp4,decode: Properly decode ilst items (both mdta and mdir)
2022-12-08 16:12:20 +01:00
Mattias Wadman
83ccedc506
mp4,decode: Properly decode ilst items (both mdta and mdir)
...
Refactor mp4 decoder to be simpler and have fallback for unknown box type
Cleanup some old ilst hacks
Add generic string reader to decode API that takes an encoding parameters
2022-12-08 15:56:22 +01:00
David McDonald
8d5dcff8e3
test: applebookmark: adds problematic test case
2022-12-08 01:48:59 -06:00
David McDonald
330d5f7f28
decode: apple_bookmark: simplifies flag decoding
2022-12-08 01:47:00 -06:00
David McDonald
a162e07b76
decode: minor change to method receiver name
2022-12-08 01:33:38 -06:00
David McDonald
04379df8d4
decode: revert decode.D back, place posLoopDetector in apple_bookmark
2022-12-07 16:25:34 -06:00
Mattias Wadman
2b448a5c50
Merge pull request #510 from wader/bump-docker-golang-1.19.4
...
Update docker-golang to 1.19.4 from 1.19.3
2022-12-07 17:13:42 +01:00
Mattias Wadman
5c4d5f0d5e
Merge pull request #511 from wader/bump-github-go-version-1.19.4
...
Update github-go-version to 1.19.4 from 1.19.3, 1.19.3, 1.19.3
2022-12-07 17:13:37 +01:00
bump
519eff6c21
Update github-go-version to 1.19.4 from 1.19.3, 1.19.3, 1.19.3
2022-12-07 16:04:12 +00:00
bump
4fdb73625d
Update docker-golang to 1.19.4 from 1.19.3
2022-12-07 16:04:07 +00:00
Mattias Wadman
d8560cc2c5
Merge pull request #509 from wader/update-wader-gojq
...
gojq: Update rebased fq fork
2022-12-07 16:53:44 +01:00
Mattias Wadman
6c86945125
gojq: Update rebased fq fork
...
Fix issue with JQValue:s in assig/update paths.
Rebase on upstream master, commits since last rebase:
c1a3ebd (tag: v0.12.10, origin/main) bump up version to 0.12.10
5294c9e update CHANGELOG.md for v0.12.10
319a797 update dependencies
20ca575 add notes on precedence of unary operators against variable binding
62ffdf7 fix break in try catch syntax
35c123b improve the order of test cases
fe0e20a improve performance of ascii_downcase, ascii_upcase functions
76648c7 improve match/2 to reduce syntax tree nodes just like splits/2
6a683bb improve the install targets in Makefile
6631dd3 escape the null character in csv, tsv, sh formats (close #200 )
5253817 fix path value validation on getpath function (fix #198 )
2022-12-07 16:45:08 +01:00
David McDonald
63a4e80c8b
test: fixed doc test
2022-12-06 19:46:25 -06:00
David McDonald
3942db79c2
pkg/decode/D: Adds PushAndPop, Push, Pop methods. doc: adds help_applebookmark.fqtestdecode: converts applebookmark to use new d.PushAndPop method
2022-12-06 19:40:28 -06:00
David McDonald
4aad2fdeea
doc: remake
2022-12-05 22:03:26 -06:00
David McDonald
34c560c2f5
Merge branch 'master' of https://github.com/wader/fq into macos_bookmark
2022-12-05 22:01:44 -06:00
David McDonald
7ab446626e
decode: remove unused field from decoder, unused parens from torepr
2022-12-05 21:37:36 -06:00
Mattias Wadman
5dd0e2a92c
Merge pull request #507 from wader/use-jqtest
...
dev,test: Use jqtest code from jqjq for jq tests
2022-12-05 21:00:09 +01:00
Mattias Wadman
57d11600a4
Merge pull request #508 from wader/text-unbreak-base64-test
...
text,test: Unbeak base64 tests
2022-12-05 20:59:20 +01:00
Mattias Wadman
423bab9e33
dev,test: Use jqtest code from jqjq for jq tests
2022-12-05 20:52:27 +01:00
Mattias Wadman
47a568e076
text,test: Unbeak base64 tests
2022-12-05 20:51:30 +01:00
Mattias Wadman
92eadf9876
Merge pull request #506 from wader/mp4-sidx-version1-duration
...
mp4: sidx version 1 segment_duration is s64
2022-12-05 17:15:47 +01:00
Mattias Wadman
a23fe618b0
mp4: sidx version 1 segment_duration is s64
2022-12-05 17:04:05 +01:00
Mattias Wadman
f4e13212b1
Merge pull request #505 from wader/doc-formats-some-pad
...
doc: Add some padding margin to formats table to make it less likely …
2022-12-05 12:42:37 +01:00
Mattias Wadman
2fc16ae22a
doc: Add some padding margin to formats table to make it less likely to cause git conflicts
2022-12-05 12:25:00 +01:00
Mattias Wadman
e17355ba42
Merge pull request #504 from wader/bump-gomod-golang/text-0.5.0
...
Update gomod-golang/text to 0.5.0 from 0.4.0
2022-12-04 17:12:32 +01:00
bump
2a91d29358
Update gomod-golang/text to 0.5.0 from 0.4.0
...
Source diff 0.4.0..0.5.0 https://github.com/golang/text/compare/v0.4.0..v0.5.0
2022-12-04 16:03:39 +00:00
Mattias Wadman
2c4862c9fb
Merge pull request #498 from bitbears-dev/master
...
support tzif (time zone information format)
2022-12-04 13:21:19 +01:00
Mattias Wadman
d4898f39be
Merge pull request #503 from wader/doc-move-formats-svg-target
...
dev,doc,make: Cleanup makefile and have proper targets for *.md and *.svg
2022-12-04 13:18:48 +01:00
@0xb17bea125
fd22426b3d
tzif: add help_tzif.fqtest
2022-12-04 21:04:15 +09:00
@0xb17bea125
c4e7fc7919
tzif: moved document to tzif.md
2022-12-04 21:04:13 +09:00
@0xb17bea125
4481a77a1c
tzif: use scalar.Fn() to define a mapper ad hoc
2022-12-04 21:02:39 +09:00
@0xb17bea125
abde823a79
tzif: use PeekFindByte() to find end of the string
2022-12-04 21:02:39 +09:00
@0xb17bea125
2ee6360b97
support tzif (time zone information format)
2022-12-04 21:02:39 +09:00
Mattias Wadman
42debe5871
dev,doc,make: Cleanup makefile and have proper targets for *.md and *.svg
...
Update format dev docs to only generate README.md and doc/foramts.md to not
cause formats.svg conflicts.
2022-12-04 12:37:10 +01:00
David McDonald
b872b1a337
doc: remake
2022-12-03 17:36:56 -06:00