Commit graph

1985 commits

Author SHA1 Message Date
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
wukko
f830a1219d
docs/run-an-instance: update tutorial for running the api locally 2024-09-13 12:35:58 +06:00
wukko
a2414682c7
api/tests: update bluesky tests 2024-09-13 09:55:06 +06:00
wukko
a1feadb917
api/bluesky: add support for recordWithMedia embed type
& catch various api errors
2024-09-13 09:54:05 +06:00
wukko
474c8e284f
web/i18n/settings: update av1 codec string 2024-09-12 20:08:20 +06:00
wukko
ca538a2e6c
api/youtube: use webm container for av1 and opus 2024-09-12 20:07:56 +06:00
dumbmoron
acb4e49e18
ci: increase timeout on api sanity check 2024-09-12 08:40:40 +00:00
wukko
b90a58f4f0
api/tests/twitch: fix expected twitch status 2024-09-12 14:38:36 +06:00
wukko
e768e7f6fa
api/create-filename: don't assign any of potentially blank tags 2024-09-12 14:35:42 +06:00
wukko
80a01494c7
api/match-action: add missing twitch case to redirect group
closes #741
2024-09-12 14:30:21 +06:00
wukko
64173f7a03
api/create-filename: don't push youtubeFormat if it doesn't exist
oops
2024-09-11 22:18:51 +06:00
dumbmoron
4af48dd2f9
web: add UserActivation polyfill for browsers that don't have it 2024-09-11 11:15:25 +00:00
wukko
2122e87e66
web/NotchSticker: fix sticking out on XR and 11 2024-09-11 16:41:04 +06:00
wukko
d7454a073b
web/download: assume userActivation expired if agent doesn't support it 2024-09-11 14:42:54 +06:00
dumbmoron
6e3589c8ce
web/changelogs: fix broken bullet lists 2024-09-10 19:19:16 +00:00
dumbmoron
6653fdc8df
changelogs/6.0: fix broken link 2024-09-10 19:18:00 +00:00
wukko
fd23080dd9
web/i18n/settings: fix typo in video quality description 2024-09-10 09:07:46 +06:00
wukko
394c1d8eaf
web/remux: add remux tag to the end of filename
closes #720
2024-09-10 08:45:53 +06:00
dumbmoron
2fcda9c705
web/ChangelogEntry: fix off-by-one changelog date in some cases 2024-09-09 20:35:12 +00:00
dumbmoron
2dc9d64092
docs/examples: update composefile example 2024-09-09 16:50:50 +00:00
dumbmoron
08cc36c873
ci: update action to use api package 2024-09-09 16:45:04 +00:00
dumbmoron
aa25421422
web/changelogs: update references from current to main 2024-09-09 16:38:47 +00:00
dumbmoron
f71f8b086d
github: update links from current to main 2024-09-09 16:31:37 +00:00
wukko
08bc5022a1
cobalt 10: svelte web app, improved backend (#719) 2024-09-09 22:26:14 +06:00