1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-01-05 07:48:40 -05:00

4000 Commits

Author SHA1 Message Date
StefanBruens
8672cd7bb9 Use CMake varialbles instead of depending on FFmpeg binary
DATV will be excluded when the ffmpeg binary is not installed,
although the actual dependencies are fulfilled.
2020-07-21 06:37:45 +02:00
f4exb
c271dd25d9 Channel Analyzer: fixed rational downsampler 2020-07-21 02:08:58 +02:00
f4exb
8c100c6ee8 Channel Analyzer: fixed sink initialization and removed unused baseband public set baseband sample rate 2020-07-20 02:07:40 +02:00
f4exb
843c746c6e Channel Analyzer: use complex decimator for decimation by power of two value 2020-07-19 11:48:02 +02:00
f4exb
ee3e1886cb Channel Analyzer: fixed rational downsampler setting after range calculation 2020-07-19 11:45:35 +02:00
f4exb
fcf12bdd5b Updated version and changelogs 2020-07-19 01:36:10 +02:00
f4exb
2b8ec229d1 SigMF file sink: optimized decimation 2020-07-19 01:32:49 +02:00
f4exb
52178ee2b4 SigMF file sink: replaced interpolator by centered half band decimator 2020-07-19 00:56:59 +02:00
f4exb
780f4893a1 SigMF file sink: updated documentation 2020-07-18 04:22:30 +02:00
f4exb
0243ae38c2 SigMF file sink: GUI cosmetc changes 2020-07-18 04:21:45 +02:00
f4exb
961b7f616b SigMF file sink: optimized pre record process 2020-07-17 15:28:13 +02:00
f4exb
c8a3b98f44 SigMF file sink: apply settings: reverse API and stream index fixes 2020-07-17 13:46:09 +02:00
f4exb
a16fe9b78e SigMF file sink: make pre-recording functionnality generally available. REST API implementation 2020-07-17 13:39:41 +02:00
f4exb
e06911dfe4 SigMF file sink: make pre-recording functionnality generally available 2020-07-17 12:46:19 +02:00
f4exb
87bee18b9f SigMF file sink: REST API: Implementation 2020-07-17 12:16:23 +02:00
f4exb
181e1a0dc2 SigMF file sink: added start of record time shift and hardware Id 2020-07-17 05:31:04 +02:00
f4exb
1669920abe SigMF file sink: added spectrum squelch 2020-07-16 16:58:58 +02:00
f4exb
20db7b735d SigMF file sink: added spectrum display to GUI 2020-07-15 17:48:08 +02:00
f4exb
1187726582 SigMF file sink: show number of tracks in GUI 2020-07-15 14:27:11 +02:00
f4exb
ed3a300829 SigMF file sink: more GUI changes 2020-07-15 10:57:24 +02:00
f4exb
80ea534840 SigMF file sink: GUI changes 2020-07-14 08:35:15 +02:00
f4exb
2cb96ed187 SigMF file sink: initial commit 2020-07-14 08:35:15 +02:00
f4exb
c677cd4402 Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570 2020-07-13 22:00:15 +02:00
f4exb
65adc088e7 Channel Analyzer: corrected channel sample rate applied to the sink when processing DSPSignalNotification 2020-07-13 16:11:31 +02:00
f4exb
e9328bdc16 Channel Analyzer: improved baseband thread management 2020-07-13 10:33:05 +02:00
f4exb
cd1d86966a AM demod: improved baseband thread management 2020-07-13 10:15:27 +02:00
f4exb
23351b6d94 RemoteInput; do not stop UDP handler when stopping else it blocks the restart. Fixes issue #563 2020-07-13 00:15:40 +02:00
f4exb
93d05214cf FileSinkOutput: added missing bits 2020-07-12 12:52:18 +02:00
f4exb
8ef213d649 TestMOSync: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 11:20:46 +02:00
f4exb
437e0061f4 TestMI: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 11:02:10 +02:00
f4exb
48641ac97f FileSinkOutput: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 10:25:14 +02:00
f4exb
1af0012052 RemoteSource: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 10:25:07 +02:00
f4exb
23a6e18271 RemoteOutput: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 10:24:59 +02:00
f4exb
a44dbff3ad TestSink: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 10:24:50 +02:00
f4exb
7065de0fb3 LocalSource: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 02:55:31 +02:00
f4exb
646d74c81c TestSource: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 02:55:24 +02:00
f4exb
352d6db931 AirspyHF: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 02:55:17 +02:00
f4exb
c429b03f32 Airspy: refactored PerseusInputThread to PerseusInputWorker object moved to thread. Equivalent to FileInput changes 2020-07-12 02:55:10 +02:00
f4exb
cdc35d0b33 Perseus: refactored PerseusInputThread to PerseusInputWorker object moved to thread. Equivalent to FileInput changes 2020-07-12 02:55:03 +02:00
f4exb
b348df91db ATV demod: corrected line endings 2020-07-11 22:06:50 +02:00
f4exb
34a8061b03 ATV demod: fixed initialization issues. Fixes #560 2020-07-11 22:06:41 +02:00
f4exb
7109c3b80d FileInput: removed center frequency and sample rate from the settings since it should come from the file header 2020-07-11 22:06:32 +02:00
f4exb
12ccc86705 LocalSink: refactored LocalSinkThread to LocalSinkWorker object moved to thread. Equivalent to FileInput changes 2020-07-11 10:38:52 +02:00
f4exb
c6ed2f2675 SigMF File Input: refactored FileInputThread to FileInputWorker object moved to thread. This is the equivalent of what was done for FileInput 2020-07-11 09:42:48 +02:00
f4exb
d4de16df74 FileInput: some code cosmetic changes 2020-07-11 07:02:03 +02:00
f4exb
aac6f4368c File Input: refactored FileInputThread to FileInputWorker object moved to thread (contribution from Vort). Fixes #562 2020-07-11 07:01:53 +02:00
f4exb
61befffba3 Updated version and changelogs 2020-07-09 19:53:03 +02:00
f4exb
9ec2df7c09 MIMO plugis: refactor some UIs 2020-07-09 19:48:46 +02:00
f4exb
c4a9f241a4 XTRX MIMO: removed IQ record feature 2020-07-09 19:41:15 +02:00
f4exb
32dde97fbf Test MI: removed IQ record feature 2020-07-09 19:35:18 +02:00