Commit Graph
400 Commits
Author SHA1 Message Date
itsmattkc 49feb12999 ported functions to new node type 2019-05-13 12:00:15 +10:00
itsmattkc 2905dce3d9 sequence encapsulation 2019-05-09 00:19:36 +10:00
itsmattkc 9a13776b2c refactored some classes 2019-05-08 00:41:44 +10:00
itsmattkc b819a30c01 merge of long discussed new pipeline 2019-05-04 10:48:20 +10:00
Troy James Sobotka 847f3a9ae2 Fix minor typo in comment
Props to @samirosman for spotting the typo in the comment
describing the proper luma / luminance weighting coefficient
for the blue REC.709 primary. Updated the other slippery "RGB"
terms to more properly reflect the assumptions.
2019-05-03 12:07:01 -07:00
itsmattkc 782edec37b moved size check in text effect 2019-05-02 21:40:18 +10:00
itsmattkc 49610d10ce Merge branch 'bugfix/texteffect-zero' of https://github.com/freshstudio/olive into freshstudio-bugfix/texteffect-zero 2019-05-02 21:39:35 +10:00
itsmattkc 1d9414d062 Merge pull request #877 from freshstudio/bugfix/875
Fix issue #875
2019-05-02 21:39:04 +10:00
itsmattkc 4bbab59d3b Merge pull request #878 from luzpaz/misc-typos
Misc. typos
2019-05-02 21:38:51 +10:00
itsmattkc ca72bdb527 Merge pull request #880 from cgvirus/master
Crop and vignette Inverse Feature added
2019-05-02 21:38:29 +10:00
itsmattkc dff8db1af2 merged despill shaders 2019-05-02 21:32:16 +10:00
itsmattkc 1621b11800 moved despill shader 2019-05-02 21:27:08 +10:00
itsmattkc 0526609e9a Merge branch 'master' into patch-3 2019-05-02 21:26:07 +10:00
Troy James Sobotka f1ff4a9047 Update coefficients to use REC.709
While still not colour managed, and grossly assuming REC.709
display referred buffers, the effect as it currently stands can be
improved to use the proper coefficients for REC.709, as opposed
to legacy REC.601. Ideally there'd be a flag somewhere to flip between
the two coefficient sets.
2019-05-01 21:31:54 -07:00
Troy James Sobotka e5152bc0c0 Fix typo in effects/shaders/chromakey.frag
Fix typo pointed out by @brimsonbhin.
2019-04-29 17:40:02 -07:00
Troy James Sobotka 5e060d3d29 Update to REC.709, not batshit crazy REC.601
Update to use REC.709 coefficients.
2019-04-28 10:42:51 -07:00
unfa b8114f63a4 Update despill.frag
Changed comment.
2019-04-28 19:03:11 +02:00
unfa 3fd7852cfa Merge branch 'master' of https://github.com/unfa/olive 2019-04-28 18:51:15 +02:00
unfa 7479cf5933 A single despill effect for improving efects of chroma keying. Works for Green, Blue and Red backgrounds, no other controls yet. Tested. 2019-04-28 18:49:07 +02:00
Fahad Hasan Pathik b4c40d7f41 vignette inverse added 2019-04-27 20:09:06 +06:00
Fahad Hasan Pathik 300d5daa2b Crop Inverse feature added 2019-04-25 21:08:03 +06:00
production 7918efb60f Removed glitch 2019-04-25 21:03:23 +06:00
production 78dcd571ab Merge branch 'master' of git://github.com/olive-editor/olive 2019-04-25 20:52:57 +06:00
luz.paz 52d03aacd6 Misc. typos
Found via ` codespell -q 3 -S *.ts,*.xml -L ba,froms,seeked`
2019-04-24 11:34:56 -04:00
Freshek c060fbd431 Fix issue #875 2019-04-24 17:20:49 +02:00
Freshek b3985b94f5 Don't render TextEffect when size is LESS THAN or EQUAL TO 0 2019-04-23 15:58:23 +02:00
itsmattkc 616e2b4740 Merge branch 'furtherocio' into nodes 2019-04-21 23:03:48 +10:00
itsmattkc ae37b927ec fixes #812 2019-04-21 23:00:00 +10:00
itsmattkc 35e0cb4f1b fixes #812 2019-04-18 02:57:21 +10:00
itsmattkc 1c6d7d0c6f correct xml structure 2019-04-17 09:57:40 +10:00
itsmattkc de69558ee5 Revert "derive clips, tracks, and sequences from the same base"
This reverts commit 1b9a963eeb.
2019-04-14 12:47:19 +10:00
itsmattkc 1b9a963eeb derive clips, tracks, and sequences from the same base 2019-04-14 11:13:00 +10:00
itsmattkc e20b1d35c2 enhancements to node edge creation 2019-04-13 10:12:36 +10:00
itsmattkc 8cd96eae64 nodes can now be connected through the node editor 2019-04-13 02:40:58 +10:00
itsmattkc b21745f694 merged effects into node structure 2019-04-12 21:50:52 +10:00
itsmattkc 83620173af ui for output rows on nodes 2019-04-12 01:44:49 +10:00
itsmattkc b8e0d12a63 moved files around, created new classes to be utilized later 2019-04-12 00:19:24 +10:00
itsmattkc 1285d70c62 node socket UI 2019-04-11 11:48:20 +10:00
itsmattkc e73011e192 made column span redundant 2019-04-11 01:40:37 +10:00
itsmattkc d3bc1d4f06 finished moving field data retrieving to row 2019-04-11 00:02:50 +10:00
itsmattkc 14ae903000 moved ID from field to row 2019-04-10 10:36:31 +10:00
itsmattkc c281e5a6ff fixed node type issues 2019-04-10 09:00:25 +10:00
itsmattkc a03879a12b restored effect field types 2019-04-09 23:06:26 +10:00
itsmattkc 7cbcb20543 created enum for more node data types 2019-04-09 20:55:25 +10:00
itsmattkc 433ae494ad some cleanup 2019-04-09 13:15:15 +10:00
itsmattkc 644d096f3c converted internal system to float 2019-04-07 13:37:28 +10:00
itsmattkc 8ed09cdccf enable ripple deleting 2019-04-06 16:12:07 +11:00
itsmattkc 2d4714547b rewrite nearly complete 2019-04-03 01:38:01 +11:00
itsmattkc 5ddf2726dd separation of ui from backend in project 2019-03-30 13:26:00 +11:00
production 197e649821 Merge branch 'master' of git://github.com/olive-editor/olive 2019-03-28 19:09:43 +06:00