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

267 Commits

Author SHA1 Message Date
Vort
0409b1d769 Sample offset is adjusted every line 2020-08-08 17:22:38 +02:00
Vort
043a4c638c Move TVScreen data to separate object 2020-08-08 17:22:29 +02:00
Vort
4519b9681b TVScreenAnalog with subsample shift shader added 2020-08-08 17:22:17 +02:00
f4exb
a72631059f Updated documentation, version and changelogs 2020-07-31 04:45:11 +02:00
f4exb
6c5e388538 ATV Demodulator: Removed 405 lines and added 819 lines system 2020-07-31 04:15:12 +02:00
f4exb
e0afd32518 ATV demod: use common code for horizontal sync and different vertical sync detections for HSkip and standard 2020-07-23 13:18:48 +02:00
f4exb
19d74d395c ATV demod: new HSync process based on new horizontal sync code 2020-07-23 13:18:38 +02:00
Vort
ba27906dfa ATV Demodulator: bug fixes and performance improvements 2020-07-21 06:42:26 +02:00
Vort
0e918fbbe6 ATV Demodulator: improvements of HSync and VSync algorithms. Fixes #459. 2020-07-21 06:38:14 +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
fd2c85789b ATV demod: REST API: new AM scaling adjust settings: implementation 2020-07-01 13:33:16 +02:00
f4exb
f4d641976d ATV Demod: updated documentation 2020-07-01 13:29:09 +02:00
f4exb
1f6cf6cb55 Add 10 MHz digit to wideband channel plugins. Implements #531 2020-07-01 13:14:48 +02:00
f4exb
f11d938eda ATV demod: updated documentation 2020-07-01 08:56:14 +02:00
f4exb
0f21bec4f7 ATV demod: removed useless member m_horizontalSynchroDetected. Process classic: fixed m_avgColIndex synchronization 2020-07-01 03:19:42 +02:00
f4exb
bf4baa209b ATV demod: fixed image horizontal crop 2020-07-01 02:29:10 +02:00
f4exb
179a9fcc6e ATV demod: scaling multiply and shift parameters. Reworked top time setting. Added some missing serialize/deserialize settings 2020-07-01 01:37:47 +02:00
f4exb
a41d2545ae ATV demod: added AGC to AM demod and use standard magnitude. Enhancement to #459 2020-06-30 01:15:12 +02:00
f4exb
02ce024390 ATV demod: fixed AM demodulator. Fixes issue #459 2020-06-29 08:46:09 +02:00
f4exb
81f158c7f2 Fixed some warnings from Mac ports compilation 2020-04-19 06:13:32 +02:00
f4exb
d0858f21fb Added possibility to specify devices that cannot be discovered automatically. This implements #445 2019-12-16 01:03:47 +01:00
f4exb
99e16cf0bc Removed obsolete signals causing unresolved references 2019-12-14 12:39:47 +01:00
f4exb
653f8c1330 Renamed DownSampleChannelizer back to (new) DownChannelizer 2019-12-13 15:15:21 +01:00
f4exb
14a21b10cb Removed obsolete references to DownChannelizr 2019-12-13 00:43:07 +01:00
f4exb
1359aac9b6 Removed ThreadedBasebandSampleSink 2019-12-13 00:42:37 +01:00
f4exb
282267dc38 ATV demod: removed useless back communication with GUI 2019-12-04 07:20:23 +01:00
f4exb
0873672a74 ATV demod: full refactoring 2019-12-02 02:10:55 +01:00
f4exb
c914de4846 REST API: config: added ATV demodulator 2019-08-11 11:35:53 +02:00
f4exb
ef82b89182 REST API: config: GET (4): optimize channel settings API management and generally improve constedness 2019-08-03 01:05:16 +02:00
Davide Gerhard
94d03f9004
remove useless CMAKE_CURRENT_BINARY_DIR 2019-05-21 20:19:30 +02:00
Davide Gerhard
23498ab24b
manage "correctly" plugins/pluginssrv folders 2019-05-21 20:19:25 +02:00
Davide Gerhard
dcfb7f6c97
cmake: full refactor to remove qmake and use cmake on all platforms 2019-05-21 20:19:25 +02:00
Davide Gerhard
fd642496b8
remove qmake project files
move to cmake only building system
2019-05-21 20:19:18 +02:00
f4exb
a5e9f251ef Single channel API 2019-05-09 17:27:12 +02:00
f4exb
9e628917dc Removed all obsolete references to devicesourceapi.h and devicesinkapi.h 2019-05-09 12:10:27 +02:00
f4exb
89e53cf179 Single DeviceAPI interface (1) 2019-05-08 22:11:53 +02:00
f4exb
ef15157a50 Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
f4exb
66efc10006 Merge branch 'dev' 2018-12-28 11:08:44 +01:00
ZigaS
b743943c70 Update to Qt 5.12.0.
Project files with MacOS clang RPATH to use proper paths for shared objects.
Minor path updates in favor of loading plugin libs.
Deployment script packaging using Qt way(macdeployqt).
2018-12-27 09:48:30 +01:00
f4exb
0e75cc3709 Wndows builds: removed reference to now obsolete MinGW64 toolchain 2018-12-14 17:49:06 +01:00
f4exb
4a69a7d39f Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
f4exb
bc7ad10f9d Use C++11 everywhere 2018-11-24 21:21:04 +01:00
f4exb
fb92612f60 SoapySDR support: input: documentation 2018-11-22 00:41:28 +01:00
f4exb
059228e39f PVS-Studio Analysis corrections for serious issues 2018-11-18 09:39:22 +01:00
f4exb
1dc466e604 Windows: MSVC2017: adapt channel analyzer, AM and ATV demods plugin modules 2018-11-13 16:02:26 +01:00
f4exb
dc2f25a00b Windows: MSVC2017: fixed more attribute unused cases (1) 2018-11-13 00:45:03 +01:00
f4exb
02d0a46f31 Scope: removed breaking optimization thus fixing trigger. Should fix issue #233 2018-10-24 13:54:33 +02:00
f4exb
966d957f89 Scope: fixed channel rate affecting scope rate in memory mode 2018-10-16 00:31:45 +02:00
f4exb
cee9a8b757 Renamed scopevisng.h to scopevis.h 2018-08-12 17:22:39 +02:00