Commit Graph

3097 Commits (3a7a6a4eca2fa5f7758cfca019f427b6d1df3192)
 

Author SHA1 Message Date
dependabot[bot] 8514a9fc0f Bump form-data from 4.0.0 to 4.0.4
---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months ago
Mikael Finstad 250622bffc
improve doc 1 year ago
Mikael Finstad 2506221ed7
don't stop invalid length segments
instead make them into markers (start at 0 and remove end point)

closes #2339
1 year ago
Mikael Finstad 250622f955
refactor 1 year ago
Mikael Finstad b5c2734b16
add DTS to unsupported audio formats
closes #2455
1 year ago
Mikael Finstad 968ddf32a2
allow utf8 letters
when not in sanitize mode

closes #889 #2482
1 year ago
Mikael Finstad 250611433e
increase max segments to 1000 #2473 1 year ago
Mikael Finstad 2506117b6d
virtualize segment list
to improve performance
closes #1727
1 year ago
Mikael Finstad be8131a2fa
Update issues.md 1 year ago
dependabot[bot] 57852dae8b Bump tar-fs from 2.1.2 to 2.1.3
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3.
- [Commits](https://github.com/mafintosh/tar-fs/commits)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Mikael Finstad 250523c3c3
move window menu items to view
on windows #2409
1 year ago
Mikael Finstad 32a5b2380f
cut also externally added tracks
closes #896
1 year ago
Mikael Finstad cce4019607
add to menu too 1 year ago
Mikael Finstad eea51da3d5
implement basic OTIO importer #2441 #1340 1 year ago
Mikael Finstad b82b9439bd
Update issues.md 1 year ago
Mikael Finstad e8bb18c6be
ui improvements 1 year ago
Mikael Finstad 250507d8f4
show markers also in inverse mode #2408 1 year ago
Mikael Finstad 2505079e31
add new display format "total seconds"
https://github.com/mifi/lossless-cut/issues/254#issuecomment-2781652373
1 year ago
Mikael Finstad 25050707ee
allow inputting seconds only
in go to timecode
https://github.com/mifi/lossless-cut/issues/254#issuecomment-2781652373
1 year ago
Mikael Finstad 2505074528
show indicator when export/capture is done 🎉
closes #2378
1 year ago
Mikael Finstad 250507db1c
improve export confirm 1 year ago
Mikael Finstad 250506404f
make more consistent close button 1 year ago
Mikael Finstad 250506ad96
allow drag dropping
- files to batch list #2400
- files to tracks panel
1 year ago
Mikael Finstad 2505067207
add zoom menu item #2409 1 year ago
Mikael Finstad 250506b087
fix bug 1 year ago
Mikael Finstad 2505063702
show error when file has been moved
closes #2423
1 year ago
Mikael Finstad 25050625c7
improve creating segments flexibility
these functions now apply to the current segment
if not run without any segment, they will apply to whole timeline, like before
this allows things like running a binary search, see #2427.
this applies to the following functions:
- Create num segments
- Create fixed duration segments
- Create random segments

also when detecting segments, will now auto delete the currently selected segment

closes #2427
1 year ago
Mikael Finstad 25050653c4
align transferTimestamps
...between videos and screenshots
https://github.com/mifi/lossless-cut/discussions/770#discussioncomment-13000939
1 year ago
Mikael Finstad 2505067298
truncate long text
closes #2426
1 year ago
Mikael Finstad 250506ce4f
allow importing csv with 2 columns #2412 1 year ago
Mikael Finstad 2505050410
dedupe 1 year ago
Mikael Finstad 250505fd2e
upgrade vite 1 year ago
Mikael Finstad 2505053f1d
don't delete existing segments when not overwriting
closes #2436
1 year ago
Mikael Finstad 250505e9cd
toggle tracks by expression #2435 #1465 #371
also add new keyboard actions:
- `toggleDarkMode`: Toggle dark mode
- `toggleStripCurrentFilter`: Toggle tracks using current filter
- `toggleStripAll`: Keep or discard all tracks
- `toggleStripSubtitle`: Keep or discard subtitle tracks
- `toggleStripVideo`: Keep or discard video tracks

many UI improvements
1 year ago
Mikael Finstad 010f2ad3fe
improve dark mode #1969 1 year ago
Mikael Finstad 25050414ca
upgrade radix colors to 3 1 year ago
Mikael Finstad 2505045a58
upgrade radix colors to 1 1 year ago
Mikael Finstad 2505049c93
make dialog wider 1 year ago
Mikael Finstad 2504304748
implement SEG_LABEL array in cut+merge mode #2428 1 year ago
Mikael Finstad 250430a752
fix bug with Arrays
they were failing with "TypeError: CreateListFromArrayLike called on non-object"
1 year ago
Mikael Finstad 250430c220
fix mas-dev 1 year ago
Mikael Finstad 25043053e4
improve doc 1 year ago
Mikael Finstad 9b2894fea2
upgrade vite 1 year ago
Mikael Finstad 25041180bc
improve subtitle conversion 1 year ago
Mikael Finstad 250401c920
upgrade vite
closes #2389
1 year ago
Michael Yaworski c867254eb4 Fix: Lint 1 year ago
Michael Yaworski e3c333a086 Feat: Maintain previous volume when toggling mute 1 year ago
Michael Yaworski aa0254ce1b Fix: Toggle mute when not 100 or 0 volume
This would previously only toggle mute if the
volume was set to 0 or 100.
1 year ago
dependabot[bot] f3ab8619ea Bump tar-fs from 2.1.1 to 2.1.2
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.2.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Mikael Finstad 250328238f
dedupe 1 year ago