Commit Graph

3702 Commits

Author SHA1 Message Date
c0ntrol
8965d18cd6 Revert "use MONOTONIC instead of REALTIME"
This reverts commit b45457d858.
2020-07-07 01:15:26 +02:00
c0ntrol
b45457d858 use MONOTONIC instead of REALTIME 2020-07-06 23:48:00 +02:00
c0ntrol
1f5fdef5a4 add black-replace FX 2020-07-06 22:17:43 +02:00
c0ntrol
b52e278484 add check on fx chain,change return type, add FIXME , some cleanup 2020-02-15 19:31:21 +01:00
c0ntrol
e3ec9dcc9d do not change shape if already set 2020-02-02 11:38:49 +01:00
c0ntrol
a4a8a0a67e fix inproper cleanup when switching samples, add bounds checking 2020-02-02 11:11:42 +01:00
c0ntrol
2e878008e3 press SHIFT+T to toggle transitions 2020-02-01 18:44:58 +01:00
c0ntrol
2ad97f5924 layout fixes 2020-01-26 13:41:03 +01:00
c0ntrol
4f27fd36f0 transitioning fixes 2020-01-26 13:20:15 +01:00
c0ntrol
c9fa06dfea update transition state in UI 2020-01-05 19:44:15 +01:00
c0ntrol
6abd8b9b45 add commandline option --borderless, restore video window to last set position when switching back from fullscreen mode 2019-11-09 16:42:17 +01:00
c0ntrol
ffc68c84a8 compile warnings 2019-11-09 16:41:02 +01:00
c0ntrol
c5278d06cb quit stream on delete, dont wait, set to error state when decoder fails 2019-11-09 16:14:08 +01:00
c0ntrol
9b99e231e2 fix feedback toggle 2019-11-09 15:32:38 +01:00
c0ntrol
93e39c840c fix number of parameters 2019-11-09 15:06:42 +01:00
c0ntrol
836a5aa2fd various fixes 2019-10-27 19:33:54 +01:00
c0ntrol
7252121928 pass pointer to chain entry, not to fx instance 2019-10-27 18:36:20 +01:00
c0ntrol
01f66af3f9 add new FX 'frame delay' 2019-10-27 18:17:05 +01:00
c0ntrol
f15e904b7c fix offline recording 2019-10-27 15:41:39 +01:00
c0ntrol
4a85116841 add transition settings to sample (testing), fix segfault at exit, fix freeze in reloaded when loading samples 2019-10-27 14:06:58 +01:00
c0ntrol
ebddb4153c push bg frame to fx chain 2019-09-15 15:11:28 +02:00
c0ntrol
e164ef5063 replay fedora fixes 2019-09-15 12:45:54 +02:00
c0ntrol
95535ce8a8 #183 refactor libvje 2019-09-08 15:08:29 +02:00
c0ntrol
c78a2967d3 refactor performer (WIP) 2019-07-21 19:27:51 +02:00
c0ntrol
2857e78b50 Merge branch 'master' into fx_transitions 2019-07-19 18:07:27 +02:00
c0ntrol
07f07a9fe6 fix infinite loop in sample randomizer when there are no samples 2019-07-11 22:37:30 +02:00
c0ntrol
fe17aeaade there is a bug that will freeze reloaded, it is waiting for data that will never arrive 2019-07-11 22:37:01 +02:00
c0ntrol
ff04950dae create feature branch for #242 2019-07-11 22:32:37 +02:00
c0ntrol
e300d0d8bc fix regression, increased length of header 2019-07-08 21:24:37 +02:00
c0ntrol
a4a988a7e3 enable average-blend FX 2019-07-08 21:24:09 +02:00
c0ntrol
5654b3bc55 Merge branch 'master' of github.com:c0ntrol/veejay 2019-07-08 20:49:29 +02:00
c0ntrol
bb09dd236e issue #205 replace gethostbyname for getaddrinfo, remove unused code 2019-07-08 20:48:49 +02:00
c0ntrol
5e14d2dc8f remove unused code, #issue 205 replace gethostbyname for getaddrinfo 2019-07-08 20:47:29 +02:00
c0ntrol
e22dfb5f1c remove unused code 2019-07-08 20:46:39 +02:00
c0ntrol
1d48a453cb remove unused code 2019-07-08 20:46:14 +02:00
c0ntrol
2149b5dd46 remove unused code 2019-07-08 20:45:56 +02:00
c0ntrol
41fd87425c remove unused code 2019-07-08 20:45:17 +02:00
c0ntrol
48d51b8021 remove unused code 2019-07-08 20:44:45 +02:00
c0ntrol
0ab66f4b6f issue #205 let apple manage its own threads 2019-07-08 19:52:53 +02:00
c0ntrol
790e2c0b9f issue #205 remove unnecessary include 2019-07-08 19:20:53 +02:00
c0ntrol
bdb76f7403 issue #205 MSG_NOSIGNAL not defined on apple machines, close socket on error, declare MSG_NOSIGNAL and set SO_NOSIGPIPE 2019-07-08 19:17:56 +02:00
c0ntrol
bf172092b2 #240 SDL_YUV_CONVERSION_JPEG etc requires at least version 2.0.8 2019-07-08 18:57:27 +02:00
c0ntrol
823b371d3e disable average blend fx 2019-07-07 23:11:00 +02:00
c0ntrol
0044dfd3fc disable ac_average fx 2019-07-07 23:06:22 +02:00
c0ntrol
a65666659f removed aclib 2019-07-07 23:01:09 +02:00
c0ntrol
957c0ebc39 removed aclib 2019-07-07 23:00:22 +02:00
c0ntrol
37d89e6c07 #240 (black is not black), fix CCIR601 and JPEG yuv ranges, fix parsing FX list, drop aclib, fix compile warnings, remove obsolete code, support all sampling types in dv video, fix rgb yuv color conversion formula, conditionally set SDL yuv range 2019-07-07 22:50:20 +02:00
c0ntrol
9c430b3999 #194 add debug statement to help debug this issue 2019-07-05 21:21:18 +02:00
c0ntrol
42b89bd49a fix loading action files via menu 2019-07-05 21:20:22 +02:00
c0ntrol
874b7b1234 #194 update modifier value 2019-07-05 20:56:16 +02:00