Charles J. Cliffe
b9efb43a6b
Merge branch 'issue45-demod-opts'
2015-02-07 20:21:25 -05:00
Charles J. Cliffe
2f568d6e2d
Fix for bad session int->float conversion on load
2015-02-07 20:20:26 -05:00
Charles J. Cliffe
ef2774c1dd
Update README.md
2015-02-06 18:39:30 -05:00
Charles J. Cliffe
ba9d40f163
Update README.md
2015-02-06 18:37:07 -05:00
Charles J. Cliffe
fa746b7453
fix creation of new demodulator when none active
2015-02-05 21:40:38 -05:00
Charles J. Cliffe
9a534087ee
Merge pull request #51 from cjcliffe/issue45-demod-opts
...
Demodulator usability and functionality fixes
2015-02-05 21:00:46 -05:00
Charles J. Cliffe
4218fb73a0
Demod visual activation when entering/leaving view
2015-02-05 20:54:04 -05:00
Charles J. Cliffe
b78b4e1b96
Merge branch 'master' into issue45-demod-opts
2015-02-05 20:08:50 -05:00
Charles J. Cliffe
590d494fea
Fix for broken OSX audio
2015-02-05 20:01:21 -05:00
Charles J. Cliffe
ec306eea64
Merge pull request #50 from cjcliffe/mryndzionek-master
...
@mryndzionek - Added LUT for IQ mapping with proper scaling
2015-02-05 19:46:16 -05:00
Charles J. Cliffe
6deee5a936
loop->memcpy
2015-02-05 19:45:01 -05:00
Charles J. Cliffe
9cf8799a58
Patch for Windows / OSX
2015-02-05 19:30:06 -05:00
Charles J. Cliffe
a8070ca953
Destroy / recreate audio thread on demodulator activate / deactivate -- fixes DirectSound issues
2015-02-04 18:10:42 -05:00
Charles J. Cliffe
ec3e851354
Waterfall bandwidth control and new demod hover state tweaks
2015-02-03 19:11:30 -05:00
Ryndzionek Mariusz
a2c6e0bf91
Added LUT for IQ mapping with proper scaling
2015-02-03 18:42:44 +01:00
Charles J. Cliffe
1a9f7d31b7
missing atomic<int> load
2015-02-03 12:25:02 -05:00
Charles J. Cliffe
524cfbe0df
Demodulator options persist and apply to newly created
2015-02-02 20:10:55 -05:00
Charles J. Cliffe
b4e4f3017f
Remove public access to demod internal state vars and clean-up improper use
2015-02-02 18:24:04 -05:00
Charles J. Cliffe
48399ccc68
Merge pull request #48 from cjcliffe/issue46-fft-underrun
...
Issue46 fft underrun
2015-02-01 21:35:10 -05:00
Charles J. Cliffe
129ab337e2
range / suppression adjustments
2015-02-01 00:08:55 -05:00
Charles J. Cliffe
b77caaf263
remove debug msg
2015-01-31 22:43:44 -05:00
Charles J. Cliffe
27b890c882
Experimental zoomed FFT resolution improvements
2015-01-31 22:27:11 -05:00
Charles J. Cliffe
19829b6ceb
bad memory init
2015-01-30 19:48:06 -05:00
Charles J. Cliffe
fb5a7e5b8f
attempt to improve FFT zoom resolution
2015-01-30 19:31:32 -05:00
Charles J. Cliffe
f87ee8dc6f
Merge pull request #44 from cjcliffe/visual-studio-updates
...
Updates to support Visual Studio 2013
2015-01-27 22:27:08 -05:00
Charles J. Cliffe
cef0e2a0e7
Default to WASAPI until I can fix some DirectSound related issues.
2015-01-27 22:22:48 -05:00
Charles J. Cliffe
977f91f74e
Updated CMake and libs for TDM+MSVC
...
Only tested on 64-bit so far..
2015-01-26 22:18:15 -05:00
Charles J. Cliffe
ddcaf8d97f
cmake osx/unix liquid lib
2015-01-25 21:54:25 -05:00
Charles J. Cliffe
86c4faf845
Merge branch 'master' into visual-studio-updates
2015-01-25 21:42:19 -05:00
Charles J. Cliffe
9065c37b02
Merge pull request #43 from cjcliffe/issue37-changing-demod-output
...
Fix demodulator selection menu radio and display
2015-01-25 21:04:08 -05:00
Charles J. Cliffe
e504f4f282
Fix demodulator selection menu radio and display
2015-01-25 21:03:17 -05:00
Chris Motch
55a1a7c43b
Merge remote-tracking branch 'upstream/master'
2015-01-25 17:01:26 -05:00
Chris Motch
b708bece59
Updated cmake for Visual C++ 12
...
Updated cmake file to properly generate project files for Visual C++ 12,
I also have added and tweaked the way the external libraries are
referenced, and in theory 32bit builds are included.
2015-01-25 16:57:23 -05:00
Charles J. Cliffe
3d4f844d5e
Merge branch 'bodrick-master'
2015-01-25 01:27:55 -05:00
Charles J. Cliffe
bc991c2cd9
dealloc filter init var
2015-01-25 01:27:37 -05:00
Chris Motch
1ed7d95193
Fixes to allow Compilation using VC++ 12
...
Some minor fixes and tweaks to allow compilation under Visual C++ 12.
This doesn't include changes that I need to make to the build
generation.
2015-01-24 22:01:47 -05:00
Charles J. Cliffe
f1f71c6080
Merge pull request #40 from cjcliffe/gfx-optimize1
...
Patch for broken bandwidth select / demod waterfall
2015-01-23 11:14:43 -05:00
Charles J. Cliffe
c55b94eee1
Bandwidth change patch
2015-01-23 02:09:37 -05:00
Charles J. Cliffe
dd9bc9aa2c
Fix broken demod view zoom
2015-01-23 01:05:23 -05:00
Charles J. Cliffe
e8c9322a51
Merge pull request #39 from cjcliffe/gfx-optimize1
...
Gfx optimize1
2015-01-23 00:10:15 -05:00
Charles J. Cliffe
b2e8cf0482
Demod worker lock-on-remove fix
2015-01-22 23:41:33 -05:00
Charles J. Cliffe
d45d3842bf
Eliminate redundant visual data updates, temporary chain until shared PBO implementation
2015-01-22 22:14:00 -05:00
Charles J. Cliffe
6d0fc54400
Staggered tile updates and moving texture window to eliminate constant memmove() for animation
2015-01-22 21:32:32 -05:00
Charles J. Cliffe
1e50f13c1b
Merge pull request #36 from cjcliffe/opengl-errors
...
Patch for OpenGL 1280 errors
2015-01-20 22:57:31 -05:00
Charles J. Cliffe
e9b99be18c
Patch for OpenGL 1280 errors
2015-01-20 22:26:34 -05:00
Charles J. Cliffe
3657ce38bc
Merge pull request #34 from cjcliffe/issue33-linux-setcurrent
...
GL context init fixes and warning cleanup
2015-01-20 20:45:15 -05:00
Charles J. Cliffe
4dad30e9bd
GL context init fixes and warning cleanup
2015-01-20 19:13:49 -05:00
Charles J. Cliffe
3b23813e7b
Update README.md
2015-01-20 18:38:19 -05:00
Charles J. Cliffe
0f245e71b2
Merge pull request #32 from cjcliffe/linux
...
Linux fixes
2015-01-19 19:34:09 -05:00
Charles J. Cliffe
3d812ed51d
Update README.md
2015-01-19 19:33:49 -05:00