Commit Graph

401 Commits (ffmpeg-6)

Author SHA1 Message Date
Mikael Finstad 4261d0f689 upgrade electron-builder 3 years ago
Mikael Finstad 0b36c71559 update i18n-scanner 3 years ago
Mikael Finstad 462ebbd718 fix target again 3 years ago
Mikael Finstad a9df7a2c91 fix "target" 3 years ago
Mikael Finstad 15f7a0026d try to support apple silicon 3 years ago
Mikael Finstad abdac785a4 fix deprecation 3 years ago
Mikael Finstad 65a0b9e138 remove `open`
use instead shell.showItemInFolder #714
3 years ago
Mikael Finstad c4441127d3 use shell.trashItem instead of trash
closes #537
3 years ago
Mikael Finstad 1799547353 upgrade electron #714 3 years ago
Mikael Finstad a9341e801b
upgrade to yarn3 3 years ago
Mikael Finstad 22487aa389
3.47.1 3 years ago
Mikael Finstad 60b73dae3d
3.47.0 3 years ago
Mikael Finstad fc93662254
upgrade electron-builder
to fix python issue on macos
3 years ago
Mikael Finstad 898925714b
implement logging to file 3 years ago
Mikael Finstad d1faac4146
upgrade file-type and speedup detection 3 years ago
Mikael Finstad 75c25dabb3
3.46.3 3 years ago
Mikael Finstad cea6b60846
3.46.2 3 years ago
Mikael Finstad d1f788cc94
fix oops 3 years ago
Mikael Finstad 79afece66d
3.46.1 3 years ago
Mikael Finstad c707193cf5
upgrade ffmpeg to v5.0.1
closes #981
#1031
3 years ago
Mikael Finstad 48b2e3e01f
3.46.0 3 years ago
Mikael Finstad 85e000123f
produce only 7z for windows
See #1236
3 years ago
dependabot[bot] f69e460860 Bump moment from 2.29.2 to 2.29.4
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Mikael Finstad 32f5bdc26b
add support for armv7l (raspberrry pi)
https://github.com/mifi/lossless-cut/discussions/1231
3 years ago
dependabot[bot] 5ae7833c41 Bump sharp from 0.29.3 to 0.30.5
Bumps [sharp](https://github.com/lovell/sharp) from 0.29.3 to 0.30.5.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.29.3...v0.30.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Mikael Finstad e56c7abf1e
3.45.0 3 years ago
dependabot[bot] 9a0598265e Bump moment from 2.29.1 to 2.29.2
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Mikael Finstad 3b5e7afcf7
upgrade electron-notarize 4 years ago
Mikael Finstad 226f037988
fix artifact name 4 years ago
Mikael Finstad 744e8d89d2
3.44.0 4 years ago
Mikael Finstad c0aabf53cf
try to support arm64 #1056
but without ffmpeg
4 years ago
Mikael Finstad c7cd929451
implement mac support for smart cut (h264) #126 4 years ago
Mikael Finstad eab8a2c9b5
move sorting from merge to batch files
closes #1043
4 years ago
Mikael Finstad 425bf6f5de
add postversion script
https://github.com/mifi/lossless-cut/pull/987#issuecomment-1014246807
4 years ago
Mikael Finstad 8956a52cc9
upgrade fast xml parser 4 years ago
Mikael Finstad 23cbd73e93
upgrade lint and support esm
fix lint too
4 years ago
Mikael Finstad 2a373042f8
3.43.0 4 years ago
Mikael Finstad 1ad8b55abb
fix signing paths
and workaround mas-dev issue
https://github.com/electron-userland/electron-builder/pull/6660
4 years ago
Mikael Finstad f1654d1831
json5 now need to be in deps 4 years ago
Mikael Finstad 802a701430
allow overriding any stored setting from the command line #371 4 years ago
Mikael Finstad 6c1b0e21da
split scripts 4 years ago
Mikael Finstad e57fcb1096
when importing EDL file, don't delete existing EDL
allows for combining EDL from multiple sources #993
4 years ago
Mikael Finstad e12cb2f469
3.42.0 4 years ago
Mikael Finstad 99656970af
3.41.0 4 years ago
Mikael Finstad 0ca64b0392
use formatTimecode more places #878 4 years ago
Mikael Finstad 7928257003
move file-url to deps
also needed from electron now
4 years ago
Mikael Finstad 833c0aca67
move lodash to deps 4 years ago
Mikael Finstad 58fea3b0ee
move deps to devDeps
reduces size of final app
4 years ago
Mikael Finstad 2adf6bdf5a
upgrade all deps and fix build error
(remove/regen yarn.lock)
4 years ago
Mikael Finstad b5369608a7
change icon gen to upstream 4 years ago
Mikael Finstad 3df67d6bdc
upgrade cra 4 years ago
Achim 56cc72121a
fix "download-ffmpeg-linux" script (#949)
* fix "download-ffmpeg-linux" script

* directly extract ffmeg and ffprobe from tarball
4 years ago
Mikael Finstad 14f73f134b
generate ico for windows
to prevent pixelated icon
closes #778
4 years ago
Mikael Finstad 189056dfcd
update icon gen to use sharp instead of phantomjs
fixes https://github.com/flathub/no.mifi.losslesscut/pull/14
4 years ago
Mikael Finstad 7c6a1607c1
add licenses 4 years ago
dependabot[bot] 734b6bbc8f
Bump axios from 0.21.1 to 0.21.2 (#900)
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Mikael Finstad 8b922a86e8
3.40.0 4 years ago
Mikael Finstad c407a0430a
upgrade also mac ffmpeg to 4.4.1 4 years ago
Mikael Finstad 98da22e8dc
Upgrade ffmpeg to 4.4.1
except mac
Remove ffmpeg-ffprobe-static, use scripts instead

https://github.com/flathub/no.mifi.losslesscut/pull/11
4 years ago
Mikael Finstad 1a3af8323b
3.39.2 4 years ago
Mikael Finstad 4b3c08a736
fix script 4 years ago
Mikael Finstad 3ccbba952a
revert paths change
didnt work
4 years ago
Mikael Finstad 515987f098
3.39.1 4 years ago
Mikael Finstad c5ff5ea208
upgrade electron-builder
because mas build no longer works
https://github.com/electron/electron/issues/28600
it generates a platform/darwin
"packaging       platform=darwin arch=x64 electron=8.5.5 appOutDir=dist/mas"
should be platform=mas
this seems fixed in newest electron-builder
4 years ago
Mikael Finstad 42bbe26331
3.39.0 4 years ago
Mikael Finstad 03b3cbf0b8
3.38.0 4 years ago
Mikael Finstad b4fc68b813
Degrade to electron@8 #714 #26143
due to issues with child_process slowing down UI
4 years ago
Mikael Finstad b9e619b5ac
Relicense to GPL
for compatibility with x264
4 years ago
Mikael Finstad e688f151b6
UI improvements
- Upgrade evergreen-ui
- improve stream selector
- improve buttons
- add default error toast
- better error handling

https://github.com/segmentio/evergreen/releases/tag/v5.0.0
https://evergreen.segment.com/introduction/v6-migration-guide
4 years ago
Mikael Finstad 5530482d1e
3.37.0 4 years ago
Mikael Finstad 929f213186
degrade framer motion to 1 due to issues also with 3
timeline was not rendering correctly after zooming
4 years ago
Mikael Finstad 5705a9a233
degrade framer motion due to animation issues
can be reproduced by disabling segments to export, then enable again
4 years ago
Mikael Finstad 33b9598a9d
upgrade react lottie player 4 years ago
Limon Monte b30b21a236 Add timer progressbar to toasts 4 years ago
Mikael Finstad 93913b7d3b
3.36.0 4 years ago
Mikael Finstad 1506b807f3
upgrade to electron 9 4 years ago
Mikael Finstad 21a2c767ac
3.35.0 4 years ago
Mikael Finstad 09daf1785f
degrade electron again due to slowdown #714 4 years ago
Mikael Finstad 75857b942c
fix version of packages that we cannot yet upgrade 5 years ago
Mikael Finstad e19d54dd88
upgrade electron 5 years ago
Mikael Finstad 971b930104
don't lint on npm start 5 years ago
Mikael Finstad 0e58fc65de
upgrade packages
uuid,framer-motion,react-lottie-player,react-sortable-hoc,react-syntax-highlighter,sweetalert2-react-content,csv-stringify,csv-parse,trash,execa
5 years ago
Mikael Finstad 9bf918db98
upgrade major versions 5 years ago
Mikael Finstad 8dc1e6e99c
upgrade
- create-react-app
- eslint
5 years ago
Mikael Finstad bbed91e74f
upgrade packages 5 years ago
Snyk bot 1a5e80515c
fix: package.json & yarn.lock to reduce vulnerabilities (#712)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-I18NEXT-1065979
- https://snyk.io/vuln/SNYK-JS-I18NEXT-575536
- https://snyk.io/vuln/SNYK-JS-I18NEXT-585930
5 years ago
Mikael Finstad 5830a44d99
implement language also in node land (menus, etc) 5 years ago
Mikael Finstad aa5ab15547
move deops to devdeps 5 years ago
Mikael Finstad f6b824d04d
improvements
- implement drag drop sort #392
- scroll segment into view
- refactor
5 years ago
Mikael Finstad dd40b68efb
3.34.3 5 years ago
Mikael Finstad 3ba00a032f
revert buggy 22.10.5 upgrade
https://github.com/electron-userland/electron-builder/issues/3012
5 years ago
Mikael Finstad 0cda1ece8f
3.34.2 5 years ago
Mikael Finstad fab7f12dbe
fix "binaries"
didn't work for dev, because: dist/mas-dev
22.10.5 allows binaries paths relative to Contents
5 years ago
Mikael Finstad 6877dcf24d
add DEV provisioning profile 5 years ago
Mikael Finstad 23a56b143f
3.34.1 5 years ago
Mikael Finstad 445e66ec6a
3.34.0 5 years ago
Mikael Finstad 3899f11717
3.33.1 5 years ago
Mikael Finstad ea12b861a2
3.33.0 5 years ago
Mikael Finstad 36b1056b56
Run tests on github 5 years ago
Mikael Finstad 8ed6cbdc74
upgrade to react-lottie-player 5 years ago