Commit Graph

3028 Commits (master)
 

Author SHA1 Message Date
Mikael Finstad b53b0cf867
improve no file loaded keys 6 months ago
Mikael Finstad 24e0f70241
improve doc 6 months ago
Mikael Finstad 48ed7219cf
make sure loading is on top of everything 6 months ago
Mikael Finstad 74ba6ed4ea
improve value tuner style 6 months ago
Mikael Finstad 0fa70ca94d
fix export button 6 months ago
Mikael Finstad 77cae51908
fix audio rate and divisible by 2 6 months ago
Mikael Finstad f7dd568d43
play multiple audio tracks simultaneously #256 #936 6 months ago
Mikael Finstad dc6dd25878
improve segment list buttons 6 months ago
Mikael Finstad bb9c950c46
allow selecting all segments 6 months ago
Mikael Finstad c555ce8797
put "between segments" behind markers 6 months ago
Mikael Finstad ccf3e5ab04
filter out initial segment from export
to prevent cutting when not needed (if duration changes)
6 months ago
Mikael Finstad 99e4d497bd
make backspace remove endpoint first
with default binding
6 months ago
Mikael Finstad 2d1860f8d5
refactor away evergreen button 6 months ago
Mikael Finstad 5fca8c085e
open waveform when tuning 6 months ago
Mikael Finstad 814866fd13
usability improvements 6 months ago
Mikael Finstad e7629cf50c
fix bug 6 months ago
Mikael Finstad cbab2f6c55
create initial full segment
when loading file (mimics previous behaviour)
also allow no segments on timeline
6 months ago
Mikael Finstad 63f9969eda
allow adjusting waveform height
also improve value tuner
improve capture format button
6 months ago
dependabot[bot] 4827471e3f Bump @babel/runtime from 7.25.0 to 7.26.10
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.25.0 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
dependabot[bot] b9d783409f Bump @octokit/request from 8.2.0 to 8.4.1
Bumps [@octokit/request](https://github.com/octokit/request.js) from 8.2.0 to 8.4.1.
- [Release notes](https://github.com/octokit/request.js/releases)
- [Commits](https://github.com/octokit/request.js/compare/v8.2.0...v8.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Mikael Finstad cfc0060c9b
improve waveform #260
- allow loading full waveform overvoew
- allow taller bottom waveform (10% of window height)
6 months ago
Mikael Finstad 37ae097a2c
improve waveform rendering #260
make it faster
also render around current time
6 months ago
Mikael Finstad c096f654e7
upgrade node version in ci 6 months ago
Mikael Finstad b4a8f4c7fe
fix also windows 6 months ago
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
6 months ago
Mikael Finstad 2503115490
don't use the word "feather"
https://github.com/mifi/lossless-cut/issues/2128#issuecomment-2712299543
6 months ago
Mikael Finstad 25031118ca
add note about cli 6 months ago
Mikael Finstad 250308c3eb
update contributing 6 months ago
Mikael Finstad 2502204429
improve logging 7 months ago
Mikael Finstad 2502204d28
allow extracting markers as images too 7 months ago
Mikael Finstad 25021833e3
fix en translation 7 months ago
Mikael Finstad 250218b5ec
scan i18n 7 months ago
Mikael Finstad 25021840ab
add notice when exporting without cutting
also refactor
7 months ago
Mikael Finstad 250218d93e
refactor 7 months ago
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
7 months ago
Mikael Finstad 25021872b0
scan i18n 7 months ago
Mikael Finstad 250218f85f
implement streaming detection #2325
also simplify
7 months ago
Mikael Finstad 2502180e53
refac 7 months ago
Mikael Finstad 2502186ef4
improve docs 7 months ago
Mikael Finstad 2502189299
update snap 7 months ago
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
7 months ago
Mikael Finstad 250218b8d9
rename 7 months ago
Mikael Finstad 250218e2d0
Split timeline by byte size
closes #1219
7 months ago
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
7 months ago
Mikael Finstad 250217ffe1
remove unused 7 months ago
Mikael Finstad 2502179303
fix bug 7 months ago
Mikael Finstad 250217fee6
fix broken loop selected segments 7 months ago
Mikael Finstad 25021774bb
refactor away apparentCutSegments
also:
- don't show invert selected segments when inverse cut mode
- fix i18n string
- simplify types
7 months ago
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)
7 months ago
Mikael Finstad 8485b14019
Update issues.md 7 months ago