itsmattkc
f81445527f
timebasedwidget: automatically connect scale and scrollbars
2022-10-24 11:18:42 -07:00
itsmattkc
fa6a75cda1
Merge branch 'master' of https://github.com/olive-editor/olive
2022-10-24 10:45:49 -07:00
itsmattkc
840fc0f212
timeline: when deleting all gaps, switch to a ripple delete
2022-10-24 10:45:48 -07:00
itsmattkc
876bc26a5c
decoder: track divider in cached frame
2022-10-24 10:13:17 -07:00
itsmattkc
3ae7f0ff7e
diptocolortransition: ensure base params are retranslated too
2022-10-24 10:05:49 -07:00
itsmattkc
f4011db5b4
diptocolortransition: ensure input name is set
2022-10-24 09:28:15 -07:00
itsmattkc
89677ce7e4
transition: push null texture if none exists
2022-10-24 09:19:44 -07:00
itsmattkc
a3f4ebdb6d
node/ui: limit amount of selectable nodes for performance
2022-10-23 21:24:49 -07:00
itsmattkc
fc56058e8a
nodes: allow two texture inputs in opacity
2022-10-23 20:23:48 -07:00
itsmattkc
93f88042d1
math: use operation by default for name
2022-10-23 19:52:08 -07:00
itsmattkc
6ce80f4469
multicamnode: use combobox for current source instead of int
2022-10-23 12:31:42 -07:00
itsmattkc
5096278e60
nodes: use much smarter time transform function
...
Fixes #2042
2022-10-23 12:15:36 -07:00
itsmattkc
86a5a0fcfd
timeline: commit imported footage before connecting
...
Fixes #2065
2022-10-23 10:01:43 -07:00
itsmattkc
b71a976175
core: save recent projects list on change rather than on exit
2022-10-23 10:01:17 -07:00
itsmattkc
70b4292627
exportdialog: fix bug where files would always be imported after export
...
Fixes #2069
2022-10-23 09:36:38 -07:00
itsmattkc
9b0ba2a6c4
transition: show in param view
2022-10-16 09:43:02 -07:00
itsmattkc
f39a3b0ece
timeline: check for locked tracks on split at playhead
2022-10-14 02:28:25 -07:00
itsmattkc
7791dde954
ffmpegdecoder: use inline avtimebase rather than macro
2022-10-11 00:59:12 -07:00
itsmattkc
fb566f2d9e
ci: attempt to make dmg for macOS
2022-10-11 00:54:39 -07:00
itsmattkc
b76e9cbdbe
openglrenderer: revert back to glFlush
...
Just can't win with this one. I started with glFinish because it's technically the correct option, however it caused issues on a GPU, so I switched it out for glFlush. Then I started noticing other frame sync oddities that would be fixed by using glFinish, so I switched back. Now, not only is it causing GPU issues on one system, it seems to be causing GPU issues on others too. So now glFlush seems like the lesser of the two evils, and I'm just going to have to find a way around the aforementioned frame sync issues.
2022-10-11 00:31:12 -07:00
itsmattkc
e17a24021f
ffmpegdecoder: disable interlaced scaling
...
So for some reason enabling interlaced scaling causes memory corruption. Is it an FFmpeg bug or ours? I have no idea. But it only happens if interlaced scaling is enabled. If it isn't, either by forcing it off or deinterlacing it beforehand, it doesn't happen. Since scaling is only done for low quality preview, I opted to just disable it, but maybe I'll decide against it later.
2022-10-11 00:27:27 -07:00
itsmattkc
202342e24f
ffmpegdecoder: factor in AVFormatContext::start_time
2022-10-11 00:25:56 -07:00
itsmattkc
01874ba786
videoparams: add interlacing to == operator
2022-10-10 23:24:19 -07:00
itsmattkc
92bf60cc72
videoparams: prevent divided depth from becoming 0
2022-10-10 22:40:23 -07:00
itsmattkc
6f0e35bcd6
audioparams: move calculate_channel_count definition to source file
2022-10-10 22:39:17 -07:00
itsmattkc
4f6dd6aeb1
ffmpegdecoder: offset target timestamp by start timestamp
...
Fixes #2054
2022-10-10 18:54:45 -07:00
itsmattkc
bb63b6968c
decoder: use atomic int instead of mutex for access time
...
Prevents main thread from getting hung up if the decoder is doing something slow
2022-10-10 18:54:45 -07:00
itsmattkc
1765b8ab17
footage: don't use a divider higher than the global
2022-10-07 21:10:45 -07:00
itsmattkc
5420ceaa6f
exportdialog: don't double-set data
2022-10-06 09:47:04 -07:00
itsmattkc
0eadea8607
exportdialog: if using last used, set combobox to reflect that
2022-10-06 09:43:24 -07:00
itsmattkc
184e43fb68
encodingparams: fix bug where pixel aspect wasn't serialized
2022-10-06 09:42:57 -07:00
itsmattkc
2076d0b2c5
exportdialog: ignore preset combobox change when loading presets
2022-10-06 00:46:32 -07:00
itsmattkc
b2b32805ee
ffmpegdecoder: ensure scaled frame is unref'd
2022-10-06 00:32:24 -07:00
itsmattkc
9ccf6fc1ab
node: updated incompatible function
2022-10-05 21:10:55 -07:00
itsmattkc
fa8dc8892b
clip: limit input node lookup to 1
2022-10-05 21:01:15 -07:00
itsmattkc
1fe91ada05
footage: use null timestamp for invalid footage modified time
2022-10-05 21:01:04 -07:00
itsmattkc
d9c50ce176
clip: limit maximum multicam to 1
2022-10-05 20:54:17 -07:00
itsmattkc
4ea1870098
exportdialog: fixed bug where format change signal didn't fire when loading preset
2022-10-05 16:04:42 -07:00
itsmattkc
906f802422
viewer: only render sequence waveforms when waveform view is visible
2022-10-04 21:51:05 -07:00
itsmattkc
5d5b2440a1
ffmpegdecoder: improved glsl and swscale interoperability
2022-10-04 21:24:05 -07:00
itsmattkc
ef8996d48f
nodes: allow ignoring specific inputs for rendering
...
Also ignore sequence input on multicam
2022-10-04 21:13:01 -07:00
itsmattkc
73e1e60f82
Revert "ffmpegdecoder: removed conflicting deinterlacing code"
...
This reverts commit 95851c0656 .
2022-10-04 20:52:56 -07:00
itsmattkc
c173bcad2a
mainwindow: remove timeline from "main time panels" when destroyed
...
Fixes potential crash with multiple sequences
2022-10-04 20:52:38 -07:00
itsmattkc
783d9af864
encoder: fix bug where audio bitrate wasn't serialized
2022-10-04 12:36:19 -07:00
itsmattkc
75e78ae1e0
ffmpegdecoder: minor code cleanup
2022-10-04 11:29:28 -07:00
itsmattkc
95851c0656
ffmpegdecoder: removed conflicting deinterlacing code
2022-10-04 11:08:33 -07:00
itsmattkc
5a15e2df50
core: limit recently opened projects size
2022-10-04 11:08:15 -07:00
itsmattkc
42ba84bf5f
multicam: finished UI implementation
2022-10-03 17:24:09 -07:00
itsmattkc
3275dac50f
decoder: fixed longstanding audio sync issue
...
Wow this has probably been a bug for 3 years straight
2022-10-03 15:30:52 -07:00
itsmattkc
9d2a9a632c
textv3: fix possible var size issue
2022-10-02 14:35:36 -07:00
itsmattkc
a6315a780d
timeline: started implementation of multicam function
2022-10-02 12:25:01 -07:00
itsmattkc
681e66f34c
multicam: ensure node is disconnected when closing
2022-10-02 12:02:50 -07:00
itsmattkc
8a2f2912b4
multicam: allow overrides by selecting multicam nodes in nodeview
2022-10-02 11:23:55 -07:00
itsmattkc
2aaf96d55b
multicamnode: only push active element if element exists
2022-10-02 11:00:32 -07:00
itsmattkc
2f9ec9d13e
node: improved input error reporting
2022-10-02 11:00:14 -07:00
itsmattkc
ecb901ea9a
multicamwidget: look for multicams in clip links
2022-10-02 10:48:24 -07:00
itsmattkc
14c7bd6dbc
multicam: implemented queuing of future node selections during playback
2022-10-02 10:39:35 -07:00
itsmattkc
14bf515d3f
multicam: various improvements
2022-10-01 16:57:46 -07:00
itsmattkc
e91ae5e4df
Merge branch 'master' into multicam
2022-10-01 13:51:04 -07:00
itsmattkc
df97df635d
timeline: implement nest function
...
Also includes some improved cache/request code
2022-10-01 13:04:51 -07:00
itsmattkc
69679d4494
Merge branch 'master' into multicam
2022-10-01 10:00:23 -07:00
itsmattkc
087325e4b2
audiowaveformview: fixed bug with waveform update signal
2022-10-01 09:57:28 -07:00
itsmattkc
895250ab48
viewer: fix issue with waveform on footage
2022-10-01 09:57:00 -07:00
itsmattkc
df0a52b3c6
track: ensure copies are within bounds
2022-09-30 16:01:36 -07:00
itsmattkc
76e0e2bd13
Merge branch 'master' into multicam
2022-09-29 21:18:30 -07:00
itsmattkc
2d0af6f335
track: fix audio regression
2022-09-29 20:19:32 -07:00
itsmattkc
640e6741f4
multicam: prioritize current clip under playhead
2022-09-29 19:45:38 -07:00
itsmattkc
6e183fe4be
multicam: refactor to heavily optimize multicam monitor retrieval
2022-09-29 17:50:09 -07:00
itsmattkc
b28495c7a6
nodeparamview: speed up node adding
2022-09-28 19:56:18 -07:00
itsmattkc
63163ba23e
viewer: fix crash on some gizmos
2022-09-28 17:58:52 -07:00
itsmattkc
74a1ec1479
multicam: implement clip splitting
2022-09-28 17:57:09 -07:00
itsmattkc
06c7dacf86
audiowaveformcache: mark function override
2022-09-28 08:45:03 -07:00
itsmattkc
fe159bdd73
rendermanager: use multithreading for waveforms
2022-09-27 22:06:05 -07:00
itsmattkc
af8c0942f0
audiovisualwaveform: remove debug line
2022-09-27 22:00:32 -07:00
itsmattkc
fc579356d9
audiovisualwaveform: allow arbitrary offsets for waveforms
2022-09-27 21:59:35 -07:00
itsmattkc
149b1b3690
audiowaveformcache: improve passthrough system
2022-09-27 21:17:37 -07:00
itsmattkc
a29fa4bc4d
fixed generator with merge issue
2022-09-27 18:44:00 -07:00
itsmattkc
80a900d105
multicam: show highlight around selected source
2022-09-27 18:22:47 -07:00
itsmattkc
c0d8d24c47
viewer: fix incorrect if statement bug
2022-09-27 17:01:40 -07:00
itsmattkc
01c3c6050d
restored audio functionality
2022-09-27 13:46:42 -07:00
itsmattkc
9d54e24d9d
colorvalueswidget: detect rgba hex
2022-09-26 08:33:24 -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
15d786538a
multicampanel: move to viewerpanelbase
2022-09-25 18:06:02 -07:00
itsmattkc
c1c2d0bc05
Merge branch 'master' into multicam
2022-09-25 16:39:03 -07:00
itsmattkc
00526fe954
timeline: use different shadow color if block is disabled
2022-09-25 16:36:12 -07:00
itsmattkc
c34416a478
colordialog: add support for swatches
2022-09-25 14:27:15 -07:00
itsmattkc
490677fbca
chromakey: add invert mask option
2022-09-25 10:37:02 -07:00
itsmattkc
f4b6156488
markerpropertiesdialog: focus label edit on startup
2022-09-25 10:27:47 -07:00
itsmattkc
b0b1c031d1
aboutdialog: make text selectable
...
Fixes #2038
2022-09-25 10:26:10 -07:00
itsmattkc
34f9034985
timeline: fast draw clips that take up a small amount of space
2022-09-25 09:33:10 -07:00
itsmattkc
3138e676af
playbackcache: clear cache if state file does not exist
2022-09-24 19:04:57 -07:00
itsmattkc
f12553c80a
renderprocessor: remove debug lines
2022-09-24 18:59:38 -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
658fe9da7e
playbackcache: keep track of cache file time to prevent unnecessary loads
2022-09-23 17:54:46 -07:00
itsmattkc
81b7c79a14
openglrenderer: use glFinish again...
...
This will break some systems, but is necessary for frames not to corrupt under some circumstances. It sucks but that's the tradeoff we have to make.
I think it's time to get off OpenGL. It's not worth it anymore.
2022-09-23 17:53:43 -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