Ingvar Stepanyan
7266c94f52
Rebuild WebP
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
d15dba7d20
Make Docker runs interactive
...
Otherwise they're impossible to cancel via Ctrl+C and this is driving me mad.
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
0ded493489
Switch to upstream libwebp2
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
990018f758
Switch to upstream libwebp
...
The patches were merged now.
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
4f4eaf01b7
Add comment to thread_level in wp2
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
19fab33d3c
Update webpEncode.ts
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
6f19d027b4
Delete processor.ts
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
73499d4a27
Add SIMD origin trial for dev--squoosh.netlify.app
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
8581785869
Rebase fixes
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
198ad0fb1b
Add SIMD support to libwebp
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
f0d341aefa
Update Emscripten for SIMD
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
69e62339e6
Fixup
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
195762f64f
Point to custom fork for SIMD builds
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
a951096aaa
Support threads and threads+SIMD in WebP2
2020-12-01 14:36:30 +00:00
Ingvar Stepanyan
24d241564e
Simplify how BUILD_DIR is passed
2020-12-01 14:36:30 +00:00
Jake Archibald
3d1ecc1215
Don't restrict drag & drop to images (so it works with wp2 & JXL)
2020-11-23 14:23:21 +00:00
Jake Archibald
25fb1a9c80
Fix dev server config & redirect /editor
2020-11-23 14:20:41 +00:00
Ingvar Stepanyan
3ae1cf86f5
Autoformat staged C++ and Rust
2020-11-21 03:56:30 +00:00
Luca Versari
a699a5c4dc
Fix Lossless+Progressive JXL.
...
Also limit the workaround for memory usage to large images.
2020-11-20 22:27:49 +00:00
Ingvar Stepanyan
613401c541
Add .gitattributes to fold generated files in PRs
2020-11-20 22:21:21 +00:00
Ingvar Stepanyan
f450373e3f
Fix nightly Rust pinning; rebuild Oxi
2020-11-20 22:21:21 +00:00
Ingvar Stepanyan
750872aca6
Delete old oxipng files
2020-11-20 22:21:21 +00:00
Jason Miller
beaabe47dc
Merge pull request #858 from GoogleChromeLabs/gh-actions
...
Switch from Travis to Github Actions
2020-11-20 17:08:51 -05:00
Ingvar Stepanyan
8f7369068c
Remove sizereport step
...
Apparently it doesn't exist anymore, even though it was referenced in Travis.
2020-11-20 21:41:57 +00:00
Ingvar Stepanyan
10bfd60e20
Try to fix multiple OS
2020-11-20 21:39:18 +00:00
Ingvar Stepanyan
7f08348509
Delete .travis.yml
2020-11-20 21:37:38 +00:00
Ingvar Stepanyan
f77ddac652
Add Github Action
2020-11-20 21:37:00 +00:00
Jake Archibald
13631f1cfc
Extra Wp2 Options ( #853 )
...
* wip
* wip
* Add extra options
* Even more options!
* Update src/features/encoders/wp2/client/index.tsx
Co-authored-by: Surma <surma@surma.dev >
Co-authored-by: Surma <surma@surma.dev >
2020-11-20 16:12:38 +00:00
Jake Archibald
f11e692d58
Unset loading on error. Fixes #855
2020-11-20 16:11:57 +00:00
Jake Archibald
f0221b626d
Prettier ignore file
2020-11-20 11:51:43 +00:00
Jake Archibald
10c5ed0495
Don't prettify codec code
2020-11-20 10:48:41 +00:00
Ingvar Stepanyan
d945c79796
Use run-p for cross-platform parallel runs ( #850 )
2020-11-20 08:53:44 +00:00
Jake Archibald
30b628c1b9
Fixing windows build ( #849 )
...
Co-authored-by: Ingvar Stepanyan <rreverser@google.com >
2020-11-19 15:03:51 +00:00
Jake Archibald
6ebf94d1b6
Auto edge filter
2020-11-19 11:35:12 +00:00
Jake Archibald
a229662bed
Change JXL defaults
2020-11-19 11:27:03 +00:00
Jake Archibald
e995b445ef
Updating node version and lockfile
2020-11-19 11:20:04 +00:00
Jake Archibald
6da590c7d0
Merge branch 'rollup-build' into dev
...
# Conflicts:
# _headers.ejs
# codecs/oxipng/pkg/squoosh_oxipng_bg.js
# src/codecs/avif/encoder.ts
# src/codecs/oxipng/encoder.ts
# src/codecs/processor.ts
# src/codecs/util.ts
# src/components/intro/imgs/logo.svg
# src/missing-types.d.ts
# webpack.config.js
2020-11-19 11:12:29 +00:00
Jake Archibald
56e10b3aa2
Rollup build
2020-11-19 11:00:23 +00:00
Ingvar Stepanyan
fd87ae7d2a
Force-rebuild codecs with -O3
...
Follow-up to https://github.com/GoogleChromeLabs/squoosh/pull/838 .
I have no idea what the JS+Wasm diffs in the original PR even represented if they weren't proper rebuilds, but this time I just removed node_modules in all codecs to enforce a proper, clean rebuild for each C++ codec.
(Still think the speed-ups are worth it.)
2020-11-02 17:37:35 +00:00
Surma
67df305594
v0.4.0
2020-11-02 17:00:14 +00:00
Surma
106d733fec
Add rotate support
2020-11-02 16:59:29 +00:00
Surma
67c64d4df3
Add ImageQuant support
2020-11-02 16:09:58 +00:00
Surma
75d571cb6c
Add proper aspect ratio resizing support
2020-11-02 15:14:07 +00:00
Surma
af954bd9e0
Build preprocessor pipeline
2020-11-02 14:55:29 +00:00
Ingvar Stepanyan
5df7dd7590
Update helper.Makefile
2020-11-02 13:54:41 +00:00
Ingvar Stepanyan
013946b137
Pass CODEC_DIR and LIBAOM_DIR via export
...
Slightly simpler than passing them in HELPER_MAKEFLAGS.
2020-11-02 13:54:41 +00:00
Ingvar Stepanyan
81c183b0d6
Restructure the AVIF directories
...
Change the way AVIF finds AOM from default ([avif source]/ext/aom) to custom paths. This allows us to avoid unpacking same archives into duplicate folders, and instead make multiple builds from the same source.
2020-11-02 13:54:41 +00:00
Ingvar Stepanyan
f523db6403
Try out new flags for building only AVIF encoder/decoder
...
See the discussion in https://github.com/AOMediaCodec/libavif/issues/254 where this was implemented.
This allows us to avoid using ERROR_ON_UNDEFINED_SYMBOLS and build a truly separate encoder/decoder libs.
2020-11-02 13:54:41 +00:00
Ingvar Stepanyan
cc6ea9e11c
Switch to -O3 for C++ codecs
2020-11-02 12:46:12 +00:00
Cătălin Mariș
bd4b67037b
Further optimize logo.svg ( #761 )
...
Co-authored-by: Jake Archibald <jaffathecake@gmail.com >
2020-10-15 15:48:56 +01:00