Commit Graph

625 Commits

Author SHA1 Message Date
Lucas Gelfond
43d30bfe71 add headers 2024-12-23 17:55:49 -08:00
Lucas Gelfond
58fccc8548 debug multi-threaded GH actions tests 2024-12-23 17:35:20 -08:00
Lucas Gelfond
b237a87bd2 fix crossOriginIsolated test 2024-12-23 17:29:28 -08:00
Lucas Gelfond
3e81b29bf8 more gh actions SharedArrayBuffer debugging 2024-12-23 17:24:09 -08:00
Lucas Gelfond
8e626681ce patch chrome path 2024-12-23 17:19:19 -08:00
Lucas Gelfond
b1402b7698 fix to run all tests with proper headers 2024-12-23 17:14:47 -08:00
Lucas Gelfond
66b24c84de test server configured with proper headers 2024-12-23 17:08:15 -08:00
Lucas Gelfond
bf028677a3 don't wait on server in CI 2024-12-23 17:03:50 -08:00
Lucas Gelfond
bbc7fef901 deprecate chrome dependency libasound2 in tests 2024-12-23 16:56:35 -08:00
Lucas Gelfond
bd3a7b8af0 reconfigure tests environment 2024-12-23 16:50:09 -08:00
Lucas Gelfond
af7f2799c0 debug GH actions browser environment 2024-12-23 16:44:04 -08:00
Lucas Gelfond
8b3912f4fb update headers to use SharedArrayBuffer in modern browsers 2024-12-23 16:35:55 -08:00
Lucas Gelfond
97bb2fdd9d call tests correctly 2024-12-23 16:31:51 -08:00
Lucas Gelfond
1a336b84c3 cross origin isolated tests to fix Atomics.wait RuntimeError 2024-12-23 16:27:08 -08:00
Lucas Gelfond
9e6ac2a0f1 update chrome dependencies for new ubuntu in CI 2024-12-23 16:18:40 -08:00
Lucas Gelfond
b832bb58d3 chrome dependencies gh actions fix x2 2024-12-23 16:14:32 -08:00
Lucas Gelfond
3d1d18ef10 update sandbox permissions to fix tests 2024-12-23 16:10:44 -08:00
Lucas Gelfond
b9c5ca750f attempt to update to GH artifacts v4 2024-12-23 15:38:48 -08:00
lucas gelfond
600f1d8138
Merge pull request #776 from izogfif/main
Expose ffprobe command from ffmpeg.wasm
2024-12-23 15:32:00 -08:00
jeromewu
7fe8dff160
Update FUNDING.yml 2024-10-05 15:17:37 +08:00
jeromewu
53e0d833b8
Update README.md 2024-10-05 15:16:54 +08:00
jeromewu
cb1dcd8398
Update README.md 2024-10-05 15:16:17 +08:00
izogfif
bd903bbf18 FFprobe is re-initialized on every ffprobe run. Emscripten's ENVIRONMENT variable was set to "WORKER". Node.js-related code should no longer be present in ffmpeg-core.js. 2024-08-30 14:56:48 +00:00
izogfif
8d63b3a9c2 ffprobe command was added. Missing definitions were added. Code reformat. 2024-08-29 12:29:44 +00:00
Wesley
ae1cdac7db
Add SvelteKit Example (#684)
* Add SvelteKit Example

* package-lock.json
2024-03-07 22:08:44 +08:00
dependabot[bot]
0e907262e3
Bump ip from 2.0.0 to 2.0.1 (#691)
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-06 23:15:32 +08:00
dependabot[bot]
598dfbec16
Bump vite from 4.5.1 to 4.5.2 (#674)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/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>
2024-03-06 23:14:26 +08:00
Derek Christensen
f3a4ab9128
Fix worker coreURL for ESM (#657) 2024-03-06 23:12:11 +08:00
小さい猫
2c2e2e2ad9
playground: add a rename button (#669)
Signed-off-by: Ookiineko <chiisaineko@protonmail.com>
2024-03-06 23:10:53 +08:00
dependabot[bot]
496f4205a4
Bump follow-redirects from 1.15.2 to 1.15.4 (#670)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-06 23:08:34 +08:00
Wesley
9dae5c76b4
upgrade vue-vite-app deps (#681) 2024-03-06 23:07:14 +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
39f4c69571 Fix worker error in website 2023-12-25 15:51:36 +08:00
jeromewu
bcfaee9c4c Upgrade playground core version 2023-12-25 15:34:19 +08:00
jeromewu
23d594a3b7 Fix file size in website 2023-12-25 15:31:52 +08:00
jeromewu
c3a763857c Release v0.12.10 | v0.12.6 2023-12-25 15:27:25 +08:00
James Zern
e0d4c62a22
update libvpx & libwebp to latest releases (#629)
* update libvpx & libwebp to latest releases

libvpx: 1.13.1
libwebp: 1.3.2

* Dockerfile: update libwebp libraries

libwebpmux is required for libwebp_anim_encoder. libsharpyuv is required
by libwebp since 1.3.0.
2023-12-25 15:02:32 +08:00
Jerome Wu
e6988f4a1a Release 0.12.9 2023-12-18 05:08:30 +00:00
jeromewu
623dd12fd3
Add angular example (#653) 2023-12-17 14:09:11 +08: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
jeromewu
29e523bcff
Upgrade ffmpeg from 5.1.3 to 5.1.4 (#650)
* Upgrade ffmpeg from 5.1.3 to 5.1.4

* Update docs
2023-12-17 12:15:35 +08:00
dependabot[bot]
2c8f93b38e
Bump the npm_and_yarn group group with 1 update (#651)
Bumps the npm_and_yarn group group with 1 update: [start-server-and-test](https://github.com/bahmutov/start-server-and-test).

- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v2.0.0...v2.0.3)

---
updated-dependencies:
- dependency-name: start-server-and-test
  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 10:09:15 +08:00
jeromewu
1e1cfbe704
Upgrade nextjs version and fix example (#649) 2023-12-17 10:00:34 +08:00
Jonathan Morales Vélez
5c1e2242f6
docs: add missing import of toBlobURL (#634) 2023-12-17 09:15:38 +08:00
dependabot[bot]
f99e843abb
Bump next from 13.4.13 to 13.5.0 (#618)
Bumps [next](https://github.com/vercel/next.js) from 13.4.13 to 13.5.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.4.13...v13.5.0)

---
updated-dependencies:
- dependency-name: next
  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-12-17 09:15:03 +08:00
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