itsmattkc
180be5fe46
audiomonitor: use samplebuffer directly
...
Pushing bytes was broken and pretty much pointless anyway, this should be faster and easier to use too
2022-05-06 09:36:06 -07:00
itsmattkc
ef046d5ed6
mathbase: don't push sample job if no samples are found
...
Not sure what this code was supposed to do, but this doesn't look right at all
2022-05-06 09:12:22 -07:00
itsmattkc
bd6f0257e5
viewer: use output params to calculate notify interval
2022-05-06 09:01:03 -07:00
itsmattkc
0775143485
nodes: slightly improve descriptions
2022-05-05 17:30:54 -07:00
itsmattkc
6286b7091c
sliders: implement color coding for clarity
2022-05-05 17:29:40 -07:00
itsmattkc
d1c0734ff0
Merge branch 'master' into pr/1875
2022-05-05 16:53:57 -07:00
itsmattkc
0e3d6ef374
Merge pull request #1917 from pgilfernandez/icon_text_edit
...
Icon text-edit
2022-05-05 16:49:46 -07:00
itsmattkc
5920af9901
fixed issue with audio failing to resolve
...
Regression, particularly evident in footage viewer
2022-05-05 16:49:15 -07:00
itsmattkc
5bed4396ea
use audioprocessor to match device's output
2022-05-05 16:32:17 -07:00
itsmattkc
d727ab5353
viewer: fixed audio reverse playback regression
2022-05-05 15:30:34 -07:00
itsmattkc
9ec42c792a
audio: merged all processors into single versatile object
2022-05-05 15:28:32 -07:00
itsmattkc
8ba1b231a3
packaging: add macos mic permission description
2022-05-05 14:40:56 -07:00
itsmattkc
591d02bdd6
audiomanager: fix crash and return error text if applicable
2022-05-05 11:47:53 -07:00
itsmattkc
fd692e6910
rendertask: always wait for watchers to finish
...
I don't know why this wasn't written to do this before, perhaps I thought waiting for the thread would achieve this goal. Anyway, in my testing, this ensures render jobs are complete before the task returns.
Fixes #1899
Fixes #1900
2022-05-05 09:39:52 -07:00
itsmattkc
4acb89ab1e
minor formatting
...
Yes, we will get a proper clang-format at some point
2022-05-05 09:35:35 -07:00
Pablo Gil
a059216b07
fix dark colors
2022-05-05 11:14:56 +02:00
Pablo Gil
37668aeddc
Text edit icon
2022-05-05 11:03:41 +02:00
luz paz
19dc803020
Fix misc. source comment typos
2022-05-04 19:53:53 -04:00
itsmattkc
ac7ff774e0
subtitle: disable flag to not show in param view
2022-05-04 15:19:34 -07:00
itsmattkc
8f7280dd09
clip: add missing retranslate
2022-05-04 15:19:20 -07:00
itsmattkc
81e2628cbb
Merge branch 'master' into pr/1875
2022-05-04 15:04:28 -07:00
itsmattkc
102ce9aa7b
nodeparamview/nodeview: connect selections and enable multi-select in npv
2022-05-04 14:59:51 -07:00
itsmattkc
07519a952e
traverser: handle invalid audio params
2022-05-04 14:25:15 -07:00
Thomas Wilshaw
2827758fae
Cleanup
2022-05-04 20:04:43 +01:00
itsmattkc
494370cc49
timeline: add rename action
...
This used to be possible in properties, but then the properties action changed. Oops.
2022-05-04 11:04:34 -07:00
itsmattkc
d55d9c820f
code: use macros for default node functions
...
Easier to maintain
2022-05-04 11:01:17 -07:00
itsmattkc
91b761693b
code: use config macro
...
Macro is much easier to use and more readable
2022-05-04 09:50:34 -07:00
Bennett Anderson
31dc557909
Update copyright year
2022-05-04 09:47:17 -07:00
Bennett
f9db19e91c
Always prefer constexpr when possible
2022-05-04 09:39:43 -07:00
Bennett
11ea7fcb71
Initial threadpool rewrite/cleanup
2022-05-04 09:39:43 -07:00
itsmattkc
5f13a83009
footage: support multi-layered images
...
Fixes #982
2022-05-04 09:27:34 -07:00
itsmattkc
a3c52cafaa
traverser: fixed regression regarding converting generated frames
2022-05-03 20:49:44 -07:00
itsmattkc
d8a944c8c4
port more nodes to use recursive jobs
2022-05-03 20:34:17 -07:00
itsmattkc
b8834b6257
Merge branch 'master' into pr/1875
2022-05-03 19:06:21 -07:00
itsmattkc
5f116633c5
colorvalueswidget: fix picker emitting wrong color
2022-05-03 19:05:28 -07:00
itsmattkc
e7b49f311d
shapenodebase: move base translate
2022-05-03 19:05:11 -07:00
itsmattkc
50ec381537
remove latent kColorTransformJob types
2022-05-03 18:55:39 -07:00
itsmattkc
7cbca303e8
Merge branch 'master' into pr/1875
2022-05-03 18:51:59 -07:00
itsmattkc
329dfb7913
renderer: resolve jobs at the end
2022-05-03 18:43:12 -07:00
itsmattkc
fa1a57318b
Merge branch 'master' of https://github.com/olive-editor/olive
2022-05-03 17:10:08 -07:00
itsmattkc
6512774b86
code: conform traverser buffer creation
...
Helps ensure parity between traverser and render processor
2022-05-03 17:10:03 -07:00
itsmattkc
b00609111e
Merge pull request #1909 from aeroc7/ub_fixes
...
Fix undefined behavior: return timestamp of 0 if 'time' is NaN
2022-05-03 15:52:33 -07:00
itsmattkc
0e490b94e5
nodes: implemented recursive jobs
2022-05-03 15:03:14 -07:00
Thomas Wilshaw
a508bd8cad
Add mask controls to the chroma key node
2022-05-03 22:50:59 +01:00
itsmattkc
4249b82cfc
suppress pointless gcc warning
2022-05-03 14:35:43 -07:00
itsmattkc
5d06c58a29
text: update code for new job system
2022-05-03 14:25:29 -07:00
itsmattkc
d6670dfe47
nodeparamview: correct bool mistake
2022-05-03 14:23:53 -07:00
itsmattkc
82bd6a103c
timeline: implement reveal in project action
2022-05-03 14:23:41 -07:00
Thomas Wilshaw
5d0e90e6e4
Set default connection
2022-05-03 22:15:00 +01:00
itsmattkc
7fbe711866
audio: correctly report packed format to encoder
2022-05-03 13:53:53 -07:00