1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 18:32:34 +01:00
Commit Graph

468 Commits

Author SHA1 Message Date
Mikael Finstad
feaeaec12d
move lodash to devDeps 2024-08-23 00:20:58 +02:00
Mikael Finstad
818a323e7e
implement URL download
closes #1486
2024-08-08 01:07:28 +02:00
Mikael Finstad
52f615421f
3.62.0 2024-08-06 23:09:27 +02:00
Mikael Finstad
c6a9670d5e
fix bugged script 2024-08-06 23:07:31 +02:00
Mikael Finstad
ad1e8ab6e6
upgrade yarn 2024-08-06 23:00:26 +02:00
Mikael Finstad
4dad1e34c3
upgrade electron-builder 2024-08-06 23:00:03 +02:00
Mikael Finstad
c5af789121
upgrade i18next 2024-08-06 21:13:20 +02:00
Mikael Finstad
5ec0ae94d7
upgarde electron to 31 2024-08-06 21:06:50 +02:00
Mikael Finstad
cfd51d6ce5
support rendering gps map #2072
experimental and only supports DJI SRT
2024-08-05 23:23:06 +02:00
Mikael Finstad
e5f23510e1
add type-fest 2024-08-05 00:03:28 +02:00
Mikael Finstad
efd0aee9a4
upgrade typescript 2024-08-04 20:24:24 +02:00
dependabot[bot]
f74ab729a9
Bump fast-xml-parser from 4.2.5 to 4.4.1
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.5 to 4.4.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.5...v4.4.1)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 20:16:04 +00:00
Mikael Finstad
d76829b35b
upgrade vite deps
and dedupe
2024-07-20 16:05:33 +02:00
Mikael Finstad
122d79c300
improve dark mode #1969 2024-05-27 21:10:27 +02:00
Mikael Finstad
0f3e2eb100
3.61.1 2024-05-27 00:49:41 +02:00
Mikael Finstad
ec3e626693
use js expressions instead of mathjs #2002 2024-05-19 23:16:59 +02:00
Mikael Finstad
b5028dc142
allow selecting segments by expression
also remove select by tags dialog to reduce code
it's covered by expression

fixes #1999
2024-05-16 14:10:00 +02:00
Mikael Finstad
2599c4c204
improve build script 2024-05-14 21:58:29 +02:00
Mikael Finstad
89514244f7
3.61.0 2024-05-14 12:44:56 +02:00
Mikael Finstad
ecc57047e4
upgrade swal 2024-05-11 10:48:14 +02:00
Mikael Finstad
43f9be6e1b
upgrade semver 2024-04-21 20:58:27 +02:00
Mikael Finstad
3f4c214287
implement copy/paste segment tags
closes #1964
2024-04-21 20:50:58 +02:00
dependabot[bot]
6c5acb9b63
Bump vite from 4.5.2 to 4.5.3
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 16:54:42 +00:00
Mikael Finstad
a1422ad264
in-house the file-uri implementation
fixes #1941
2024-04-01 13:49:22 +01:00
dependabot[bot]
db11d66257
Bump express from 4.18.2 to 4.19.2
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 18:00:27 +00:00
Mikael Finstad
f677619039
upgrade to electron-vite 2024-03-21 23:28:25 +08:00
Mikael Finstad
27df6c20e6
improve types 2024-03-15 21:45:33 +08:00
Mikael Finstad
2e0b9887fd
imrpve types 2024-03-03 17:27:56 +08:00
Mikael Finstad
fd1955a970
improvements
- improve preview playback (allow resuming from current position) - closes #1584
- new keyboard actions: Jump to first & last segment
- more types
2024-02-22 00:41:08 +08:00
Mikael Finstad
4704d246b4
upgrade lint 2024-02-20 22:49:07 +08:00
Mikael Finstad
0aadb59878
add libsvtav1 support #1825
https://github.com/mifi/lossless-cut/issues/126#issuecomment-1937458122
2024-02-15 00:02:28 +08:00
Mikael Finstad
9509680c03
add option to shift cut start frames
and add types
2024-02-14 21:12:16 +08:00
Mikael Finstad
a61c83956d
upgrade p-retry 2024-02-12 23:19:38 +08:00
Mikael Finstad
ddf3eb22e0
fixes 2024-02-12 14:36:34 +08:00
Mikael Finstad
8b6f0cc593
start to tsify 2024-02-12 14:11:36 +08:00
Mikael Finstad
6fddf72a2d
implement video/audio track switching #256
also with MediaSource for unsupported codecs
2024-02-11 22:36:49 +08:00
Mikael Finstad
476ab11f63
Merge branch 'master' into mediasource
# Conflicts:
#	src/App.jsx
2024-02-08 00:14:23 +07:00
Mikael Finstad
a05163e721
Merge branch 'master' of github.com:mifi/lossless-cut 2024-01-28 11:13:35 +07:00
dependabot[bot]
1ee7487591 Bump vite from 4.3.9 to 4.5.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 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>
2024-01-20 10:41:16 +07:00
Achim
01717159c0 fix "download-ffmpeg-linux-x64" (remove 'brace expansion') 2024-01-13 17:52:34 +07:00
Mikael Finstad
3c288eb3d0
Merge branch 'stores' 2024-01-05 18:25:24 +08:00
Mikael Finstad
d526e50a58
3.60.0 2024-01-05 18:22:17 +08:00
Mikael Finstad
7f32cdca8a
Use MediaSource for unsupported formats 2024-01-04 23:34:41 +08:00
Mikael Finstad
43fe553bd3
add ts support 2024-01-02 23:45:43 +08:00
Mikael Finstad
d311656990
3.59.1 2023-12-22 21:01:57 +08:00
Mikael Finstad
0762ccf3d1
3.59.0 2023-12-22 15:06:36 +08:00
Mikael Finstad
899e6e2960
add full screen video support
closes #543
2023-12-22 14:38:54 +08:00
Mikael Finstad
0f3e46b10c
upgrad yarn 2023-12-10 12:40:46 +08:00
Mikael Finstad
7dbc8af226
retry deleting file
(hopefully) fixes #1797

also allow aborting
2023-12-08 16:21:32 +08:00
dependabot[bot]
87555f3eb5 Bump sharp from 0.30.5 to 0.32.6
Bumps [sharp](https://github.com/lovell/sharp) from 0.30.5 to 0.32.6.
- [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.30.5...v0.32.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17 13:24:58 +09:00