Commit Graph

578 Commits

Author SHA1 Message Date
dependabot[bot]
eb96251574
Bump vite from 4.4.7 to 4.4.12 (#641)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.7 to 4.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-17 09:14:43 +08:00
Ji Chang
fb0e29e0f1
add export entry for wasm and worker files (#642) 2023-12-17 09:14:27 +08:00
Esteban Dalel R
a3f97e86bd
Fix typo (#643) 2023-12-17 09:13:29 +08:00
Marcin Baszczewski
76795378b9
Providing webpackIgnore is crucial for a successful Webpack build. (#613) 2023-10-24 23:08:12 +08:00
dependabot[bot]
f84442d76d
Bump @babel/traverse from 7.22.8 to 7.23.2 (#610)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 23:04:11 +08:00
vkzrx
77a11fdc9c
Fix typo (#606) 2023-10-18 22:17:54 +08:00
xiaomingge1993
2a1939c7ac
解决esm模式下无法加载ffmpeg-core.js的问题 (#601)
Co-authored-by: chenm <cm@chinaliancheng.com>
2023-10-11 22:28:23 +08:00
jeromewu
147596bdb0 Fix lint errors 2023-10-11 22:04:25 +08:00
jeromewu
70661340b4 Update versions 2023-10-09 23:47:43 +08:00
jeromewu
88725b0901 Release ffmpeg@0.12.7 types@0.12.2 core@0.12.4 2023-10-09 23:41:33 +08:00
jeromewu
fe75bbb2a4 Update usage for WORKERFS and signal 2023-10-09 23:31:45 +08:00
Todd T
c39143b08b
Add WORKERFS support (#581)
* README.md update

* Workflow update

* Action update

* Workflow update

* Workflow update

* Added workerLoadURL to FFMessageLoadConfig

* Add WORKERFS support

* Imported WORKERFS types

* Import WORKERFS types

* Action update

* Type updates

* Export update

* Updated classes

* Package together workflow  update

* Cleanup

* Restore CI.yml to upstream

* Restore README.md to upstream

* Restore classes.ts changes that are not related tp WORKERFS

* Restore types.ts changes unrelated to WORERFS

* Restore const.ts changes unrelated to WORKERFS

* Updated mount to support any enabled filesystems.

---------

Co-authored-by: Todd <todd@3dgamemarket.net>
2023-10-09 23:22:49 +08:00
jeromewu
e8fa42296f Update Dockerfile 2023-10-09 22:01:57 +08:00
jeromewu
eb43d8ea4f Add zimg to overview 2023-10-09 22:01:41 +08:00
Antoine BERNIER
efaae603d8
feat(ffmpeg): abort signal (#573)
* feat(ffmpeg): abort signal

* with test
2023-10-09 21:51:08 +08:00
Gabriel
cf9cf11c6d
feat: enable --enable-libzimg (#574)
* feat: enable --enable-libzimg

* 📄 doc: comment the Dockerfile

* ⚙️ conf: modify CI to add zimg-dev

* ⚙️ conf: try to install and build from git zimg

* ⚙️ fix: git recursive

* ⚙️ conf: add zimg version display

* ⚙️ conf: change cache name to check if cache was responsible for build failure

* ⚙️ conf: change dockerfile to build zimg

*  add: missing build script file zimg.sh
2023-10-09 21:50:34 +08:00
Elia872
26f0e482da
ffmpeg: allow import in nodejs (#577)
* Add empty node module

* Switch to empty.mts
2023-10-09 21:37:08 +08:00
CrypticSignal
6386757610
Update all references to core version 0.12.2 to 0.12.3 (#592) 2023-10-09 21:35:37 +08:00
Basit Ng
4de91ba651
Update README.md (#593)
Updated the README file to include detailed instructions on how to use our project. This information will help new users get started quickly and understand the project's purpose.
2023-10-09 21:34:26 +08:00
Sergey Akentev
819566c694
Fix MIME-typo in Vue example (#595) 2023-10-09 21:33:36 +08:00
dependabot[bot]
79b75446d0
Bump postcss from 8.4.27 to 8.4.31 (#599)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 21:33:07 +08:00
jeromewu
9110bb0a51 Release engines fixed versions 2023-08-29 19:10:25 +08:00
jeromewu
130e096bcc Update engines in package.json 2023-08-29 19:04:51 +08:00
Jerome Wu
97ef9aaaa2 Fix typo 2023-08-22 22:44:37 +08:00
Jerome Wu
c2a5330488 Add interlace example 2023-08-22 22:43:59 +08:00
Jerome Wu
8ad6290d54 Fix minor typo 2023-08-22 22:35:15 +08:00
Jerome Wu
9ab958d822 Remove all video files and use github instead 2023-08-22 22:31:40 +08:00
Jerome Wu
0a96b78c74 Update usage 2023-08-22 22:25:14 +08:00
Jerome Wu
8c2e8a88a8 Update button text 2023-08-22 21:34:10 +08:00
Jerome Wu
4fd3e70c73 Add drawtext example 2023-08-22 21:33:02 +08:00
Jerome Wu
1b2f5f14f5 Add video split example 2023-08-21 21:53:17 +08:00
Jerome Wu
a19ce28c01 Add performance comparison 2023-08-20 11:16:33 +08:00
Jerome Wu
8e458ade72 Update package files 2023-08-20 09:36:51 +08:00
Matthias
747682c944
Fixed not being able to unsubscribe events (#556) 2023-08-20 09:23:30 +08:00
zhoug
3b639732f7
Fix type errors in Vite example app (#555)
* fix type errors in Vite example app

* replace semicolons
2023-08-20 09:21:45 +08:00
alsotang
d9710f7a5e
docs: remove unnecessary thread param (#554) 2023-08-17 22:48:58 +08:00
jeromewu
afd04d914e
Update installation.md 2023-08-13 21:23:43 +08:00
Jerome Wu
030b03fab4 Add optimizeDeps exclude 2023-08-13 21:02:25 +08:00
jeromewu
462aebd1a0
Revert "Fix webpack automatic publicPath error on tests (#546)" (#547)
This reverts commit ce10b30b40.
2023-08-13 20:53:34 +08:00
HesamSoleymani
ce10b30b40
Fix webpack automatic publicPath error on tests (#546) 2023-08-13 20:42:23 +08:00
Akira Taguchi
7ace5094db
Fix typo (#541)
* Fix typo

* Update README.md
2023-08-12 17:36:45 +08:00
Jerome Wu
43403679b2 Add nextjs in example page 2023-08-12 11:39:30 +08:00
Jerome Wu
ff95e123ec Update lock file 2023-08-12 11:02:22 +08:00
Jerome Wu
19fa22bd38 Use workspace package-lock.json 2023-08-12 10:55:25 +08:00
Cupid Valentine
d5604d44f8
docs: add nextjs example (#544) 2023-08-12 10:53:25 +08:00
Cupid Valentine
75154869a8
docs: fix contribution link (#543) 2023-08-12 10:52:05 +08:00
jeromewu
c3b15995ff
Update README.md 2023-08-10 23:26:16 +08:00
Jerome Wu
280fbc0027 Update bug_report template 2023-08-10 23:15:44 +08:00
Jerome Wu
2afdccbe3b Release @ffmpeg/ffmpeg 0.12.4 2023-08-10 23:12:16 +08:00
jeromewu
3b63659d3c
Update README.md 2023-08-10 23:09:51 +08:00