Commit Graph

3655 Commits (19368d2eebc68c8b341f4057b592edf85247ceb5)
 

Author SHA1 Message Date
dependabot[bot] 8a3590489b
Bump picomatch from 2.3.1 to 2.3.2
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Mikael Finstad d63f972b38
Merge pull request #2806 from mifi/dependabot/npm_and_yarn/flatted-3.4.2
Bump flatted from 3.3.0 to 3.4.2
4 months ago
Mikael Finstad 6e97112b5c
Merge pull request #2810 from mifi/dependabot/npm_and_yarn/file-type-21.3.2
Bump file-type from 21.3.1 to 21.3.2
4 months ago
dependabot[bot] fdb0709827
Bump file-type from 21.3.1 to 21.3.2
Bumps [file-type](https://github.com/sindresorhus/file-type) from 21.3.1 to 21.3.2.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](https://github.com/sindresorhus/file-type/compare/v21.3.1...v21.3.2)

---
updated-dependencies:
- dependency-name: file-type
  dependency-version: 21.3.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Mikael Finstad 2b93a38a15
Merge pull request #2809 from kasmok/snap-core22-base
Set snap base to core22 for newer GPU support
4 months ago
Kyle Kasten 8eaa3b2031 Set snap base to core22 for newer Mesa/GPU support
The snap defaults to core20 (Ubuntu 20.04) which bundles Mesa drivers
too old for newer GPUs (e.g. Intel Arrow Lake 8086:64a0). Setting base
to core22 pulls in the Ubuntu 22.04 GNOME platform snap with updated
Mesa drivers, fixing segfaults on launch.

Fixes #2614
4 months ago
dependabot[bot] 3ac5924f22
Bump flatted from 3.3.0 to 3.4.2
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.0 to 3.4.2.
- [Commits](https://github.com/WebReflection/flatted/compare/v3.3.0...v3.4.2)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Mikael Finstad 2603142fbc
fix last waveform segment overflowing
fixes #2798
4 months ago
Mikael Finstad 260314db55
add FFmpeg `-hwaccel auto` setting
and show loading elapsed time
closes #2746
4 months ago
Mikael Finstad aad01cc1ce
Merge pull request #2802 from mifi/dependabot/npm_and_yarn/immutable-5.1.5
Bump immutable from 5.1.4 to 5.1.5
4 months ago
Mikael Finstad 618c82e143
Merge pull request #2801 from mifi/dependabot/npm_and_yarn/file-type-21.3.1
Bump file-type from 21.3.0 to 21.3.1
4 months ago
Mikael Finstad 260313d86b
improve trouble shooting 4 months ago
dependabot[bot] 4dd1f6ae7c
Bump immutable from 5.1.4 to 5.1.5
Bumps [immutable](https://github.com/immutable-js/immutable-js) from 5.1.4 to 5.1.5.
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/immutable-js/immutable-js/compare/v5.1.4...v5.1.5)

---
updated-dependencies:
- dependency-name: immutable
  dependency-version: 5.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] 06258c3db4
Bump file-type from 21.3.0 to 21.3.1
Bumps [file-type](https://github.com/sindresorhus/file-type) from 21.3.0 to 21.3.1.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](https://github.com/sindresorhus/file-type/compare/v21.3.0...v21.3.1)

---
updated-dependencies:
- dependency-name: file-type
  dependency-version: 21.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Mikael Finstad 2603132da0
increase max file name length to 250 (truncation)
closes #2779
4 months ago
Mikael Finstad 260313b7c9
improve error handling
closes #2797
4 months ago
Mikael Finstad 2603134dcc
enable also arm64 appx #2789 4 months ago
Mikael Finstad 2603130a2e
include app name in notification on linux
fixes #2794
4 months ago
Mikael Finstad 260312b4f9
improve troubleshooting 4 months ago
Mikael Finstad 2603126ad4
implement advanced output directory selector
closes #2101 #2115 #2755
4 months ago
Mikael Finstad 2603125fb2
include ffmpeg version in report
and log on startup
4 months ago
Mikael Finstad 260302b9f8
fix key migration
version doesn't work when it doesn't previously exist
4 months ago
Mikael Finstad 260301c920
improve doc #2699 4 months ago
Mikael Finstad 2603017e84
auto save disabled initial segment
https://github.com/mifi/lossless-cut/issues/2745#issuecomment-3979480707
4 months ago
Mikael Finstad e843ea5dd2
Merge pull request #2788 from talynone/WINARM64
Add Windows ARM 64 native build with native ffmpeg
4 months ago
Mikael Finstad e759a61447
Apply suggestion from @mifi 4 months ago
talynone 8f7957b49c Stick the sharp version for icon-gen so Windows 11 ARM runner build works 4 months ago
Mikael Finstad 260301f94d
add new "opposing" align mode
closes #2654
4 months ago
Mikael Finstad 26030181c7
improve faq 4 months ago
Mikael Finstad 2603017702
improve doc
closes #2751
4 months ago
Mikael Finstad 2603019574
scan i18n 4 months ago
Mikael Finstad 260301745e
don't transfer segment name when filling gaps
also remove unused segment name from inverseCutSegments
closes #2754
4 months ago
Mikael Finstad 260301d561
add segment label starts with example
closes #2760
4 months ago
Mikael Finstad 260301eb23
fix concat command bug
fixes #2766
4 months ago
talynone 8a6ea8c45b Refactor Windows ARM 64 build to use native runner 4 months ago
talynone c4d18cdbf0 Revert failfast back to default 4 months ago
talynone 276c29ca09 Temporarily disable fail fast for test build 4 months ago
Mikael Finstad 26030103a1
always scroll *up* to zoom in #2703
fixes #2786
4 months ago
Mikael Finstad 26030178c9
add doc 4 months ago
talynone e836d882a4 Refactor Windows ARM64 build to not use seperate job 4 months ago
talynone 78e4122e30 Add Windows ARM 64 native build with native ffmpeg 4 months ago
Mikael Finstad 260228d72b
improvements
- warn if export options is disabled
- warn if trying to cut with too few keyframes around cutpoint

closes #516

#2780 #2756
4 months ago
Mikael Finstad 2602283328
increase max keyframes to 10000 4 months ago
Mikael Finstad 260228dcd9
make segment instead of marker when creating segment
in simple mode
https://github.com/mifi/lossless-cut/discussions/2756#discussioncomment-15955145
4 months ago
Mikael Finstad 2602275932
fix mp3 files being misdetected as mp2
reverts #2129
fixes #2535
fixes #2775
4 months ago
Mikael Finstad 5a9fd306cf
Merge pull request #2784 from mifi/dependabot/npm_and_yarn/rollup-4.59.0
Bump rollup from 4.54.0 to 4.59.0
4 months ago
Mikael Finstad 7b2eaacc3f
Merge pull request #2783 from mifi/dependabot/npm_and_yarn/ajv-6.14.0
Bump ajv from 6.12.6 to 6.14.0
4 months ago
Mikael Finstad 26022717fe
upgrade fast-xml-parser
closes #2782
4 months ago
dependabot[bot] 1f786609ad
Bump rollup from 4.54.0 to 4.59.0
Bumps [rollup](https://github.com/rollup/rollup) from 4.54.0 to 4.59.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.54.0...v4.59.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.59.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] 3a7aba2d98
Bump ajv from 6.12.6 to 6.14.0
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v6.14.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 6.14.0
  dependency-type: indirect
...

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