Wykres commitów

3006 Commity (25073133b357e212251270b8a8bfff1c713e623c)

Autor SHA1 Wiadomość Data
Mikael Finstad c096f654e7
upgrade node version in ci 2025-03-12 20:00:03 +09:00
Mikael Finstad b4a8f4c7fe
fix also windows 2025-03-12 19:56:57 +09:00
Mikael Finstad 2503128fb6
adjust test
due to changed behavior in nodejs minor version
https://github.com/nodejs/node/releases/tag/v20.18.3
https://github.com/nodejs/node/pull/54545
2025-03-12 11:10:33 +09:00
Mikael Finstad 2503115490
don't use the word "feather"
https://github.com/mifi/lossless-cut/issues/2128#issuecomment-2712299543
2025-03-11 11:07:38 +09:00
Mikael Finstad 25031118ca
add note about cli 2025-03-11 11:02:40 +09:00
Mikael Finstad 250308c3eb
update contributing 2025-03-08 18:32:09 +09:00
Mikael Finstad 2502204429
improve logging 2025-02-20 14:22:06 +08:00
Mikael Finstad 2502204d28
allow extracting markers as images too 2025-02-20 13:54:25 +08:00
Mikael Finstad 25021833e3
fix en translation 2025-02-18 22:01:50 +08:00
Mikael Finstad 250218b5ec
scan i18n 2025-02-18 18:07:43 +08:00
Mikael Finstad 25021840ab
add notice when exporting without cutting
also refactor
2025-02-18 17:59:13 +08:00
Mikael Finstad 250218d93e
refactor 2025-02-18 17:01:17 +08:00
Mikael Finstad 250218c625
add shortcuts #2289
- <kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>up</kbd> Jump & seek to previous segment
- <kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>down</kbd> Jump & seek to next segment
- <kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>pageup</kbd> Jump & seek to first segment
- <kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>pagedown</kbd> Jump & seek to last segment
2025-02-18 15:10:02 +08:00
Mikael Finstad 25021872b0
scan i18n 2025-02-18 14:08:57 +08:00
Mikael Finstad 250218f85f
implement streaming detection #2325
also simplify
2025-02-18 13:58:45 +08:00
Mikael Finstad 2502180e53
refac 2025-02-18 13:07:26 +08:00
Mikael Finstad 2502186ef4
improve docs 2025-02-18 13:02:59 +08:00
Mikael Finstad 2502189299
update snap 2025-02-18 13:01:31 +08:00
Mikael Finstad 2502188367
improvements
- implement "fill segment gaps" and "invert segments" for markers too
- new function: select all markers
- import PBF as markers - closes #993
2025-02-18 12:22:16 +08:00
Mikael Finstad 250218b8d9
rename 2025-02-18 12:16:24 +08:00
Mikael Finstad 250218e2d0
Split timeline by byte size
closes #1219
2025-02-18 00:28:33 +08:00
Mikael Finstad 250218bf5f
Feature: Markers
Segments that don't have any end time are now considered markers and rendered differently. Markers are not exported.
All segments will now have a start time defined - llc project file version bumped to v2 (to migrate missing `start` times)

Also: Removed old csv project auto import
2025-02-18 00:27:27 +08:00
Mikael Finstad 250217ffe1
remove unused 2025-02-17 17:18:24 +08:00
Mikael Finstad 2502179303
fix bug 2025-02-17 17:17:14 +08:00
Mikael Finstad 250217fee6
fix broken loop selected segments 2025-02-17 15:21:27 +08:00
Mikael Finstad 25021774bb
refactor away apparentCutSegments
also:
- don't show invert selected segments when inverse cut mode
- fix i18n string
- simplify types
2025-02-17 15:19:27 +08:00
Mikael Finstad 250217344f
fix any types
this also fixes a bug where concat check used the incorrect stream meta "fps" (instead of avg_frame_rate)
2025-02-17 12:56:18 +08:00
Mikael Finstad 8485b14019
Update issues.md 2025-02-16 13:02:31 +08:00
Mikael Finstad 250215687a
add note about audio channels 2025-02-15 17:15:30 +08:00
Mikael Finstad 25021546f4
start at 1 instead of 0 #2296 2025-02-15 17:08:29 +08:00
dependabot[bot] 9fe76f22c3 Bump @octokit/request-error from 5.0.1 to 5.1.1
Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.0.1 to 5.1.1.
- [Release notes](https://github.com/octokit/request-error.js/releases)
- [Commits](https://github.com/octokit/request-error.js/compare/v5.0.1...v5.1.1)

---
updated-dependencies:
- dependency-name: "@octokit/request-error"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-15 12:26:42 +08:00
Mikael Finstad 2502145d7e
dedupe 2025-02-14 12:59:39 +08:00
dependabot[bot] bf94961d99 Bump vitest from 2.0.3 to 2.1.9
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.3 to 2.1.9.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-14 12:59:15 +08:00
Mikael Finstad 855f1b4bb1
upgrade ffmpeg on mac
fixes #1671
2025-02-14 01:50:46 +08:00
Mikael Finstad 572f20981c
add template variables
FILE_EXPORT_COUNT
EXPORT_COUNT

closes #2296
2025-02-13 23:51:33 +08:00
Mikael Finstad df1f6acd8b
improve doc 2025-02-13 23:17:57 +08:00
Mikael Finstad d73896c96f
improve readme 2025-02-13 23:09:08 +08:00
Mikael Finstad 332259d634
refactor 2025-02-13 15:40:50 +08:00
Mikael Finstad ed05c76f23
improve docs #2315 2025-02-13 15:40:13 +08:00
Mikael Finstad cfe7620d2e
add donate button
closes #2318
2025-02-08 18:09:18 +08:00
Mikael Finstad c06ab1eef9
Update issues.md 2025-02-03 13:21:42 +08:00
Mikael Finstad 6cbbf017e9
Update issues.md 2025-02-03 13:14:13 +08:00
Mikael Finstad 250201100d
upgrade uplod artifacts 2025-02-01 22:39:22 +08:00
Mikael Finstad 250201a4c5
improve faq 2025-02-01 22:39:10 +08:00
Mikael Finstad 0975a7c731
Update batch.md 2025-02-01 00:05:38 +08:00
Mikael Finstad 08b0a185ec
Update batch.md 2025-01-31 23:58:00 +08:00
Mikael Finstad 06cae06f4b
allow editing segments by js expression
closes #2128 #2305
2025-01-24 17:58:40 +08:00
Mikael Finstad edca7521a1
allow creating initial segment 2025-01-24 16:00:12 +08:00
Mikael Finstad 2501225499
dedupe 2025-01-22 17:23:48 +08:00
dependabot[bot] f60cdac7ff Bump vite from 5.4.8 to 5.4.12
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 17:21:35 +08:00