Commit Graph

85 Commits

Author SHA1 Message Date
lucas gelfond
395d6c742b
Merge pull request #703 from imputnet/add-worker-export
core-mt: add worker export
2025-01-07 10:32:30 +01:00
lucas gelfond
784ffc3158
Merge pull request #723 from snelsi/feature/export-ts-types
Export `@ffmpeg/ffmpeg` TS types declared in `src/types.ts`
2025-01-07 10:31:21 +01:00
Lucas Gelfond
d3c018aa40 util v12.2 release 2025-01-07 10:22:34 +01:00
Lucas Gelfond
4ace9e8a70 RELEASE: v12.14 (main) 2025-01-06 23:55:10 +01:00
Lucas Gelfond
21b90a8d09 RELEASE: v12.13 (main) | v12.9 (core/core-mt) | v12.4 (types) 2025-01-06 23:52:40 +01:00
Lucas Gelfond
f44e3da16d temporary downgrade to fix 2025-01-01 22:06:41 +01:00
Lucas Gelfond
95026d90e2 Release parent package v0.12.13 2024-12-25 08:56:51 -08:00
Lucas Gelfond
bd1bff86b6 Release core-mt v0.12.8 2024-12-25 08:54:20 -08:00
Lucas Gelfond
376aaacf3a Release core v0.12.8 2024-12-25 08:53:01 -08:00
Lucas Gelfond
4695a20581 Release types version v0.12.3 2024-12-25 08:50:13 -08:00
lucas gelfond
f2f06d5add
Merge pull request #627 from asticode/patch-1
Added type=module to @ffmpeg/util package.json
2024-12-23 21:52:48 -08:00
lucas gelfond
17520bb93d
Merge pull request #766 from tommyjepsen/main
Fixed small typo in .off() docs
2024-12-23 21:50:17 -08:00
Lucas Gelfond
7410b8e725 Release v0.12.12 2024-12-23 21:40:41 -08:00
Lucas Gelfond
0d121269d7 Release - v12.11 | v0.12.7 2024-12-23 21:21:19 -08:00
izogfif
8d63b3a9c2 ffprobe command was added. Missing definitions were added. Code reformat. 2024-08-29 12:29:44 +00:00
Tommy Jepsen
5928d4f280
Fixed typo in .off docs 2024-07-18 12:27:33 +02:00
Roman Zhuravlov
e3a09ac264 Export TS types in @ffmpeg/ffmpeg 2024-04-07 18:58:09 +03:00
dumbmoron
20d7f42282
core-mt: add worker export
Enables usage like: `import FFmpegWorker from '@ffmpeg/core/worker'`.

Follow up to PR https://github.com/ffmpegwasm/ffmpeg.wasm/pull/642,
which did not actually add an export for worker files.
2024-03-12 22:27:35 +00:00
Derek Christensen
f3a4ab9128
Fix worker coreURL for ESM (#657) 2024-03-06 23:12:11 +08:00
Thai Pangsakulyanont
80b6ae21d7
Update core package license to match the built WASM files (#686)
* Fix issue #685 in core package

* Fix issue #685 in core-mt package
2024-03-06 23:05:52 +08:00
jeromewu
083397a602 Fix website 2023-12-25 17:11:09 +08:00
jeromewu
c3a763857c Release v0.12.10 | v0.12.6 2023-12-25 15:27:25 +08:00
Jerome Wu
e6988f4a1a Release 0.12.9 2023-12-18 05:08:30 +00:00
jeromewu
ea373ad687 Release 0.12.8 | 0.12.5 2023-12-17 13:13:48 +08:00
jeromewu
ce375d99a8
Add classWorkerURL (#652) 2023-12-17 12:51:42 +08:00
Ji Chang
fb0e29e0f1
add export entry for wasm and worker files (#642) 2023-12-17 09:14:27 +08:00
Quentin Renard
d76af56917 Added type=module to @ffmpeg/util package.json 2023-11-12 11:31:26 +01:00
Marcin Baszczewski
76795378b9
Providing webpackIgnore is crucial for a successful Webpack build. (#613) 2023-10-24 23:08:12 +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
88725b0901 Release ffmpeg@0.12.7 types@0.12.2 core@0.12.4 2023-10-09 23:41:33 +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
Antoine BERNIER
efaae603d8
feat(ffmpeg): abort signal (#573)
* feat(ffmpeg): abort signal

* with test
2023-10-09 21:51:08 +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
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
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
alsotang
d9710f7a5e
docs: remove unnecessary thread param (#554) 2023-08-17 22:48:58 +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
Jerome Wu
2afdccbe3b Release @ffmpeg/ffmpeg 0.12.4 2023-08-10 23:12:16 +08:00
jeromewu
2fc2edd476
Fix error in worker (#540) 2023-08-10 22:02:08 +08:00
Jerome Wu
f0fda4cd9b Update locateFile to a fix critical bug in vite 2023-08-09 17:19:44 +08:00
jeromewu
57a029afa9 Add browser examples 2023-08-03 08:49:38 +00:00
Yongzeng Liu
40a97e32c6
Add overload to ffmpeg.on and ffmpeg.off for type inference (#526)
* Add overload to `on` for type inference

* Add overload to `off` for type inference
2023-07-29 22:09:24 +08:00
Jerome Wu
07b39072c3 Fix worker import in Safari and Firefox 2023-07-28 22:54:56 +08:00
Jerome Wu
d506ebb0eb Release @ffmpeg/ffmpeg@0.12.1 2023-07-26 23:38:57 +08:00
Jerome Wu
daab57a986 Upgrade default ffmpeg-core version 2023-07-26 23:38:14 +08:00
Jerome Wu
b6824694bc Publish all versions 2023-07-26 23:33:46 +08:00