- Export exit() api, now users can interrupt the execution of ffmpeg.wasm (thanks to @Sociosarbis)
- Minor optimise build script
Special thanks to @loe-lobo as he is the one who migrates all the libraries in this release.
- Add libfribidi
- Add libharfbuzz
- Add libass
Now ffmpeg.wasm-core supports *.srt and *.ass subtitle files.
🎉 Major Refactor & Upgrade 🎉
- Refactor build scripts and tests (using jest)
- Upgrade Emscripten to 2.0.8
- Upgrade FFmpeg to 4.3.1
- Update x264 with multithreading support
- Update libvpx with multithreading support
- Add x265
- Add WavPack
- Add fdk-aac
- Add vorbis
- Add ogg
- Add theora
- Migrate to Github Actions