itsmattkc
2d0af6f335
track: fix audio regression
2022-09-29 20:19:32 -07:00
itsmattkc
6e183fe4be
multicam: refactor to heavily optimize multicam monitor retrieval
2022-09-29 17:50:09 -07:00
itsmattkc
74a1ec1479
multicam: implement clip splitting
2022-09-28 17:57:09 -07:00
itsmattkc
80a900d105
multicam: show highlight around selected source
2022-09-27 18:22:47 -07:00
itsmattkc
01c3c6050d
restored audio functionality
2022-09-27 13:46:42 -07:00
itsmattkc
a6b8b7ccbc
multicam: finished usable implementation
2022-09-25 20:26:10 -07:00
itsmattkc
e4c2f37adc
multicamnode: offset 1 and min 0
2022-09-25 18:06:27 -07:00
itsmattkc
ed58d54fa7
track: return no active elements if block is disabled
2022-09-25 18:06:17 -07:00
itsmattkc
c1c2d0bc05
Merge branch 'master' into multicam
2022-09-25 16:39:03 -07:00
itsmattkc
490677fbca
chromakey: add invert mask option
2022-09-25 10:37:02 -07:00
itsmattkc
6ce920c5c8
nodes: resolve audio jobs in the old way for now
2022-09-24 18:50:17 -07:00
itsmattkc
c0d8ff403f
nodes: rework so that jobs can be completely deferred
...
Big optimization requiring a lot of refactoring.
2022-09-24 18:44:59 -07:00
itsmattkc
cde6129868
node: simplify traverser/node globals
2022-09-23 16:59:12 -07:00
itsmattkc
d5e12eb091
mask: add invert option
2022-09-23 16:58:49 -07:00
itsmattkc
825b06f7a7
render: only use cache in offline mode
2022-09-23 12:31:17 -07:00
itsmattkc
b19730b1f5
nodes: store time with accelerated jobs
...
Fixes #2031
2022-09-23 02:55:18 -07:00
itsmattkc
b553d5afb7
nodes: implemented more distortion nodes
2022-09-22 18:12:03 -07:00
itsmattkc
2dc2edf3e0
multicam: initial implementation
2022-09-19 08:55:56 -07:00
itsmattkc
3abc9eb1d1
nodes: revise means of limiting array elements
2022-09-19 08:55:37 -07:00
itsmattkc
4dbfbd63ec
nodes: revise array type
2022-09-18 22:43:30 -07:00
itsmattkc
044551cca9
colormanager: reset default cs on config change
2022-09-16 11:54:35 -07:00
itsmattkc
f157e5014d
fix more instances where sample counts used int instead of size_t
2022-09-16 00:35:48 -07:00
itsmattkc
3003b4e849
crossdissolvetransition: use size_t instead of int for sample counts
2022-09-16 00:09:38 -07:00
itsmattkc
22b618da96
mathbase: use size_t for sample counts instead of int
2022-09-16 00:00:39 -07:00
itsmattkc
d0e12ce607
timeline: add options for manually caching and discarding parts of clips
2022-09-13 19:19:42 -07:00
itsmattkc
7c0637d428
clip: remove unnecessary lines
2022-09-08 20:28:59 -07:00
itsmattkc
97ae714017
clip: fixed issue where thumbs would be cached infinitely
2022-09-06 17:00:21 -07:00
itsmattkc
571be3d28d
timeline: added thumbnail modes that affect how much is rendered
2022-09-06 16:06:26 -07:00
itsmattkc
53def87749
timeline: request caches on import
2022-09-01 11:05:30 -07:00
itsmattkc
bc9f8c2e3b
Merge branch 'master' into cache-update
2022-08-27 10:54:20 -07:00
itsmattkc
b1b845826c
viewertexteditor: move vertical alignment options to toolbar
2022-08-25 10:17:58 -07:00
itsmattkc
54d0a94a20
Merge branch 'master' into cache-update
2022-08-18 08:12:46 -07:00
itsmattkc
4a22bf71e7
clip: fix issue with trimming in point of speed adjusted clip
2022-08-15 18:24:17 -07:00
itsmattkc
409f24be39
exportdialog: allow restoring parameters
2022-08-10 11:49:21 -07:00
itsmattkc
920a294387
shape: add rounded rectangle
2022-08-09 11:49:11 -07:00
itsmattkc
1ac205413c
footage: allow overriding YCbCr range
...
Fixes #1354
2022-08-08 12:49:50 -07:00
itsmattkc
8476c9dbeb
polygon: use gpu for upconversion
2022-07-28 09:29:38 -07:00
itsmattkc
0d8fa001a1
transformdistortnode: don't include parent in gizmo transform
2022-07-27 12:51:10 -07:00
itsmattkc
15a67bc12a
project: auto-select imported files
2022-07-26 11:39:35 -07:00
itsmattkc
f6dc3c7fcc
node: implement transform parenting
2022-07-26 11:04:24 -07:00
itsmattkc
33742a62cf
oiiodecoder: set correct stream count
...
Fixes #1985
2022-07-25 13:08:28 -07:00
itsmattkc
02f4be6e3c
footage: account for invalid streams before valid streams
...
Fixes #1983
2022-07-24 08:57:09 -07:00
itsmattkc
d7748c4ace
footage: set timebase too when merging image sequence params
2022-07-23 17:07:55 -07:00
itsmattkc
a3cde5bd44
qtutils: implement parent finder
2022-07-22 17:33:31 -07:00
itsmattkc
3fab456816
footage: merge video type
...
Fixes issue where image sequences would revert to stills after a project is loaded
2022-07-22 17:33:19 -07:00
itsmattkc
5ea97f7a64
render: remove alpha request option
2022-07-20 23:14:16 -07:00
itsmattkc
16bd15ad42
serializer: improved robustness of project saving... maybe?
...
This seems to address a bug where sometimes QXmlStreamWriter would insert nonsense null characters into a project. This is probably some real edge case like compiler optimization or some bullshit like that. I don't even know if it affects all platforms, but it definitely affected me.
2022-07-20 21:26:49 -07:00
itsmattkc
bb4bbb4fd7
gizmo: clear parent while still a gizmo
...
Fixes #1975
2022-07-20 08:25:52 -07:00
itsmattkc
35bc52ee47
serializer: show context for XML load error
2022-07-19 11:20:45 -07:00
itsmattkc
0d9727b6d2
architecture: move loop modes to clips
2022-07-17 15:22:36 -07:00