#1343 Resolves issue where user-initiated FFT size change causes wate…
…rfall panel pixel array to be updated/resized while a memory image source repaint has been requested and the parameters become incongruent, causing an array index out of bounds error. Pushes the pixel array update operation onto the swing thread to ensure only a single thread is modifying the pixel map for rendering. (#1344) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1318 Resolves issue where bitstream recorder no longer works. Soluti…
…on submitted by @apankowski. (#1345) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1346 Updates radio reference library to version 15.1.9 (#1347)
Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1353 Resolves issue where polyphase channelizer would mis-tune chann…
…els after a period of time resulting in idle decoding channels. (#1354) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1355 Updates logging libraries to latest version and updates logging…
… libraries to latest version. (#1356) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1351 Restores semi-accurate timestamps of sample buffers to ensure P…
…25 & DMR decoded messages have accurate timestamps and MBE recording voice frames have accurate timestamps. (#1357) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1358 Resolves issue where decoded AMBE (DMR & P25-2) tone identifier…
…s are not sent to the alias action manager. (#1359) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1360 Resolves issue with Polyphase channelizer and decoded message t…
…imestamps for P25 and other protocols. (#1361) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1362 Updates heterodyne channelizer with alternate sorted set implem…
…entation to resolve issue when determining if the tuner can tune a requested channel. (#1363) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1364 Enhancements to resolve issue with tuner shutdown hang on appli…
…cation shutdown. (#1365) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1369 Updates to Version 0.5.0 Beta 7 (#1370)
Co-authored-by: Dennis Sheirer <dsheirer@github.com>
Revert "Disable resampling if requested sample rate not supported"
This reverts commit 7de2851.
#1237 Ensure MP3 input sample rate is supported by LAME encoder setti…
…ngs. (#1376) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1312 Resolves issue with radio reference editor attempting to access…
… county info for a site that has county ID set to 0 (ie no county specified). (#1379) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1380 Improves Icecast streaming error handling and preserves streami…
…ng error messages for broadcast state to display in streaming status panel. Resolves issue with streaming status panel not showing icons and stream type. (#1381) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1378 Resolves potential error where tuner shutdown (because of USB I…
…/O error) hangs and causes application to run out of memory. This patch doesn't resolve the original issue with the USB I/O error, but it does ensure that the tuner shutdown which is happening on the USB processing thread, can complete in a timely fashion so that the application doesn't (potentially) crash from out of memory. (#1382) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1287 Disables event panel filtering until the feature is fully imple…
#1383 Updates tuner editor to resolve sequencing issue where a recent…
…ly enabled tuner was having its enabled state set to true and then enabling the tuner, which caused the tuner editor to mis-configure the tuner editor panel. (#1385) Co-authored-by: Dennis Sheirer <dsheirer@github.com>
#1386 Updates version to 0.5.0 (final) (#1387)
Co-authored-by: Dennis Sheirer <dsheirer@github.com>