dumbmoron
|
694a3303d0
|
web/webcodecs: always preload polyfill
|
2024-09-06 15:15:55 +00:00 |
|
dumbmoron
|
cfbbe84bd4
|
web/libav/probe: suppress fail warnings
|
2024-09-06 15:13:20 +00:00 |
|
dumbmoron
|
d266dc3851
|
web/libav: add more h264 codecs to probe
|
2024-09-04 17:23:07 +00:00 |
|
dumbmoron
|
6c4c5fd4f2
|
web/libav: move pre-init to onMount
|
2024-09-03 18:44:43 +00:00 |
|
dumbmoron
|
2b987a6efb
|
web/encode: expect cleanup() to be called before libav is initialized
|
2024-09-03 18:40:43 +00:00 |
|
dumbmoron
|
050375526f
|
web/encode: fix mysterious ENOTDIR error
|
2024-09-03 18:20:16 +00:00 |
|
dumbmoron
|
452d0e037c
|
web/webcodecs: instantiate polyfill once per lifetime
|
2024-09-03 18:19:46 +00:00 |
|
dumbmoron
|
5da28b3f22
|
web/webcodecs: load polyfill LibAV separately
|
2024-09-03 18:00:42 +00:00 |
|
dumbmoron
|
6b80ea99a6
|
web/webcodecs: close frames after we're done using them
|
2024-09-03 17:56:28 +00:00 |
|
dumbmoron
|
cd761c7b7d
|
web/libav: call init/cleanup functions only in browser
|
2024-09-03 17:46:01 +00:00 |
|
dumbmoron
|
5f72176300
|
web/convert: rename to shrink
|
2024-09-03 11:08:47 +00:00 |
|
dumbmoron
|
7f346b0db4
|
web/convert: actually use probed known-working codec
|
2024-08-27 09:29:45 +00:00 |
|
dumbmoron
|
3bdf58d203
|
web/libav: correctly map ostreams if some of them have been dropped
|
2024-08-27 09:29:17 +00:00 |
|
dumbmoron
|
034fe42625
|
web/encode: add passthrough as stream option
|
2024-08-26 21:08:36 +00:00 |
|
dumbmoron
|
64002345b5
|
web/encode: refactor, split up into separately callable functions
|
2024-08-26 19:22:46 +00:00 |
|
dumbmoron
|
f36088b48d
|
web/remux,convert: shut down libav.js on page exit
|
2024-08-26 19:19:52 +00:00 |
|
dumbmoron
|
2aece4a746
|
web/libav: deduplicate types a bit
|
2024-08-26 19:17:47 +00:00 |
|
dumbmoron
|
54173c29ae
|
web/encode: make webcodecs private
|
2024-08-25 12:29:38 +00:00 |
|
dumbmoron
|
41a265dd7a
|
web/package: bump libav.js polyfill version
|
2024-08-24 16:05:07 +00:00 |
|
dumbmoron
|
3cc3138cb5
|
web/libav: use fitting class for Chunk s to avoid unnecessary copies
|
2024-08-24 16:03:06 +00:00 |
|
dumbmoron
|
d7b5b9e1e1
|
web/libav: convert audio/frames to polyfill and back only if needed
|
2024-08-24 16:00:48 +00:00 |
|
dumbmoron
|
9f21a6eb46
|
web/webcodecs: use polyfill as fallback
|
2024-08-23 18:40:44 +00:00 |
|
dumbmoron
|
43b3db1317
|
web/libav: fix video/audio detection when using polyfill
|
2024-08-23 18:40:24 +00:00 |
|
dumbmoron
|
9410f613e4
|
web/encode: expect polyfill to be present
|
2024-08-23 18:39:35 +00:00 |
|
dumbmoron
|
f3a67554ff
|
web/encode: skip reader if stream was skipped
|
2024-08-23 18:38:57 +00:00 |
|
dumbmoron
|
c966cf36e7
|
web/codecs: fix libav load not working
|
2024-08-23 18:22:53 +00:00 |
|
dumbmoron
|
9e382ee969
|
web/libav: create base libav wrapper class
|
2024-08-23 14:20:11 +00:00 |
|
dumbmoron
|
291a41453e
|
web/convert: remove png from supported formats
|
2024-08-19 18:08:27 +00:00 |
|
dumbmoron
|
7cc1bd6973
|
repo: update lockfile
|
2024-08-19 18:05:14 +00:00 |
|
dumbmoron
|
b1281ea286
|
web/libav: move encoding to separate file, add webcodecs bridge
|
2024-08-19 18:03:46 +00:00 |
|
dumbmoron
|
1072cf1e05
|
web: move libav.ts to its own directory
|
2024-08-19 07:49:20 +00:00 |
|
dumbmoron
|
bce5f789d7
|
web/Sidebar: unhide convert page
|
2024-08-16 21:02:24 +00:00 |
|
dumbmoron
|
7229d22215
|
web/libav: initial implementation of transcoding with WebCodecs
|
2024-08-16 20:58:57 +00:00 |
|
dumbmoron
|
226162f91f
|
web/libav: add getter for libav instance
|
2024-08-16 20:56:24 +00:00 |
|
dumbmoron
|
a78f272848
|
web/libav: rename render() to remux()
|
2024-08-16 20:54:31 +00:00 |
|
dumbmoron
|
0e67bb8c81
|
web/package: add encode libav variant, webcodecs bridge
|
2024-08-16 20:50:59 +00:00 |
|
dumbmoron
|
121e8cb66e
|
web: add WebCodecs type lib
|
2024-08-16 20:50:36 +00:00 |
|
dumbmoron
|
29f967a3ec
|
api: fix accept & content-type validation when not using authentication
|
2024-09-17 15:37:21 +00:00 |
|
wukko
|
baddb13470
|
web/i18n/settings: update language section descriptions
|
2024-09-17 19:48:59 +06:00 |
|
wukko
|
39eca27e53
|
web/changelogs/10: lowball the user count estimate
|
2024-09-17 14:14:43 +06:00 |
|
Alec Armbruster
|
b04c204492
|
web: fix spelling for various tenses of tunnel (#755)
https://github.com/imputnet/cobalt/pull/755
|
2024-09-16 17:33:40 +02:00 |
|
dumbmoron
|
66479a9791
|
web/translations: add fallback locale name to unnamed locales
|
2024-09-16 15:13:44 +00:00 |
|
dumbmoron
|
d93e97e06b
|
web/LanguageDropdown: unbind locale from select dropdown
|
2024-09-16 15:13:24 +00:00 |
|
dumbmoron
|
86268eab3f
|
api-client: add dist folder to gitignore
|
2024-09-16 13:45:58 +00:00 |
|
lath
|
1bf0d98324
|
web/DonateShareCard: fix copy button not using i18n (#750)
|
2024-09-16 11:14:29 +06:00 |
|
GuriZenit
|
99937f61f6
|
api/setup: fix wrong misc path
|
2024-09-16 11:05:04 +06:00 |
|
wukko
|
0ccd08470b
|
web/about/general: more clarity in privacy section
|
2024-09-13 23:57:18 +06:00 |
|
wukko
|
5facbc9657
|
api/tests/bluesky: update deleted post test
|
2024-09-13 23:28:14 +06:00 |
|
wukko
|
47625490ce
|
web/settings/video: move codec names away from i18n
|
2024-09-13 21:25:27 +06:00 |
|
wukko
|
9c2babfc1b
|
docs/run-an-instance: teaching myself how to count to 6
sorry guys, it takes a ton of practice :(
|
2024-09-13 12:39:10 +06:00 |
|