itsmattkc
|
7c0f60df43
|
backend for marker drawing (#123)
|
2018-09-24 22:21:59 +10:00 |
|
itsmattkc
|
b88468f9e3
|
implemented auto-scaling
|
2018-09-24 14:40:58 +10:00 |
|
itsmattkc
|
64d6c3a874
|
added backend for autoscale
|
2018-09-22 22:05:38 +10:00 |
|
itsmattkc
|
d6c8f3844f
|
minor improvements
|
2018-09-22 21:58:16 +10:00 |
|
itsmattkc
|
b1c3f44b04
|
implemented undos for effect fields that aren't keyframed
|
2018-09-20 21:34:36 +10:00 |
|
itsmattkc
|
152a2662ec
|
added UI for VBR and noise object
|
2018-09-18 21:56:38 +10:00 |
|
itsmattkc
|
a267693213
|
fixed another overhaul crash
|
2018-09-18 21:27:28 +10:00 |
|
itsmattkc
|
1793c7837c
|
fixed issue with undo overhaul
|
2018-09-18 21:06:56 +10:00 |
|
itsmattkc
|
c783a2a1b2
|
revamped undo system in preparation for marker support
|
2018-09-14 00:28:41 +10:00 |
|
itsmattkc
|
8b2408d4c1
|
disabled title/action safe areas when rendering
|
2018-09-13 20:17:56 +10:00 |
|
itsmattkc
|
1c7d22a5cd
|
added title/action safe areas
|
2018-09-13 20:17:06 +10:00 |
|
itsmattkc
|
ac9233fade
|
added proper timecodes in the timeline
|
2018-09-12 21:34:43 +10:00 |
|
itsmattkc
|
706238590b
|
various improvements
|
2018-09-12 17:40:16 +10:00 |
|
itsmattkc
|
a2e73fd87e
|
progress on NULL audio
|
2018-09-10 15:00:09 +10:00 |
|
itsmattkc
|
52c57019fc
|
added holding shift for multiple timeline creations
|
2018-09-10 11:25:09 +10:00 |
|
itsmattkc
|
5c7d08f162
|
fixed an import crash and updated multiple clip code
|
2018-09-10 10:51:45 +10:00 |
|
itsmattkc
|
96802e971a
|
made tone effect, doesn't yet work on NULL clips
|
2018-09-09 16:36:50 +10:00 |
|
itsmattkc
|
779e6b0a24
|
implemented bars object
|
2018-09-07 16:10:07 +10:00 |
|
itsmattkc
|
d1de02d28f
|
added text/solid/bar objects and fixed several keyframe bugs
|
2018-09-07 15:42:22 +10:00 |
|
itsmattkc
|
2326fb43f3
|
fixed #118
|
2018-09-06 16:47:22 +10:00 |
|
itsmattkc
|
614488fd7f
|
updated readme
|
2018-09-06 11:14:53 +10:00 |
|
itsmattkc
|
9d185e0a40
|
several small bug fixes
|
2018-09-03 12:58:21 +10:00 |
|
itsmattkc
|
2dd58e3df3
|
fixed hilarious alt drag bug
|
2018-09-02 23:03:29 +10:00 |
|
itsmattkc
|
0e8810109a
|
ported ALL effects to opengl
|
2018-09-02 16:57:50 +10:00 |
|
itsmattkc
|
cf35ea23bb
|
fixed effects when opengl context changes
|
2018-09-01 17:37:34 +10:00 |
|
itsmattkc
|
21b408f5cb
|
fixed rendering with new playback system
|
2018-09-01 12:00:15 +10:00 |
|
itsmattkc
|
24c3ff647c
|
fixed opengl context corruption when docking/undocking viewer
|
2018-08-31 15:11:32 +10:00 |
|
itsmattkc
|
213e989271
|
implemented low quality gaussian blur
|
2018-08-30 10:38:05 +10:00 |
|
itsmattkc
|
57fa7f1842
|
fixed some nesting issues
|
2018-08-28 20:40:37 +10:00 |
|
itsmattkc
|
083954cd06
|
added noise effect and drawing nested sequences to texture
|
2018-08-28 12:52:15 +10:00 |
|
itsmattkc
|
a4246d1235
|
added #114
|
2018-08-26 19:06:05 +10:00 |
|
itsmattkc
|
0f00f3fdc2
|
ported solid effect to glsl
|
2018-08-24 18:04:28 +10:00 |
|
itsmattkc
|
b3c41b6305
|
fixed still image shenanigans
|
2018-08-24 15:24:33 +10:00 |
|
itsmattkc
|
48867ba239
|
improved effects
|
2018-08-24 13:31:32 +10:00 |
|
itsmattkc
|
1ead2a38a8
|
audio keyframing implemented
|
2018-08-22 20:12:18 +10:00 |
|
itsmattkc
|
71b2bcf16f
|
fixed text-based keyframes
|
2018-08-21 09:08:41 +10:00 |
|
itsmattkc
|
263bf090b4
|
made all keyframes editable and undoable
|
2018-08-20 23:35:56 +10:00 |
|
itsmattkc
|
b0e76efd27
|
workaround for qt's dock jump bug
|
2018-08-20 13:11:41 +10:00 |
|
itsmattkc
|
b06ab214ea
|
restored swscale and updated opengl fx spec
|
2018-08-20 12:36:53 +10:00 |
|
itsmattkc
|
14648d2e51
|
more keyframe improvements
|
2018-08-19 23:03:39 +10:00 |
|
itsmattkc
|
d724a06e5a
|
HOT progress on keyframing and fixed invert filter for GL ES
|
2018-08-19 20:32:49 +10:00 |
|
itsmattkc
|
859a17dfda
|
half way through keyframes data
|
2018-08-19 15:53:35 +10:00 |
|
itsmattkc
|
dacf0efd9a
|
better timeline scrollbars
|
2018-08-18 22:17:33 +10:00 |
|
itsmattkc
|
2b3d9636db
|
started frontend for effect keyframes
|
2018-08-18 20:35:19 +10:00 |
|
itsmattkc
|
2dde8bde77
|
further progress on ffmpeg filters
|
2018-08-17 21:21:18 +10:00 |
|
itsmattkc
|
c519dbdf48
|
fixed export and timeline crashes and way better titler
|
2018-08-15 15:18:47 +10:00 |
|
itsmattkc
|
e19eb0f54c
|
improved effects signalling
|
2018-08-15 08:52:34 +10:00 |
|
itsmattkc
|
aa1096d86a
|
vastly improved audio
|
2018-08-14 20:25:56 +10:00 |
|
itsmattkc
|
d549586761
|
sweeping vfx rewrite
|
2018-08-14 15:50:16 +10:00 |
|
itsmattkc
|
7e6d4dce20
|
nicer effects panel, improved split selection
|
2018-08-11 20:06:20 +10:00 |
|