Jon Beniston
|
97496ae9f9
|
Install debug symbols on Windows for debug builds
|
2022-02-06 12:56:58 +00:00 |
|
f4exb
|
98b305f320
|
Make rollup state a serializable object so that it can be dumped in JSON format for the API. Prerequisite tp #1050
|
2022-01-09 05:27:12 +01:00 |
|
f4exb
|
128dd03684
|
New Jogdial Controller feature plugin. Implements #1088
|
2022-01-06 22:47:41 +01:00 |
|
f4exb
|
8a438a94c1
|
API: implemented Channel Marker in Rx channels and complete serializable objects for some
|
2021-12-03 23:11:56 +01:00 |
|
Edouard Griffiths
|
cab9dc6094
|
Merge pull request #1056 from srcejon/channel_help
Add links to documentation
|
2021-11-24 22:02:11 +01:00 |
|
Jon Beniston
|
03004e00f7
|
Add links to documentation
|
2021-11-24 11:31:51 +00:00 |
|
Jon Beniston
|
2e68017b12
|
Save/restore rollup state in channel plugins
|
2021-11-24 09:50:42 +00:00 |
|
f4exb
|
e2923696b4
|
Updated versions and changelogs
|
2021-11-06 21:33:26 +01:00 |
|
f4exb
|
9a7337f3d8
|
DATV demod: fixed missing method
|
2021-11-04 00:13:08 +01:00 |
|
f4exb
|
b0c49f3b50
|
DATV demod: API updates and small fixes
|
2021-11-03 21:56:33 +01:00 |
|
f4exb
|
4b1a861717
|
DATV demod: de-couple MER and CNR GUIs from core
|
2021-11-03 21:56:33 +01:00 |
|
f4exb
|
ed720673f3
|
DATV demod: API enhancements with report
|
2021-11-03 21:56:33 +01:00 |
|
f4exb
|
f04741d692
|
Fixed some plugins layout so that they work with new rollup widget
|
2021-11-01 02:11:47 +01:00 |
|
Jon Beniston
|
8f94593a0c
|
Set DATV GUI to be minimum sized rather than expanding. Set minimum size constaint on videoTab not just tabWidget
|
2021-10-31 12:14:04 +00:00 |
|
Jon Beniston
|
05987586bf
|
#897 - Add support for vertically expanding widgets to RollupWidget
|
2021-10-30 16:20:24 +01:00 |
|
f4exb
|
de23efe635
|
Delete channel or feature and their GUI in the proper order in DeviceUISet and FeatureUISet. Remove original fix for #806. Fixes #860
|
2021-04-21 12:28:56 +02:00 |
|
f4exb
|
6ad057e935
|
Updated versions and changelogs
|
2021-04-13 10:25:17 +02:00 |
|
f4exb
|
50940351b7
|
DATV demod: corrections to the gauge algorithm
|
2021-04-12 11:49:55 +02:00 |
|
f4exb
|
bfc013e18a
|
DATV demod: fixed compilation issue for Qt < 5.14
|
2021-04-12 11:41:21 +02:00 |
|
f4exb
|
507b110299
|
DATV demod: FIFO status event: pass data by copy instead of reference
|
2021-04-12 00:31:47 +02:00 |
|
f4exb
|
f8a512e91b
|
DATV demod: allow video player enable/disable
|
2021-04-11 23:52:16 +02:00 |
|
f4exb
|
4f9fe7b533
|
DATV demod: stop player before initializing DATV framework
|
2021-04-09 13:43:02 +02:00 |
|
f4exb
|
fcbb383978
|
Updated versions and changelogs
|
2021-04-08 19:32:54 +02:00 |
|
f4exb
|
25a4118e16
|
DATV demod. final cleanuo, Implements #833
|
2021-04-08 06:47:33 +02:00 |
|
f4exb
|
64316e5d7f
|
DATV Demod: Video render: try fix swr_convert issue
|
2021-04-08 00:56:17 +02:00 |
|
f4exb
|
40575b78bd
|
DATV Demod: more smooting for MER gauge display
|
2021-04-08 00:56:17 +02:00 |
|
f4exb
|
8ecdb3fdc1
|
DATV demod: player cleanup (4)
|
2021-04-05 13:13:57 +02:00 |
|
f4exb
|
d22cd45b14
|
DATV demod: player refactoring: preliminary cleanup (3)
|
2021-04-05 02:42:36 +02:00 |
|
f4exb
|
1c0aa9cd8e
|
DATV demod: player refactoring: preliminary cleanup (2) and fix avio buffer size
|
2021-04-04 13:12:38 +02:00 |
|
f4exb
|
45b12a1c2d
|
DATV demod: player refactoring: preliminary cleanup (1)
|
2021-04-04 10:33:35 +02:00 |
|
f4exb
|
193234e826
|
DATV demod: DATVideoRender: free audio resampler ffmpeg SWR structure on stream closure. More cleanup
|
2021-04-03 06:41:12 +02:00 |
|
f4exb
|
6b5e11ffe5
|
DATV demod: DATVDemodSink: init DATV framework outside process sample loop
|
2021-04-03 06:41:12 +02:00 |
|
f4exb
|
e56abf490f
|
DATV demod: set channel marker bandwidth appropriately
|
2021-04-03 06:41:12 +02:00 |
|
f4exb
|
2e96fef6e3
|
DATV demod: implemented REST API for channel settings. Implements #825
|
2021-04-03 06:41:12 +02:00 |
|
f4exb
|
09b9c6aaef
|
DATV demod: moved MODCOD detection in front of samples processing
|
2021-04-03 06:41:12 +02:00 |
|
f4exb
|
3d108d2b4a
|
DATV demod: removed stray call to DATVDemod::stop() in GUI destructor. Fixes #827
|
2021-04-01 06:35:08 +02:00 |
|
f4exb
|
428128118a
|
DATV demod: Do video stream cleamup when re-initializing DATV framework. Reduce videoThreadTimeoutMs to 500 ms
|
2021-04-01 06:14:56 +02:00 |
|
f4exb
|
c4e9ada144
|
DATV demod: GUI: more accurate display of video thread active and MCOD detection. Correction of RRC=0.2 bug. Small optimizations in dvbs2.h match_frame
|
2021-03-31 05:03:10 +02:00 |
|
f4exb
|
be3802af68
|
DATV Demod: request channel sample rate twice the symbol rate not the whole baseband
|
2021-03-31 03:25:00 +02:00 |
|
f4exb
|
fb3933c007
|
DATV demod: removed useless DATVDemodBaseband::MsgConfigureChannelizer
|
2021-03-30 19:24:57 +02:00 |
|
f4exb
|
cb78eb8a72
|
DATV Demod: leandvb: restored Handling of overflows beyond the lookup table
|
2021-03-29 22:29:08 +02:00 |
|
f4exb
|
0a713e4d30
|
Updated versions and changelogs
|
2021-03-29 21:21:32 +02:00 |
|
f4exb
|
207115bc4c
|
DATV demod: leandvb: replace custom complex by std::complex
|
2021-03-29 06:00:41 +02:00 |
|
f4exb
|
a066e4dbc1
|
DATV Demod: leandvb: more debug messages. LOCK/UNLOCK message to console. Tolerate lower MER
|
2021-03-29 06:00:41 +02:00 |
|
f4exb
|
011d5fbf60
|
DATV demod: rationalize usage of DATVideostream
|
2021-03-29 06:00:41 +02:00 |
|
f4exb
|
66ff64f654
|
DATV demod: rempved rogue initialization of AV frame
|
2021-03-29 06:00:41 +02:00 |
|
f4exb
|
29506a1d65
|
DATV: fixes to improve stability (1)
|
2021-03-29 06:00:40 +02:00 |
|
f4exb
|
22b9ba23d0
|
DATV: leandvb: MSVC comaptible version of rand function
|
2021-03-27 15:18:44 +01:00 |
|
f4exb
|
2c2cf314b1
|
DATV: leandvb: skip GSE processing for Windows
|
2021-03-27 09:38:54 +01:00 |
|
f4exb
|
7e375079fe
|
DATV: shut down video player before destruction
|
2021-03-27 09:38:54 +01:00 |
|