Commit graph

17 commits

Author SHA1 Message Date
Zakk
652e4e0b80 Cleaned up init functions of some input plugins; defer heavy initialization until required 2017-04-09 10:52:28 -04:00
Zakk
d61c019ad4 Add animatable volume control to audio nodes 2017-04-09 08:51:13 -04:00
Zakk
ada259ac61 Newly added sources are now auto-centered in the layout and sized according to their source size. If the input is bigger than the layout window it is resized to the layout's dimensions. 2016-11-25 12:02:45 -05:00
Zakk
8eba5fa9b2 Merge branch '2.0UI' 2016-11-19 10:34:15 -05:00
Zakk
cb449e5bc2 Some updates for Sierra, hack for the stupid individual transition add+effect.
Remove dependency on SyphonInject extra menu
2016-08-31 06:30:43 -04:00
Zakk
4152dc6c59 More work on OAuth2 service.
change to stream service protocol and OutputDestination to support async/delayed fetching of output destination.
Twitch output config allows re-auth to a different account and auto-fetching of the stream key when stream starts.
2016-07-23 15:47:33 -04:00
Zakk
eef5f972b6 Set version to 2.0.8. Change FFMpeg movie source to deployment target 10.8 so assets work on 10.9 2016-07-04 14:11:53 -04:00
Zakk
68b608eca0 Fix circular retain due to blocks 2016-07-02 23:56:09 -04:00
Zakk
e4b1435916 Added options for starting playback and seeking when movies go live 2016-07-02 23:50:31 -04:00
Zakk
d8c8b403e5 Twiddle settings on NSTreeController so it stops retaining objects even if they're deleted from the bound array 2016-07-02 21:48:42 -04:00
Zakk
b1d94a41fc Change to converting output frames to AV_PIXFMT_NV12, as this is easier to convert to a CVPixelBuffer without weird padding/interleaving issues 2016-06-27 11:16:50 -04:00
Zakk
bd17b49612 Allow/cleanup manual adding of Movie source strings (paths or network urls) 2016-06-27 06:04:35 -04:00
Zakk
41f3c337ab Renamed FFMPeg to 'Movie' and the old movie to 'AppleMovie' 2016-06-27 04:35:17 -04:00
Zakk
127f5933e8 Reworked FFMPeg player UI. It's almost useful now 2016-06-27 04:06:03 -04:00
Zakk
72cb859148 Holy shit seeking doesn't desync audio now 2016-06-25 10:03:50 -04:00
Zakk
9b6a2c453d Change how audio thread is handled so pausing and flushing is more responsive.
Allow seeking and pausing to work together.
2016-06-23 07:29:42 -04:00
Zakk
4c7bdb9cce Added start of ffmpeg based movie source. A/V sync is slightly off after seeking, nothing saves and it doesn't quite have the repeat/pause controls of the previous Movie source. WIP. 2016-06-20 05:38:56 -04:00