Commit Graph

538 Commits

Author SHA1 Message Date
f4exb 1d4cb21bb5 Separate construction/destruction for the source input plugin core and the GUI 2017-09-16 10:45:08 +02:00
f4exb a6d6a717ae GUI segregation: renamed PluginGUI interface to PluginInstanceUI 2017-09-03 19:55:00 +02:00
f4exb 061253a4ba UDP source plugin: updated version 2017-08-27 18:21:28 +02:00
f4exb 59c43310fe Updated documentation (2) 2017-08-27 17:20:35 +02:00
f4exb 4d36cba7a8 Updated documentation (1) 2017-08-27 11:28:54 +02:00
f4exb 4fe318e8d4 NFM demod: updated revision 2017-08-27 00:29:38 +02:00
f4exb af63a8ed5c NFM demod: implemented option to copy audio to UDP 2017-08-27 00:27:11 +02:00
f4exb 939e423c02 NFM demod: implemented basic channel settings dialog 2017-08-26 22:16:05 +02:00
f4exb 64e1389222 AM demod: use mono fixed volume samples for copy to UDP 2017-08-26 21:57:30 +02:00
f4exb c495ba0f2a UDP sink: save channel marker center frequency in only one slot 2017-08-26 21:20:35 +02:00
f4exb 1ff798f1d6 UDP source: use channel marker serializer/deserializer (1) 2017-08-26 21:03:37 +02:00
f4exb 7ae5c2a6d6 UDP source: save channel marker center frequency in only one slot 2017-08-26 15:13:03 +02:00
f4exb 70de05f060 DSD demodulator: use channel marker serializer/deserializer 2017-08-26 14:36:38 +02:00
f4exb 7af90583fe BFM demodulator: use channel marker serializer/deserializer 2017-08-26 14:30:55 +02:00
f4exb dea3cb2680 AM demodulator: use channel marker serializer/deserializer 2017-08-26 10:35:01 +02:00
f4exb b2337e44dd Channel marker own serializer/deserializer 2017-08-26 09:58:07 +02:00
f4exb 8c06a74581 AM demod: fixed deserializator 2017-08-26 06:08:30 +02:00
f4exb 2e18f50eaf AM demod: fixed copy audio to UDP switching 2017-08-26 05:57:49 +02:00
f4exb 27d504e1ac AM demod: implement copy audio to UDP and basic channel settings dialog 2017-08-26 05:32:01 +02:00
f4exb 3b03da44b9 BFM demod: serialize/deserialize all channel marker parameters 2017-08-26 03:56:03 +02:00
f4exb d84b69633c DSD and BFM demods: fixed UDP copy button tooltip when port changes 2017-08-25 18:58:53 +02:00
f4exb 8a60af3e52 BFM demod: added basic channel settings dialog and copy audio to UDP option 2017-08-25 18:56:43 +02:00
f4exb a5b7428755 UDP sink plugin: implemented a gain input control for real sample input 2017-08-25 15:29:45 +02:00
f4exb a7d6b3a75d UDP source plugin: use channel marker address and port 2017-08-25 12:12:46 +02:00
f4exb c76a617be4 DSD demod: display UDP address and port in the button tooltip 2017-08-25 09:32:17 +02:00
f4exb 115379bcf2 DSD demod: use AudioSample type for the UDP sink buffer 2017-08-25 01:17:21 +02:00
f4exb 1b2df9f0fc DSD demod: copy to UDO only from first audio FIFO when both slots are selected 2017-08-25 00:04:44 +02:00
f4exb 511686f820 Use new audio fifo based on audio sample type 2017-08-25 00:02:49 +02:00
f4exb d98d8757b0 Moved audio sample definitions to dsp types definitions 2017-08-24 15:24:28 +02:00
f4exb f74e74af12 DSD demod: implemented audio duplication to UDP 2017-08-24 13:51:24 +02:00
f4exb 3b5fe0170f DSD decoder: put UDP sink for audio in place 2017-08-24 08:46:14 +02:00
f4exb 614021f9a0 Added send port to UDP parameters 2017-08-24 02:26:47 +02:00
f4exb 01eed29a6f Implemented new basic channel settings dialog instead of widget inside rollup 2017-08-24 02:05:48 +02:00
f4exb 0c0bf2e094 DSD demodulator: implemented now channel marker settings with UDP parameters 2017-08-23 23:44:12 +02:00
f4exb f07563500b UDP source plugin: serialize/deserialize new AM formats and AGC setting 2017-08-23 01:21:26 +02:00
f4exb 49523b1bbd UDP sink plugin: updated documentation 2017-08-22 23:55:42 +02:00
f4exb e5b8808402 UDP source plugin: updated documentation (2). UDP sink plugin: added to Mac O/S build 2017-08-21 23:33:47 +02:00
f4exb 8b00b6fdf0 UDP source plugin: updated documentation 2017-08-21 23:30:38 +02:00
f4exb 3803f72e9f UDP channel plugins: Windows build 2017-08-21 13:10:54 +02:00
f4exb f56bea2afe UDP source plugin: optimize squelch gate and release times for SSB 2017-08-20 23:44:40 +02:00
f4exb 872fa9bd20 UDP source plugin: AM with DV block optimization 2017-08-20 22:51:22 +02:00
f4exb 8a16e99e48 UDP source plugin: new AM mode with 300 Hz low cutoff bandpass filter 2017-08-20 22:18:33 +02:00
f4exb 7cfdb9efdd UDP source plugin: reduce AM average length 2017-08-20 09:05:09 +02:00
f4exb 1c36d07254 UDP source plugin fixes 2017-08-20 03:47:21 +02:00
f4exb 65b4930171 UDP source plugin: adjust AM and AGC times 2017-08-20 01:56:23 +02:00
f4exb 1d32eb0217 AM demod: eliminate DC from demodulated output. Set volume AGC length to 50ms 2017-08-20 00:56:50 +02:00
f4exb 79f53275de UDP source plugin: implemented AM with DC filtering and AGC 2017-08-20 00:32:40 +02:00
f4exb c934658cc0 UDPSource plugin: make Apply button light in green when a change needs to be applied 2017-08-19 03:45:17 +02:00
f4exb b3bd9967a4 UDPSink plugin: implemented squelch gate control 2017-08-19 00:52:10 +02:00
f4exb 587d38665d UDP source plugin: implemented squelch gate 2017-08-19 00:12:56 +02:00
f4exb 6473c84e68 UDPSink plugin: activate VU meter for NFM modulation 2017-08-18 22:15:04 +02:00
f4exb dda67c0947 UDP source plugin: fixed AM demod 2017-08-18 12:30:12 +02:00
f4exb 32510091df UDPSrc plugin: full squelch implementation 2017-08-18 00:10:15 +02:00
f4exb c6b58431fe UDPSrc plugin: partial squelch implementation 2017-08-17 20:23:17 +02:00
f4exb 315d408eee DSD demod plugin: slow down channel power refresh rate 2017-08-17 17:48:47 +02:00
f4exb 05e52edd1e SSB demod plugin: slow down channel power refresh rate 2017-08-17 17:43:27 +02:00
f4exb ce7271aeeb NFM demod plugin: slow down channel power refresh rate 2017-08-17 17:25:10 +02:00
f4exb 2d956df50f AM demod plugin: slow down channel power refresh rate 2017-08-17 17:21:38 +02:00
f4exb 90ce3ec9ad UDPSink plugin: rename volume to gain 2017-08-17 17:09:02 +02:00
f4exb c601d8dbaa UDPSource and UDPSink plugins: UI refactoring 2017-08-17 12:57:45 +02:00
f4exb ff9eb18a4f UDPSink plugin: added UDP handler 2017-08-15 16:08:12 +02:00
f4exb d660a5b017 UDPSoure plugin: updated documentation 2017-08-15 12:40:09 +02:00
f4exb 9786640322 UDPSink utility: use fixed payload size in bytes 2017-08-15 12:29:54 +02:00
f4exb a89e34255b UDPSink plugin: GUI fixes 2017-08-15 00:20:04 +02:00
f4exb 73d680c356 UDPSink plugin GUI: added VU meter 2017-08-14 23:27:12 +02:00
f4exb 0288044ab3 UDPSink plugin: basic framework 2017-08-14 01:39:26 +02:00
f4exb ca7f9228ec SSB demod: updated documentation 2017-08-06 23:16:25 +02:00
f4exb 4c37f40ed6 SSB demod: make AGC clamping optional 2017-08-06 00:58:30 +02:00
f4exb f90ddf20eb SSB: replaced AGC checkboxes by button switches 2017-08-06 00:28:59 +02:00
f4exb 8a5668a186 SSB demod: clamp AGC value 2017-08-06 00:02:16 +02:00
f4exb d8f7dcebdc SSM modulator: added audio compressor 2017-08-05 19:08:33 +02:00
f4exb 75ad34eb2e SSB demod: corrected documentation 2017-08-01 03:43:10 +02:00
f4exb 8f44a10c86 SSBdemod: updated documentation 2017-07-31 00:44:04 +02:00
f4exb 2f3c0545c8 Channel Analyzer NG: UI cosmetic updates 2017-07-28 18:02:08 +02:00
f4exb a0fd763002 Channel Analyzer NG: better handle the LSB case 2017-07-28 17:21:46 +02:00
f4exb f6bdf35589 SSB demod: display initial values 2017-07-27 21:14:50 +02:00
f4exb 38318577de Put smootherstep function code in one place 2017-07-27 11:24:01 +02:00
f4exb 86e52928d9 SSB demod: remove AGC threshold (squelch) completely if level us fully turned down (-99 dB) 2017-07-27 10:50:41 +02:00
f4exb 6df03cd147 SSB demod: set AGC target to -20dB in power 2017-07-26 14:34:49 +02:00
f4exb 8452985061 SSB demod: implement audio mute button squelch light indicator 2017-07-26 01:44:57 +02:00
f4exb 52eb869b7c SSB demod: AGC: implemented threshold gate to mitigate transients 2017-07-26 00:08:29 +02:00
f4exb 9ec4e6de98 SSB demod: improve AGC threshold handling 2017-07-25 23:39:27 +02:00
f4exb 2597883015 SSB demod: updated AGC 2017-07-25 21:21:48 +02:00
f4exb d15b484a4f SSB demod: added AGC configuration 2017-07-25 08:40:15 +02:00
f4exb 810955ac58 SSB demod: UI: added new AGC controls 2017-07-25 08:30:02 +02:00
f4exb 2b2f68a73c SSB demod: adjusted AGC target and audio volume multiplication factor 2017-07-25 01:22:16 +02:00
f4exb 94704ab7b2 SSB demod: implemented basic AGC not optional 2017-07-25 00:58:16 +02:00
f4exb 3b095f4253 SSB: updated documentation (2) 2017-07-22 12:02:09 +02:00
f4exb b1f35ca144 SSB: updated documentation 2017-07-22 11:48:52 +02:00
f4exb 28680b9909 SSB demod: GUI: set volume page step to 1 2017-07-22 10:24:54 +02:00
f4exb 303cb1f3c3 bumped version to 3.5.2 2017-07-22 04:50:38 +02:00
f4exb de74f27c9a SSB demod: show LSB and DSB values appropriately 2017-07-22 04:23:10 +02:00
f4exb bceafe6f2c UDP source: edit masks for IP and ports and minimum size 2017-07-02 00:28:28 +02:00
f4exb 5ab5989e7f ChannelAnalyzerNG: set bandwidth text appropriately considering SSB/DSB setting 2017-07-01 09:56:38 +02:00
f4exb e2009ebaef Do not compile the broadcast FM demod plugin when the host is a Raspberry Pi because of unsufficient memory 2017-06-19 11:06:54 +02:00
f4exb 578e6197bc Updated channel plugins documentation with the new frequency shift dials 2017-06-11 01:53:25 +02:00
f4exb 23b792ef9d NFM demod: new UI documentation 2017-06-10 19:16:26 +02:00
f4exb 604273742a AF squelch: reset after setting threshold. Removed NFM demod deferred init 2017-06-06 02:16:28 +02:00
f4exb 91021678b2 NFM Demod: try a deferred init to cure AF squelch init problem 2017-06-06 01:53:52 +02:00
f4exb 9a8cc15d8f NFM demod and AF squelch: fixed initialization and reset at each squelch change 2017-05-31 23:36:02 +02:00
f4exb db1a620fc2 Attempt to fix AF squelch 2017-05-31 00:30:00 +02:00
f4exb 59a4dab7df All mod and demod plugins: try to fix channel power display 2017-05-26 01:19:36 +02:00
f4exb 3a3d8e3dcb activated compiler warnings 2017-05-25 20:13:34 +02:00
f4exb 7f539f0314 TCP and UDP sources: removed useless dependency on QThread 2017-05-20 05:48:39 +02:00
f4exb e946242fae Updated documentation 2017-05-19 10:52:18 +02:00
f4exb d842b44c28 Value dials: implement Ctl to shift digits by 2. Updated documentation 2017-05-18 01:48:52 +02:00
f4exb 1a9c422906 UDP source: use ValueDialZ for channel delta frequency value dial 2017-05-18 00:05:08 +02:00
f4exb ba729a58ca WFM demod: use ValueDialZ for channel delta frequency value dial 2017-05-18 00:01:46 +02:00
f4exb 9c9c74d24d SSB demod: use ValueDialZ for channel delta frequency value dial 2017-05-17 23:57:54 +02:00
f4exb 1899ca788c BFM demod: use ValueDialZ for channel delta frequency value dial 2017-05-17 23:52:10 +02:00
f4exb 14b7cb093e ATV demod: use ValueDialZ for channel delta frequency value dial 2017-05-17 23:47:08 +02:00
f4exb a11d8617b5 ChannelAnalyzerNG: use ValueDialZ for channel delta frequency value dial 2017-05-17 23:41:39 +02:00
f4exb b31e0ace57 AM demod: use ValueDialZ for channel delta frequency value dial 2017-05-17 23:34:14 +02:00
f4exb 048ef1bf67 DSD demod: use ValueDialZ for channel delta frequency value dial 2017-05-17 23:22:17 +02:00
f4exb 83e44739b1 NFM demod: use ValueDialZ for channel delta frequency value dial 2017-05-17 23:05:47 +02:00
f4exb e317f3762c ValueDialZ: new value dial that handles negative values. Application in TCPsrc plugin 2017-05-17 19:36:36 +02:00
f4exb 579c05cfe5 Use doubles for all power calculations 2017-05-16 23:39:49 +02:00
f4exb dafad384c8 Merged Sigysmund changes for Mac OS Sierra on v3.4.5 2017-05-16 23:01:44 +02:00
f4exb bb849623bd updated value dials with Windows compatible font and pointing hand 2017-05-16 22:35:44 +02:00
f4exb 5a96b78454 File plugins and Channel analyzer NG: fixed thumbwheels so that they appear correctly in Windows version 2017-05-16 18:48:27 +02:00
f4exb 007ea19e36 Bumped version to 3.5.0 2017-05-16 18:38:39 +02:00
f4exb 6f9ef0eaf9 New value dial color schemes: propagate to all active plugins 2017-05-16 18:27:36 +02:00
f4exb 895051098d New value dial color schemes. apply to ChannelAnalyzerNG, AM demod, DSD demod, NFM demod, BladeRF input, LimeSDR input and SDRDaemonFEC input 2017-05-16 17:48:12 +02:00
f4exb 416817d0b8 Mods and demods: prevent returning null or infinite values for squared magnitude 2017-05-16 17:46:44 +02:00
f4exb c9368a4dc0 Unixify some files 2017-05-16 16:16:05 +02:00
ZigaS 27aab58d92 MacOS(sierra) development environment.
Updated qmake project configs.
Deploy & Run script.
For now only hardware supported is HackRF.
2017-05-15 12:32:16 +02:00
f4exb b53ebe4e96 NFM demod: fixed squelch button tooltip 2017-05-15 02:22:24 +02:00
f4exb e4d3f7eba7 AF squelch 2017-05-13 16:05:47 +02:00
f4exb 70d2ce6cec NFM demod: smoothersterp optimization 2017-05-13 16:01:27 +02:00
f4exb 9dc6fac63e NFM demod: force apply settings on start 2017-05-13 14:37:36 +02:00
f4exb f57eecee86 NFM demod: af squeelch optimization 2017-05-13 12:10:03 +02:00
f4exb 68f742fad7 NFM demod: use smootherstep function for squelch attack and decay 2017-05-13 11:00:02 +02:00
f4exb 07c476f1d4 AM demod: enhance squelch ramp up and down (start and end at 0) 2017-05-13 09:42:01 +02:00
f4exb 375f327004 AM Demod: added optional bandpass boxcar filter 2017-05-12 19:21:52 +02:00
f4exb b24ac8fa38 NFM demod: set appropriate audio multiplication factor 2017-05-12 17:01:46 +02:00
f4exb 6b4ba98e8e AM demod: fill AGC average with ones when passing squelch threshold to avoid abrupt start at squelch opening 2017-05-12 16:38:58 +02:00
f4exb f7373e8273 NFM Demod: bumped version to 3.4.5 2017-05-12 14:42:48 +02:00
f4exb 74f65fcbdc NFM Demod: AF squelch crap 2017-05-12 14:41:27 +02:00
f4exb 07fc282d89 NFM demod: quadrature squelch attack and decay 2017-05-12 10:45:18 +02:00
f4exb 67f318e6ed AM demod: restored squelch attack and decay 2017-05-12 04:42:06 +02:00
f4exb a4c70f6e23 AM demod: bumped to version 3.4.5 2017-05-12 04:26:18 +02:00
f4exb 51d24102ed AM demod: refactor demodulation 2017-05-12 04:25:14 +02:00
f4exb ffb6ad3009 Use double storage type for all moving average instances 2017-05-12 00:03:56 +02:00
f4exb 6c5c08c6a4 AM demod: Use double for moving average storage type 2017-05-11 23:40:43 +02:00
f4exb 9fcc3cd426 Remved default constuctors in Moving average and AGC classes 2017-05-11 18:39:00 +02:00
f4exb b232a21e2c Bumped to version 3.4.3 2017-05-07 14:36:18 +02:00
f4exb c2dc6b3594 DSD demodulator: updated documentation 2017-05-07 14:21:28 +02:00
f4exb 0e70c84f45 DSD demod: added possibility to enable/disable the symbol PLL 2017-05-07 10:23:37 +02:00
f4exb 767b0af06c DSD demod: updated documentation 2017-05-06 12:25:18 +02:00
f4exb 62cbcc3083 DSD demod: fixed possible buffer overrun with sprintf 2017-05-06 12:24:57 +02:00
f4exb 15443fb72d DSD decoder: updated to get symbol PLL lock status. Bumped to version 3.4.2 2017-05-06 00:29:58 +02:00
f4exb cf267b1254 Code warnings in Eclipse cleanup 2017-05-05 10:40:45 +02:00
f4exb 6b97d9ea59 WFM Demod: implemented the signal gauge 2017-04-26 11:09:07 +02:00
f4exb 2c8374bd9e WFM Demod: added documentation 2017-04-26 11:08:38 +02:00
f4exb 64de0eca3c WFM demod: Set fixed geometry. Audio mute 2017-04-26 10:04:02 +02:00
f4exb faffb7f7ca WFM demod: fixed excursion handling. Changed discriminator 2017-04-26 04:33:25 +02:00
f4exb 05f7065515 ATV Demodulator: removed workaround to fix non const reference 2017-04-17 08:26:04 +02:00
f4exb 743fa145ec ATV Demodulator: fixed complaint of some gcc versions that this is not a const reference 2017-04-17 02:37:42 +02:00
f4exb 4115c4e932 ATV Demod: fixed wrong initialization of frame rate. Fixes issue #22 2017-04-10 22:03:18 +02:00
f4exb 29b691a5af ATV Demod: optimize scope feed 2017-04-09 17:43:23 +02:00
f4exb 40b5e7467f ATV: updated documentation with latest changes 2017-04-09 11:35:22 +02:00
f4exb e8415f7471 ATV: harmonize FM deviation between modulator and demodulator 2017-04-09 07:27:32 +02:00
f4exb d43f59e93b ATV: round to nearest 10 Hz when computing rationally decimated/interpolated sample rate 2017-04-09 06:48:29 +02:00
f4exb 8d019af9d6 ATV: more number of lines and FPS 2017-04-08 06:54:24 +02:00
f4exb 6f9a044ddc ATV: use skip instead of leap for the horizontal sync skip mode 2017-04-08 05:35:09 +02:00
f4exb f2d2978edc ATV: updated documentation with new NBTV modes 2017-04-07 14:14:25 +02:00
f4exb b0fcb142a0 ATV Demod: 1 Hz step from -2 to +2k for BFO 2017-04-07 02:26:34 +02:00
f4exb 74657509f5 ATV Demod: display negative top time and line time values as invalid 2017-04-07 01:44:49 +02:00
f4exb 58cc1d4438 ATV Demod: use rational decimator only as a filter with ratio 1.0 since code is not capable of handling a different sample rate from the main channel sample rate 2017-04-07 01:39:27 +02:00
f4exb b486f63cb5 ATV Demod: sample rate reporting consistency fixes 2017-04-07 01:35:08 +02:00
f4exb cb9329e6de ATV: added 120 lines mode 2017-04-06 08:28:30 +02:00
f4exb 7a7d65b999 ATV Demod: render image immediately when FPS is 25 or less to avoid partial image flickering 2017-04-06 08:18:12 +02:00
f4exb b55d9324d1 ATV Demod: render image immediately when FPS is below 25 to avoid partial image flickering 2017-04-06 05:30:59 +02:00
f4exb 5cdcfdb9be ATV Demod: classical vsync enhanced hsync correction: correcting only once per full frame with amortizing 2017-04-06 05:11:48 +02:00
f4exb 6dbbbec71d ATV Demod: reset column count to exact value when no valid hsync 2017-04-06 03:28:21 +02:00
f4exb 74202b9a17 ATV Demod: help vsync to pass dead zone when lines are out of sync 2017-04-06 03:14:03 +02:00
f4exb 78068af15c Merge branch 'dev' of /shared/development/sdrangel into dev 2017-04-05 21:30:14 +02:00
f4exb fcd18ba821 ATV Demod: added number of equalizing lines parameter 2017-04-05 13:48:43 +02:00
f4exb 7abbcd9bb4 ATV Demod: removed horizontal leap sync specific from calssic vsync method 2017-04-05 08:24:59 +02:00
f4exb 09cff7acca AM Demod: fixed AM range calculation by moving it to new line detection 2017-04-05 07:35:48 +02:00
f4exb 645329b6c6 ATV: implemented 8 FPS 2017-04-05 05:01:01 +02:00
f4exb ee548d2214 AM Demodulator: horizontal leap mode: use a fixed amortizing factor (1/2) to correct horizontal sync 2017-04-04 08:42:01 +02:00
f4exb b2be9f6a0d ATV Demod: corrected implementation of horizontal leap vertical sync with horizontal sync loopback 2017-04-04 03:18:11 +02:00
f4exb e3b1aad053 ATV Demodulator: implememted horizontal sync leap standard with very slow 60 and 32 lines modes 2017-04-03 18:57:48 +02:00
f4exb d046b7dd3e ATV Demodulator: New frame rates and number of lines 2017-04-03 17:23:27 +02:00
f4exb efad6f948c ATV: implemented short vsync non interleaved mode 2017-04-03 03:17:37 +02:00
f4exb e650f6d5bb ATV Demod: reviiewed horizontal sync 2017-04-03 02:11:02 +02:00
f4exb 7ad19f0140 AM Demodulator: implemented shortened interleaved sync standard for image formatting 2017-04-02 23:20:25 +02:00
f4exb ad6b33c280 Documentation updates 2017-03-31 17:57:49 +02:00
f4exb 37fa4b0f6a ATV Demod: remove another useless attribute 2017-03-31 01:31:29 +02:00
f4exb 6e8d95cacc ATV Demod: removed now obsolete attribute 2017-03-31 01:13:19 +02:00
f4exb e0f74c1b50 ATV Demod: vertical sync and interleaving redesign based only on vertical synchronization pulses 2017-03-31 01:05:55 +02:00
f4exb f78c466a92 ATV Demod: simplify vertical sync nested ifs 2017-03-30 23:30:07 +02:00
f4exb 69edfd4bfb ATV Demod: moved image processing into vertical sync detection 2017-03-30 23:26:51 +02:00
f4exb dd619c8379 ATV Demod: set rows limit only once 2017-03-30 22:16:39 +02:00
f4exb e80d0a5660 ATV Demod: set number of lines from standard 2017-03-30 22:11:35 +02:00
f4exb 9f5fd9b211 ATV Demod: reorder image rendering and vertical sync 2017-03-30 21:57:40 +02:00
f4exb df1d5d38e0 ATV Demod: removed code to process only one image out of two 2017-03-30 21:39:47 +02:00
f4exb e270529167 ATV Demod: reorder horizontal sync, pixel write and vertical sync and image rendering 2017-03-30 21:34:19 +02:00
f4exb d8905b3e46 ATV Demod: moved pixel write position in code 2017-03-30 21:07:00 +02:00