f4exb
|
0215839220
|
REST API: implement reverse API settings (3)
|
2019-01-11 14:45:00 +01:00 |
|
f4exb
|
b435449dc3
|
Reverse API: File Source
|
2018-12-26 11:06:37 +01:00 |
|
f4exb
|
7574cb23d4
|
Windows: MSVC2017: fixed more attribute unused cases (2)
|
2018-11-13 08:51:14 +01:00 |
|
f4exb
|
b397cd3a4b
|
File Input: REST API: updated with new settings elements
|
2018-10-14 10:38:31 +02:00 |
|
f4exb
|
85f7e69da5
|
File Input: extended acceleration up to x1000
|
2018-10-14 02:58:14 +02:00 |
|
f4exb
|
a6557cd4f9
|
File Input: use millis instead of percent for navigation slider
|
2018-10-14 02:38:24 +02:00 |
|
f4exb
|
b0b2af252c
|
File Input: dos2unix conversion
|
2018-10-14 02:25:51 +02:00 |
|
f4exb
|
307ee9ce9e
|
File Input: fixed segfault when thread is not (yet) allocated
|
2018-10-14 02:25:10 +02:00 |
|
f4exb
|
2c87e67057
|
File Input: loop handling phase 2
|
2018-10-14 01:52:40 +02:00 |
|
f4exb
|
bb1e3f3933
|
File Input: acceleration and loop handling phase 1
|
2018-10-14 01:16:39 +02:00 |
|
f4exb
|
707e314cba
|
File Input: REST API: fixed wrong times on report when sample count exceeds int limit (use of int64 and uint64)
|
2018-10-12 17:14:06 +02:00 |
|
f4exb
|
678af4e186
|
File Input: fixed wrong times display on file seek when sample count exceeds int limit (use of int64 and uint64)
|
2018-10-12 17:05:03 +02:00 |
|
f4exb
|
4032d62b3d
|
FileRecord improvement: added visual indicator for CRC check in the GUI
|
2018-10-09 18:52:39 +02:00 |
|
f4exb
|
38aa1a8e77
|
FileRecord improvement: fixed header packing and CRC32 computation
|
2018-10-09 16:40:57 +02:00 |
|
f4exb
|
cc49d5c266
|
FileRecord improvement: CRC check and sample size fix
|
2018-10-09 09:26:28 +02:00 |
|
f4exb
|
4a1376e474
|
FileSource: process record header if file is long enough. Else close file so that start is aborted with error
|
2018-10-02 08:45:14 +02:00 |
|
f4exb
|
4c31da6c17
|
File source input: implemeted WEB API for reporting
|
2018-05-26 11:40:37 +02:00 |
|
f4exb
|
5b7cbdf0e5
|
Multiple audio support: transfer start/stop audio to audio FIFO management in AudioDeviceManager
|
2018-03-24 04:18:58 +01:00 |
|
f4exb
|
2e5cfcafee
|
PVS-Studio static analysis corrections (3) issue #137
|
2018-02-24 10:29:27 +01:00 |
|
f4exb
|
2b846f5d28
|
PVS-Studio static analysis corrections (2) issue #137
|
2018-02-22 03:04:42 +01:00 |
|
f4exb
|
f01b90094b
|
PVS-Studio static analysis corrections (1) issue #137
|
2018-02-21 18:54:59 +01:00 |
|
f4exb
|
0ce9035e0a
|
Web API: fixed webapiSettingsGet not initializing own channel or device structure
|
2018-02-21 13:50:50 +01:00 |
|
f4exb
|
e589c44633
|
File source: corrected memory leak
|
2018-02-14 22:33:24 +01:00 |
|
f4exb
|
e8537d6582
|
Web API and related: fixed memory leaks and some malfunctions
|
2018-02-14 11:27:57 +01:00 |
|
f4exb
|
cc1033b3c5
|
File Input and record: 16/24 bit DSP compatibility: bug fixes
|
2018-01-25 23:52:36 +01:00 |
|
f4exb
|
12a97b9644
|
File Input and record: 16/24 bit DSP compatibility
|
2018-01-25 18:39:54 +01:00 |
|
f4exb
|
a5ce09f19c
|
Server: plugins: completed GUI cleanup
|
2017-12-29 00:33:37 +01:00 |
|
f4exb
|
8399baeb4e
|
Source plugins: put a serializer and deserializer in the core plugin for server. NFM demod: fixed deserializer
|
2017-12-28 03:21:48 +01:00 |
|
f4exb
|
49d1439981
|
Device source plugins: implemented an init method for initializations to be done when all collaborating objects are created and possibly connected
|
2017-12-25 09:10:19 +01:00 |
|
f4exb
|
b127182062
|
All plugins: removed apply settings in constructors as it causes segfaults
|
2017-12-24 18:37:33 +01:00 |
|
f4exb
|
351651c3e5
|
FileSource: make Settings an independant struct
|
2017-12-24 11:04:30 +01:00 |
|
f4exb
|
6de0e20ceb
|
Web API: /sdrangel/deviceset/{deviceSetIndex}/device/run POST,DELETE: return previous state instead of attempt to wait and return the state after change since it does not work reliably
|
2017-12-14 23:29:12 +01:00 |
|
f4exb
|
84b6c7bdc9
|
Web API: implemented device run APIs for Airspy, FCD Pro, FCD Pro+ and File Source i.e. the rest of source device plugins
|
2017-12-14 18:15:27 +01:00 |
|
f4exb
|
966767a44a
|
Web API: use message passing to start/stop device for all the rest of device plugins
|
2017-12-14 18:02:49 +01:00 |
|
f4exb
|
fc4627f82e
|
Web API: file source settings getter (1)
|
2017-12-06 19:23:42 +01:00 |
|
f4exb
|
31ad75a405
|
Make the DSP source engine forward messages to own source input GUI message queue. Implementation in all sources
|
2017-09-17 01:23:54 +02:00 |
|
f4exb
|
3606ab2cf2
|
Added a destroy virtual method to all source input plugin main classes
|
2017-09-15 02:32:30 +02:00 |
|
f4exb
|
aa5c6c59a5
|
Input core creation method implementation in all source plugins
|
2017-09-14 13:34:32 +02:00 |
|
f4exb
|
3a3d8e3dcb
|
activated compiler warnings
|
2017-05-25 20:13:34 +02:00 |
|
f4exb
|
b8623c90ce
|
Refactoring: removed device parameter from all start() methods in sample source plugins
|
2017-04-14 03:40:45 +02:00 |
|
f4exb
|
2136dc7672
|
Sample source plugins: removed useless init pure virtual method
|
2017-04-12 23:10:22 +02:00 |
|
f4exb
|
008ee56252
|
File Source plugin: skip header when seeking in I/Q recording
|
2016-10-08 10:02:36 +02:00 |
|
f4exb
|
fd8464eac0
|
FileSource plugin: fixed time length buffer
|
2016-10-08 06:00:54 +02:00 |
|
f4exb
|
1fa80272b5
|
RxTx semantic move: renamed FileSink to FileRecord
|
2016-10-02 10:30:58 +02:00 |
|
f4exb
|
5ecf7ea00c
|
File source plugin: added seek bar to move the current pointer in the file
|
2016-02-25 14:07:39 +01:00 |
|
f4exb
|
d5ddd5c9a1
|
File source plugin: added total record time in UI
|
2016-02-25 02:30:50 +01:00 |
|
f4exb
|
4dfc4701e5
|
Removed useless method in filesource plugin
|
2016-02-10 22:52:14 +01:00 |
|
f4exb
|
525a3f0024
|
post sample rate changes directly on DSP input message queue. Removed sample source output queue entirely as it was not reliable under stress
|
2015-09-27 12:50:38 +02:00 |
|
f4exb
|
4fdfcfe386
|
Deep redesign: fixed File input queuing of stream timing messages
|
2015-08-30 13:04:26 +02:00 |
|
f4exb
|
03004b2eb9
|
Deep redesign: Fixed file source reporting to its GUI
|
2015-08-26 09:25:02 +02:00 |
|