Commit Graph

542 Commits (f009a31e3e55ebd8aebbf83559b9cb92bf960b2f)
 

Author SHA1 Message Date
Romain f009a31e3e test: revert Windows tests to Node 18 for now 6 months ago
Romain 0a96d4ae68 fix: remove duplicate label in Dockerfile 6 months ago
Romain fc6d0d7bc3 fix: remove warning about deprecated usage-stats because of default value 6 months ago
Romain 0b76067d7c chore: update Docker base images (Node version) 6 months ago
Romain ca0c41ff1c fix: add support for ffmpeg v6 (fixes #339) 6 months ago
Romain a5add4d8c7 build: update Windows tests to Node 20 + latest actions 6 months ago
Romain 7e97ab3ab1 chore: update dependencies 6 months ago
Romain 19fe270946 chore: update to latest StandardJS 6 months ago
Romain 27941fea42 fix: update downsize package for better video compatibility 6 months ago
Romain f7634dbfdf docs: update CLI options 1 year ago
Romain 0800f2708a feat: remove anonymous analytics (fixes #322) 1 year ago
Romain 8a43cebc72 feat: support multiple scan modes for partial gallery generation 1 year ago
Romain c77654d0fe feat: enforce bitrate option with HW acceleration 1 year ago
Romain 2618a967f8 test: fix broken tests for hw acceleration 1 year ago
dravenst 485ef67b86
feat: add vaapi support thumbsup and downsize (#284)
Added hwaccel option for vaapi

Added video hwaccel option to enable vaapi for video encoding.

Confirmed check of bitrate with hwaccel
1 year ago
Romain 34b957fb7e fix: supports nested folders for --include (fixes #332) 1 year ago
Romain 8cb7a3596b chore: upgrade to latest version of StandardJS 1 year ago
Romain 0ebf105396 build: use package lock in Docker build/test 1 year ago
Romain 044d07575b 2.17.1 1 year ago
Romain 9404db2b29 fix: upgrade downsize library
This fixes metadata removal on newer
versions of GraphicsMagick (1.3.38)
1 year ago
Romain b033681396 chore: update nvmrc 1 year ago
Romain 99e342c18d fix: remove changelog process that doesn't work 1 year ago
Romain f2acf07903 chore: switch from nyc to c8
Uses native V8 coverage instrumentation
which is faster & better supported

Also supports ESM module if needed in the future
1 year ago
Romain 7b440beba8 fix: restore test coverage with nyc 1 year ago
Romain f20714da1e 2.17.0 1 year ago
Romain 55859d9167 chore: update dependencies 1 year ago
Vid0Vid0 18b739ea23 Don't add '-' to gm-args starting with '+'
Now it's possible to pass a json string as { "gm-args": ["+profile *"] } to remove EXIF ​​from images.
1 year ago
Romain e19885031e fix: always read Picasa content from cache 2 years ago
Darrell Mozingo 915f951c8d Use name from picasa for albums if available 2 years ago
Darrell Mozingo 54256dd2a4 Test picasa file building for null handling
Album was already tested, and the test name insinuated file here :)
2 years ago
Romain 7d8f49eec8 chore(deps): upgrade ini package 2 years ago
dependabot[bot] 64c38305c9 chore(deps): bump json-schema from 0.2.3 to 0.4.0
Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0.
- [Release notes](https://github.com/kriszyp/json-schema/releases)
- [Commits](https://github.com/kriszyp/json-schema/compare/v0.2.3...v0.4.0)

---
updated-dependencies:
- dependency-name: json-schema
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] 5cf8366549 chore(deps): bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Romain 1802eceb77 chore: upgrade to Node 18
This was previously blocked by the outdated mock-fs version
2 years ago
Romain 71639330c4 chore: upgrade many dependencies 2 years ago
Romain 0d4194d79c chore: upgrade to Node 14 2 years ago
Romain 6b8ffdf187 chore: upgrade to package-lock v2 2 years ago
Romain a98a1b64df feat(github-actions): allow running the tests manually 2 years ago
Romain 656d04fd46 feat(docker): remove better-sqlite3 preinstall which is no longer needed
better-sqlite now ships pre-builds
which makes the installation almost instant
2 years ago
Romain 30388c593c fix: invalid python Alpine package in Docker image 2 years ago
Romain 5ac29d3c9d feat: build Docker base images for Node 14, 16, 18 2 years ago
Romain be2f2660b3 docs: update README badge for depencies
David-DM doesn't seem to work anymore
2 years ago
Vojtěch Káně 9640e7a351 Add a mention that imagemagick is needed for HEIC images 2 years ago
Romain 2537436c2f
Add mpg and mpeg file extension support
Fixes #280
2 years ago
Lucien Van Elsen b016498f98 Switch to Google Analytics 4 (global) tags for tracking. 3 years ago
Romain 35b3781321 2.16.0 3 years ago
Romain 6f5b96d73a chore(deps): update dependencies 3 years ago
Romain fb743b5402 fix: HEIC conversion logic (downsize module)
Fixes #225
3 years ago
Romain ac5f843461
docs: add disclaimer and best-practices in README 3 years ago
Romain a5f97ef5c8 fix: restore Picasa support after regression bug
Fixes #204
3 years ago