Commit graph

21 commits

Author SHA1 Message Date
jj
f7dc6cebad
all: add space after catch 2024-11-15 12:19:49 +00:00
wukko
ebd1104df3
web/libav: remove redundant async 2024-09-09 19:36:16 +06:00
wukko
8a18645e0b
web/remux: warn user & terminate libav before switching tabs
warning about aborting processing will be shown before navigating away from remuxing tab
2024-09-09 03:08:18 +06:00
dumbmoron
6a67ed29ca
web/remux: split memory allocations into chunks
browsers don't like to allocate huge chunks of contiguous memory, but
we do not actually need a huge chunk of contiguous memory, and this
lets us process much larger files than before
2024-09-07 14:35:36 +00:00
dumbmoron
0a37c84e93
web/libav: always clean up files on function exit 2024-09-07 14:35:36 +00:00
dumbmoron
3232c4a51b
web/libav: simplify reading probe data 2024-09-07 11:41:56 +00:00
dumbmoron
51c140fbfa
web: make everything ssr-compatible 2024-08-31 17:46:10 +00:00
dumbmoron
e678bd25fc
web/lib/libav: clean up extension handling 2024-08-17 13:45:58 +00:00
dumbmoron
7d10ab765e
web/remux: override mp3 extension from mime type 2024-08-17 13:26:43 +00:00
dumbmoron
4c2acc595e
web/remux: add basic progress example 2024-08-13 15:34:53 +00:00
dumbmoron
f93d84c457
web/libav: add ffprobe wrapper 2024-08-13 15:34:53 +00:00
dumbmoron
4636f7b0d4
web/libav/wrapper: make sure libav is initialized only once 2024-08-13 15:34:53 +00:00
dumbmoron
28600e7e4c
web/libav: emit progress events 2024-08-13 15:34:53 +00:00
dumbmoron
e79f466c5f
web/libav: shrink buffer _after_ ffmpeg is done running 2024-08-13 00:23:13 +00:00
dumbmoron
e084092f37
web/libav: remove stray curly brace 2024-08-12 20:39:36 +00:00
dumbmoron
bc272b910e
web/libav: fix import double slash, use unlinkreadaheadfile 2024-08-12 20:36:24 +00:00
dumbmoron
83f46864b2
web/libav: properly instantiate libav property 2024-08-12 20:03:30 +00:00
dumbmoron
038c29dc8d
web/libav: move types to dedicated file 2024-08-12 20:03:07 +00:00
dumbmoron
940826697c
web/libav: preallocate memory for output when remuxing 2024-08-12 18:07:04 +00:00
dumbmoron
2198a696ce
web/libav: make it work & clean up 2024-08-12 17:06:45 +00:00
wukko
57054c24b2
web: draft libav functionality 2024-08-12 22:28:38 +06:00