Simon Chan
|
52b198a6cd
|
chore: bump version to 1.1.0
|
2024-12-31 16:39:36 +08:00 |
|
Simon Chan
|
fba7533d78
|
refactor(webcodecs): rename renderer types
|
2024-12-27 12:37:34 +08:00 |
|
Simon Chan
|
493ae330ae
|
chore: update all non-major dependencies
|
2024-12-07 14:29:46 +08:00 |
|
Simon Chan
|
c0d0695285
|
chore: version 1.0.0
|
2024-12-02 10:36:49 +08:00 |
|
Simon Chan
|
d8301a61f2
|
refactor: code cleanup
|
2024-12-02 10:26:21 +08:00 |
|
Simon Chan
|
ea5002bc87
|
chore: small cleanups
|
2024-11-29 22:40:08 +08:00 |
|
Simon Chan
|
e8f3806bd3
|
chore: update dependencies
|
2024-11-27 17:23:09 +08:00 |
|
Simon Chan
|
92472007db
|
refactor(scrcpy): rewrite option classes to improve tree-shaking
|
2024-11-25 18:10:15 +08:00 |
|
Simon Chan
|
db8466f6ee
|
refactor: extract common types to @yume-chan/async package
|
2024-11-20 06:37:09 +08:00 |
|
Simon Chan
|
ef0e1c6bcf
|
chore: update dependencies
|
2024-10-21 11:58:49 +08:00 |
|
Simon Chan
|
dd68af8072
|
chore: update dependencies
|
2024-09-17 14:23:22 +08:00 |
|
Simon Chan
|
9e43f29441
|
chore: update dependencies
|
2024-09-10 12:07:03 +08:00 |
|
Simon Chan
|
2c8912e9ac
|
refactor: remove TypeScript enum and namespace to improve tree-shaking
|
2024-08-30 17:27:01 +08:00 |
|
Simon Chan
|
954cd1d983
|
fix(webcodecs): fix HEVC decoding in MS Edge
|
2024-08-21 16:48:09 +08:00 |
|
Simon Chan
|
8e4c1ef963
|
feat(webcodecs): add a renderer based on Insertable Stream API
|
2024-08-06 23:22:21 +08:00 |
|
Simon Chan
|
6115266a87
|
chore: update dependencies
|
2024-07-25 12:31:45 +08:00 |
|
Simon Chan
|
b2750755d7
|
chore: update dependencies
|
2024-07-23 18:10:41 +08:00 |
|
Simon Chan
|
dfb6acd2d5
|
chore: switch to node test
|
2024-07-23 18:10:40 +08:00 |
|
Simon Chan
|
3896273918
|
chore: remove CHANGELOG.json as changesets doesn't support it
|
2024-07-14 21:22:48 +08:00 |
|
Simon Chan
|
2aebf06ca7
|
chore: update dependencies
|
2024-07-14 21:11:28 +08:00 |
|
Simon Chan
|
087e01b11b
|
chore: add sideEffects: false
|
2024-07-07 16:59:28 +08:00 |
|
Simon Chan
|
0224f0512f
|
chore: update dependencies
|
2024-07-07 13:50:07 +08:00 |
|
Simon Chan
|
10ed1848f5
|
feat(decoder): support offscreen canvas in tiny h264 decoder
|
2024-06-27 11:33:06 +08:00 |
|
Simon Chan
|
73a0af4613
|
chore: add max-params eslint rule
|
2024-06-23 05:31:04 +08:00 |
|
Simon Chan
|
3c2b57cfc5
|
chore: update dependencies
|
2024-06-23 05:28:50 +08:00 |
|
三三
|
5ca67b8ada
|
feat: support render to offscreen canvas
|
2024-06-20 17:20:38 +08:00 |
|
Simon Chan
|
b62419fa3e
|
chore: bump version to 0.0.24
|
2024-06-18 10:54:42 +08:00 |
|
Simon Chan
|
5620716a4f
|
refactor(webcodecs): split codec decoders
|
2024-06-14 15:26:38 +08:00 |
|
Simon Chan
|
dad1308cc4
|
chore: move files
|
2024-06-14 15:10:29 +08:00 |
|
Simon Chan
|
a7dc2236b1
|
chore: update dependencies
|
2024-06-14 14:59:21 +08:00 |
|
Simon Chan
|
cee1d22ed0
|
chore: update dependencies
|
2024-06-06 14:51:23 +08:00 |
|
Simon Chan
|
721b6c0da6
|
refactor: code cleanup
|
2024-06-02 01:55:26 +08:00 |
|
Simon Chan
|
fdf0a863d9
|
chore: re-add eslint-plugin-import-x
|
2024-05-20 15:57:17 +08:00 |
|
Simon Chan
|
2dd9307859
|
refactor: clean up size change handling
|
2024-05-10 08:28:49 +08:00 |
|
Simon Chan
|
c8090fbbfd
|
chore: update license
|
2024-05-10 08:13:52 +08:00 |
|
Simon Chan
|
8223d79886
|
refactor: performance optimizations
also renamed some internal types, and adding more code comments. (not thoroughly tested yet)
|
2024-05-04 23:47:52 +08:00 |
|
Simon Chan
|
b75669fb67
|
feat(decoder): add an option to enable capture WebGL canvas
|
2024-05-03 14:23:46 +08:00 |
|
Simon Chan
|
646e590564
|
fix: fix eslint errors
|
2024-04-18 20:00:14 +08:00 |
|
Simon Chan
|
14dbc45e39
|
feat(scrcpy): test and fix AV1
|
2024-04-18 19:50:36 +08:00 |
|
Simon Chan
|
6cfd8c12d5
|
feat(scrcpy): add some AV1 parsing
|
2024-04-18 03:59:30 +08:00 |
|
Simon Chan
|
dcda6459ac
|
feat: add utilities for read/write Uint8Array
|
2024-04-16 22:17:36 +08:00 |
|
Simon Chan
|
70a82e2af3
|
chore: update dependencies
notably, eslint v9 requires big changes to the configuration. because eslint-plugin-import doesn't support eslint v9, it's disabled by now.
|
2024-04-13 23:02:54 +08:00 |
|
Simon Chan
|
d187c247d7
|
chore: update dependencies
|
2024-04-05 19:39:49 +08:00 |
|
Simon Chan
|
adfcc12a0a
|
chore: bump version
|
2024-03-21 11:30:57 +08:00 |
|
Simon Chan
|
9a87f3ca13
|
chore: update dependencies
|
2024-03-21 10:37:37 +08:00 |
|
Simon Chan
|
b2be4893e9
|
feat(webcodecs): don't use software-based WebGL
|
2024-03-12 22:10:32 +08:00 |
|
Simon Chan
|
28d650f63a
|
feat(webcodecs): add a WebGL renderer
|
2024-03-12 21:18:55 +08:00 |
|
Simon Chan
|
c7549ad6c8
|
feat(webcodecs): change to a faster render method
|
2024-03-07 20:00:49 +08:00 |
|
Simon Chan
|
cbc0fa8f1e
|
chore: update dependencies
|
2024-03-05 12:41:31 +08:00 |
|
Simon Chan
|
f3ddf0da58
|
chore: update dependencies
|
2024-02-19 22:02:04 +08:00 |
|