Commit Graph

443 Commits

Author SHA1 Message Date
veejay
13f86c594b update build scripts 2023-09-08 10:16:38 +02:00
veejay
de704711dd add aarch64 to configure scripts 2023-09-04 21:40:21 +02:00
veejay
d0a89b8966 file descriptor fixes 2023-09-04 01:00:01 +02:00
veejay
19f43f5a06 replace strtok for strtok_r 2023-09-04 00:53:21 +02:00
veejay
bf653c5970 bug fixes 2023-09-04 00:37:54 +02:00
veejay
7908579baf fix bugs 2023-09-03 23:48:18 +02:00
veejay
ba424df2af fix bugs 2023-09-03 23:42:33 +02:00
veejay
eccca5c7ce fix #266 and other issues 2023-09-03 18:58:59 +02:00
veejay
6c34ddf5da remove signal block, callback function checks on status_lock 2023-09-03 18:12:07 +02:00
veejay
7526982de2 Merge branch 'master' into master 2023-04-15 02:34:01 +02:00
veejay
517fec6b1e update build for newer systems 2023-03-26 23:35:13 +02:00
vboxuser
e7d45616bf plain mode playback check 2023-03-26 23:34:33 +02:00
Jerome Blanchi aka d.j.a.y
af9e307eec Reloaded/transition : various fixes (bis repetita)
* add info->status_lock mechanics
* block signals when refreshing length and shape values
* shared gtkadjustement for shape, unique for length stream and sample
* adjust some gtkspinbutton properties, (numeric only)
* rename tag_transition_* --> stream_transition
* fix transition length start value calling update_spin_range2
2020-08-17 19:42:45 +02:00
Jerome Blanchi aka d.j.a.y
8a4e3cc56c Reloaded : Fix transitions state update 2020-08-17 19:42:45 +02:00
Jerome Blanchi aka d.j.a.y
b4ac2c3c7f Reloaded :Fix Crash updating "entry_samplename" playing "plain video"
Fix
* crash passing in plain video mode [/] and
* crash starting in plain video mode

Bonus, some comments...
2020-08-17 19:42:45 +02:00
c0ntrol
554e0c8655 #255 buffered stream support 2020-07-29 23:46:12 +02:00
Jerome Blanchi aka d.j.a.y
d182b05bf7 Reloaded: finally, fix "entry_samplename" ! 2020-07-29 14:41:00 +02:00
Jerome Blanchi aka d.j.a.y
1e5d6304e5 fix build
(still some problem displaying the sample name...???!)
2020-07-29 14:41:00 +02:00
Jerome Blanchi aka d.j.a.y
a5e0ea3f94 Reloaded: fix updating of "entry_samplename"
Before, entry_samplename entry box was often empty!
2020-07-27 20:38:40 +02:00
Jerome Blanchi aka d.j.a.y
718bed5e17 Reloaded : transition / use same callback [fix previous] 2020-07-24 18:43:10 +02:00
Jerome Blanchi aka d.j.a.y
22a7ae491f Reloaded : transition / use same callback for sample and stream 2020-07-22 07:42:42 +02:00
Jerome Blanchi aka d.j.a.y
1442b4623a reloaded : transition - prevent signal(s) propagation
Block "value-changed" signal to prevent propagation when updating ui
from server data.
2020-07-22 07:42:42 +02:00
c0ntrol
1caec9b9a0 reset curve type to default 2020-07-20 20:26:51 +02:00
c0ntrol
c6bda71a74 WIP 2020-07-19 23:09:02 +02:00
c0ntrol
a56a4b3d18 WIP 2020-07-16 22:15:43 +02:00
c0ntrol
6f75543c70 Merge branch 'fx_transitions' of github.com:c0ntrol/veejay into fx_transitions 2020-07-07 21:40:31 +02:00
c0ntrol
a16d153ad8 use monotonic clock instead of system clock, allow calibration of any stream source and not just video4linux devices 2020-07-07 21:38:45 +02:00
Jerome Blanchi aka d.j.a.y
6bb795b742 UI : Add reset buttons for initial Sample Start/End
Where :
* Reloaded -> Panel Sample n -> Properties -> Sample Start-End
2020-06-11 19:06:17 +02: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
c9fa06dfea update transition state in UI 2020-01-05 19:44:15 +01:00
c0ntrol
9b99e231e2 fix feedback toggle 2019-11-09 15:32:38 +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
ff04950dae create feature branch for #242 2019-07-11 22:32:37 +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
42b89bd49a fix loading action files via menu 2019-07-05 21:20:22 +02:00
Niels
86bf9bae61 Merge pull request #239 from d-j-a-y/djay_help_update
Help update / NET.txt remane + various and a bit of code!
2019-07-05 17:42:38 +02:00
Niels
f69bd1251d Merge pull request #237 from d-j-a-y/djay_gtk3_polish
minor fixes menu/midi + save/load dialog
2019-07-05 17:42:27 +02:00
c0ntrol
0975995b39 fix issues sending vims messages 2019-07-05 15:41:27 +02:00
Jerome Blanchi aka d.j.a.y
84037ea1fe HelpUpdate : Reloaded / fix -?/--help using native g_option_context_get_help 2019-07-02 20:28:29 +02:00
Jerome Blanchi aka d.j.a.y
75b4a3f0b2 HelpUpdate : client/README 2019-07-02 20:28:29 +02:00
Jerome Blanchi aka d.j.a.y
965c6e76f2 Reloaded : fix and minor improv save/load dialog
* add default file name for all kind of saving files
* fix rules for open file filters
* fix some memory leak
* remove a GTK2 reference
2019-07-01 23:49:47 +02:00
Jerome Blanchi aka d.j.a.y
6d91a79d0d Reloaded : fix midi learning state and menu. 2019-07-01 23:49:46 +02:00
c0ntrol
2c478d5f8c gremlin bypass 2019-06-30 17:02:39 +02:00
c0ntrol
dfcf3fb521 fix #234 wrong order of arguments to vevo_property_set 2019-06-29 17:26:53 +02:00
c0ntrol
7c08b6d3f6 fix #232 -? --help in reloaded 2019-06-27 19:56:44 +02:00
c0ntrol
e1b52c8c60 fix #231, dont keep vims_bundles on top level, set flag to destroy dialog windows when parent is destroyed 2019-06-27 19:49:50 +02:00
c0ntrol
5a46c6f644 fix #217 2019-06-20 20:04:27 +02:00
Jerome Blanchi aka d.j.a.y
ed2c3243bb Reloaded3 : curve - missing update on curve_buttonclear 2019-06-17 23:42:34 +02:00