summaryrefslogtreecommitdiff
path: root/internal/media/ffmpeg/wasm.go
AgeCommit message (Collapse)AuthorFiles
2025-02-06temporary fix for tetratelabs/wazero#2365 armv8 compiler support bug (#3741)Libravatar kim1
2025-02-03adds support for build specifically without wasm ffmpeg (#3732)Libravatar kim1
2024-11-06[chore] update go ffmpreg to v0.6.0 (#3515)Libravatar kim1
* pull in go-ffmpreg v0.6.0 * add code comment * grrr linter * set empty module name when calling ffmpeg / ffprobe
2024-10-28[chore] pull in go-ffmpreg v0.4.1 (#3485)Libravatar kim1
* pull in go-ffmpreg v0.4.1 * bring back GTS_WAZERO_COMPILATION_CACHE
2024-10-14[feature/OFFICIALLY UNSUPPORTED] add nowasm build tag to disable building ↵Libravatar kim1
with WebAssembly (#3429) * add experimental build-tag 'nowasm' which uses local ffmpeg / ffprobe * updated experimental support message * add comment to build script explaining build tag * add nowasm build tags to moderncsqlite files
2024-10-06update go-ffmpreg to v0.3.1 (pulls in latest wazero too) (#3398)Libravatar kim1
2024-08-25[chore] Remove unused "env" module (#3235)Libravatar tobi1
2024-08-23[performance] ffmpeg ffprobe wrapper improvements (#3225)Libravatar kim1
* use a single instance of wazero runtime and compiled modules * remove test output :facepalm: * undo process-{media,emoji} changes * update test runner to include wazero compilation cache * sign drone.yml --------- Co-authored-by: tobi <tobi.smethurst@protonmail.com>