1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-08 22:26:33 -04:00
Commit Graph

7017 Commits

Author SHA1 Message Date
f4exb
19aaa6efda DSD demod: removed unused method 2021-04-19 11:41:06 +02:00
f4exb
4e7dee3f04 External libaries (package builds): upgraded DSDcc to v1.9.3 2021-04-19 11:37:45 +02:00
f4exb
c6e8089f2d DAB demod: fixed compilation warning 2021-04-18 23:04:25 +02:00
f4exb
a5796c7116 Updated versions and changelogs 2021-04-18 22:57:54 +02:00
f4exb
776c98bbc4 External libraries build: upgraded DSDcc version to v1.9.2 2021-04-18 10:52:45 +02:00
f4exb
3b784c66dc NFM demod: implemented DCS squelch. Finalizes #792 2021-04-18 10:45:49 +02:00
f4exb
c901ba5c63 NFM demod: DCS squelch (1) 2021-04-17 23:13:09 +02:00
f4exb
2562d42385 Allow local compile of DAB demodulator 2021-04-17 22:59:40 +02:00
Edouard Griffiths
f174569a67
Merge pull request #850 from srcejon/dab
Add DAB/DAB+ demodulator
2021-04-17 18:21:27 +02:00
Edouard Griffiths
fb10a3e825
Merge pull request #851 from srcejon/fix_849
Avoid divide by 0 if symbol rate is 0.
2021-04-17 18:21:15 +02:00
f4exb
d5265a6b22 Upgrade submodule external/windows to latest commit 2021-04-17 18:20:28 +02:00
f4exb
0626eb17f7 Added missing plugin for fixing #842 2021-04-17 18:15:03 +02:00
Jon Beniston
7e0903a722 Avoid divide by 0 if symbol rate is 0. 2021-04-17 12:55:30 +01:00
Jon Beniston
b8298e5f71 Fix DAB libray name 2021-04-17 12:17:09 +01:00
Jon Beniston
cf1049099c Only define PTHREADS for win32 2021-04-17 10:06:55 +01:00
Jon Beniston
ef4ffaa5b6 Add missing comma to debian/control 2021-04-17 08:04:27 +01:00
Jon Beniston
8a5685cdfd Add DAB demodulator 2021-04-16 22:56:15 +01:00
f4exb
76f09a17a7 Fixed wrong structure being used in some sample source and sink plugins web API adapters. Fixes #842 2021-04-15 15:30:29 +02:00
f4exb
38883de29e External libraries build: upgrade DSDcc to v1.9.1 2021-04-15 15:30:29 +02:00
Edouard Griffiths
cd0fc3dfd1
Merge pull request #841 from srcejon/fix_table_clear_assertion
Fix assertion when removing all elements from model
2021-04-13 22:53:48 +02:00
f4exb
1b320c348f Appveyor Ubuntu build: give up on the chrpath thing for dsdcc 2021-04-13 16:16:21 +02:00
Jon Beniston
53cccf7298 Fix assertion when removing all elements from model 2021-04-13 10:14:54 +01:00
f4exb
6ad057e935 Updated versions and changelogs 2021-04-13 10:25:17 +02:00
f4exb
b414900db1 Appveyor Ubuntu build: moved dsdcc chrpath command to sdrangel build script 2021-04-13 10:25:04 +02:00
f4exb
758c8a1bb0 Appveyor: Ubuntu build: SDRplay v3 is not an external library build. Use cmake/ci script instead to install in image 2021-04-13 04:22:00 +02:00
f4exb
5c780980d2 Upgrade submodule external/windows to latest commit 2021-04-12 18:38:42 +02:00
f4exb
56d98a3aa5 Merge pull request #839 from srcejon/rspplayv3 2021-04-12 18:01:36 +02:00
f4exb
30c2c519d1 NFM mod: REST API: implement DCS 2021-04-12 15:13:55 +02:00
f4exb
abdb6db51e REST API: added missing file in doc resources 2021-04-12 15:13:39 +02:00
Jon Beniston
4d5feaa5e7 Add install script for SDRplay API for use in appveyor build 2021-04-12 13:51:36 +01:00
Jon Beniston
e8ef6f9a53 Add driver requirements for SDRplayV3 2021-04-12 11:13:35 +01:00
f4exb
d0c50549af NFM mod: implemented Digital Code Squelch (DCS) 2021-04-12 12:03:33 +02:00
Jon Beniston
82ee135126 Fix paths to sdrplayapi in externals directory 2021-04-12 10:56:34 +01:00
f4exb
50940351b7 DATV demod: corrections to the gauge algorithm 2021-04-12 11:49:55 +02:00
f4exb
61975cf51a DATV demod: committed missing image source update 2021-04-12 11:49:00 +02:00
f4exb
bfc013e18a DATV demod: fixed compilation issue for Qt < 5.14 2021-04-12 11:41:21 +02:00
Jon Beniston
2b567c49b3 Use better default settings for SDRplayV3 2021-04-12 10:33:34 +01:00
Jon Beniston
b21e9556e3 Only call API when running (so after call to init) 2021-04-12 10:04:36 +01:00
f4exb
dbf64d9a1f Ubuntu package build: change rpath of libdsdcc.so after install 2021-04-12 00:34:24 +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
Jon Beniston
6dce90f9a5 Fix gcc warning 2021-04-11 21:37:01 +01:00
Jon Beniston
7aebff1082 Add SDRplay V3 API sample source. 2021-04-11 21:21:36 +01:00
f4exb
c5ece265e9 Do not enable interprocedural optimization for Mac. Fixes #807 2021-04-10 12:21:27 +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
461b31495a GUI: TVScreen: cleanup and revised mutex handling 2021-04-08 00:56:17 +02:00