fiatjaf
|
cc8e6f1abc
|
opentimestamps: abstract away file digest sizes and support sha1, ripemd160 and keccac256.
|
2023-09-26 14:49:00 -03:00 |
|
fiatjaf
|
5e7c01a013
|
opentimestamps: address comments and improve things.
|
2023-09-26 12:35:18 -03:00 |
|
fiatjaf
|
0a22a3253c
|
opentimestamps: satisfy linter.
|
2023-09-25 23:04:03 -03:00 |
|
fiatjaf
|
1aa557d533
|
opentimestamps: add tests.
|
2023-09-25 22:52:56 -03:00 |
|
fiatjaf
|
cef5faa85d
|
opentimestamps: add parser.
|
2023-09-25 22:52:41 -03:00 |
|
Ronsor
|
14f233d21e
|
moc3: update tests
|
2023-09-18 18:22:50 -07:00 |
|
Ronsor
|
f7eb0279b3
|
moc3: Fix field order in blend_shape_keyform_bindings structure, version detection in count_info
|
2023-09-18 18:21:07 -07:00 |
|
Mattias Wadman
|
0699c80bac
|
mp3_frame_xing: Detect lame ext more similar to ffmpeg and mediainfo
|
2023-09-08 12:09:35 +02:00 |
|
Mattias Wadman
|
0efe5a2c64
|
id3v2: Handle W000-WZZZ,W00-WZZ URL frames
|
2023-09-04 15:41:57 +02:00 |
|
Mattias Wadman
|
bedd719b3a
|
mp4: Decode emsg box
|
2023-08-31 17:33:18 +02:00 |
|
Mattias Wadman
|
312d8078a7
|
mp4: Decode cslg box
|
2023-08-31 15:00:29 +02:00 |
|
Mattias Wadman
|
e50028ac00
|
mp4,mpeg_es: Decode iods box and MP4_IOD_Tag OD
|
2023-08-30 14:57:41 +02:00 |
|
Mattias Wadman
|
0cefc46b8b
|
golangci: Fix gosec aliasing warnings
|
2023-08-21 19:26:21 +02:00 |
|
Mattias Wadman
|
c503bc1313
|
html: Add forgotten re test
|
2023-08-21 19:26:00 +02:00 |
|
Mattias Wadman
|
f15f9bc1a4
|
doc,moc3,caff: Add author and regenerate docs
|
2023-08-21 10:04:37 +02:00 |
|
Mattias Wadman
|
2eae4c2fd5
|
Merge pull request #747 from Ronsor/live2d-formats
moc3 and caff: add decoder
|
2023-08-20 19:06:50 +02:00 |
|
Ronsor
|
833b06363c
|
moc3: update test data
|
2023-08-20 09:55:59 -07:00 |
|
Ronsor
|
fac1e68395
|
moc3: count_info: extra space is reserved, not normal alignment/padding
|
2023-08-19 21:09:50 -07:00 |
|
Ronsor
|
e424e2932e
|
moc3: eliminate gaps and properly handle padding, fix version 5 format decoding
|
2023-08-19 21:03:54 -07:00 |
|
Ronsor
|
b3759de7f0
|
caff: run go fmt
|
2023-08-19 07:18:33 -07:00 |
|
Ronsor
|
013cc2f68f
|
caff: eliminate gaps and specify unused fields
|
2023-08-19 07:07:10 -07:00 |
|
Ronsor
|
4dd0f6d88b
|
caff: run go fmt
|
2023-08-18 20:02:26 -07:00 |
|
Ronsor
|
d3073c6459
|
moc3: add test data for new version 5
|
2023-08-18 20:02:12 -07:00 |
|
Ronsor
|
fa1157221b
|
caff: obfuscation key is a signed integer, add test data
The obfuscation key is actually a signed integer, and thanks to two's complement
arithmetic and sign extension, this is actually significant.
|
2023-08-18 19:45:09 -07:00 |
|
Ronsor
|
03ba71b67f
|
moc3: add support for version 5
|
2023-08-18 17:42:17 -07:00 |
|
Ronsor
|
ce40fd19d7
|
moc3: consistency - scales array contains value elements, not scale elements
|
2023-08-18 12:02:55 -07:00 |
|
Ronsor
|
3caf34e32a
|
moc3: nicer tree structure, use more meaningful names for array elements
|
2023-08-18 11:42:16 -07:00 |
|
Ronsor
|
6a3fecd294
|
caff: include uncompressed bits for proper decompressed entries that can't be decoded as a format
|
2023-08-18 09:25:10 -07:00 |
|
Ronsor
|
441fcd09c8
|
moc3, caff: update tests and README
|
2023-08-18 07:41:17 -07:00 |
|
Ronsor
|
23e660f4ca
|
caff: minor formatting changes
|
2023-08-18 07:40:54 -07:00 |
|
Ronsor
|
6d10a25bb4
|
moc3: update certain array element names, explicitly mark unused or reserved space
|
2023-08-18 07:40:31 -07:00 |
|
Mattias Wadman
|
456a6a4fb5
|
protobuf_widevine: Make protection_scheme constants less magic
|
2023-08-18 11:24:57 +02:00 |
|
Ronsor
|
20f02e79b7
|
moc3: remove dead code
|
2023-08-17 20:13:35 -07:00 |
|
Ronsor
|
092662ec85
|
moc3: initial implementation
|
2023-08-17 20:07:55 -07:00 |
|
Ronsor
|
29084e358e
|
caff: remove dead code
|
2023-08-17 13:19:28 -07:00 |
|
Ronsor
|
da41a8d311
|
caff: initial implementation
|
2023-08-17 13:17:01 -07:00 |
|
Mattias Wadman
|
4ed8c6df18
|
Merge pull request #738 from wader/gomod-update
gomod: Update x/exp and gomarkdown
|
2023-08-09 14:57:28 +02:00 |
|
Mattias Wadman
|
0d0147643a
|
gomod: Update x/exp and gomarkdown
Add cmp package from go 1.21 to have cmp.Compare to make sort easier
|
2023-08-09 14:36:51 +02:00 |
|
Mattias Wadman
|
c07673a07a
|
matroska: Update spec and regenerate
|
2023-08-09 13:59:21 +02:00 |
|
Mattias Wadman
|
56fec2aa7e
|
elf: Fix broken static and segfault tests
|
2023-08-02 22:13:33 +02:00 |
|
Mattias Wadman
|
44f0060205
|
dev,jq: Reformat jq code to look more the same
|
2023-07-27 13:21:04 +02:00 |
|
Mattias Wadman
|
97194ad8bc
|
mp4: Nicer major brand and handle some qt brand short strings better
|
2023-07-26 12:15:51 +02:00 |
|
Babz
|
3af0462c68
|
luajit: file null terminator: raw bits, validate
|
2023-07-25 18:34:44 +02:00 |
|
bump
|
8e75dc9bc8
|
Update gomod-BurntSushi/toml to 1.3.2 from 1.2.1
Source diff 1.2.1..1.3.2 https://github.com/BurntSushi/toml/compare/v1.2.1..v1.3.2
|
2023-07-05 17:36:12 +02:00 |
|
Mattias Wadman
|
8c75509e13
|
wav: Decode bext chunk
|
2023-07-03 11:17:50 +02:00 |
|
Mattias Wadman
|
5605ebe5c5
|
Merge pull request #709 from dlatchx/luajit
luajit: add decoder
|
2023-06-22 01:45:37 +02:00 |
|
Babz
|
c42fb9e769
|
luajit: typo
|
2023-06-22 01:30:28 +02:00 |
|
Babz
|
64c92da68b
|
luajit: remove unused variable
|
2023-06-22 01:27:20 +02:00 |
|
Babz
|
5d9a08c6e9
|
luajit: fix regression: (u64 vs i64)
|
2023-06-21 23:57:59 +02:00 |
|
Babz
|
dd594f47eb
|
luajit: tests: rename lua source file
|
2023-06-21 23:53:55 +02:00 |
|