Seth Alves
07c2d80b0c
fix ubuntu debian patch to track changes to Qt library handling
2019-06-04 13:29:16 -07:00
Seth Alves
8018a84e8b
avoid div by zero
2019-06-04 13:00:26 -07:00
Seth Alves
55daef837a
fix uninitialized read
2019-06-04 13:00:26 -07:00
Seth Alves
0d2bc23a63
avoid crash on shutdown
2019-06-04 13:00:26 -07:00
Seth Alves
16d259f54f
fix uninitialized read
2019-06-04 13:00:26 -07:00
Seth Alves
32de196a2c
remove some spammy logging
2019-06-04 13:00:26 -07:00
Seth Alves
8a32d230a8
avoid div by zero
2019-06-04 13:00:26 -07:00
Seth Alves
7ee64258ec
fix uninitialized read
2019-06-04 13:00:26 -07:00
Seth Alves
766a5c7f81
avoid div by zero
2019-06-04 13:00:26 -07:00
Seth Alves
8a9f3b9508
fix uninitialized read
2019-06-04 13:00:26 -07:00
Seth Alves
50e99cc1fd
fix uninitialized read
2019-06-04 13:00:26 -07:00
Seth Alves
426f97fb35
avoid div by zero
2019-06-04 13:00:26 -07:00
Seth Alves
d1824c4d6d
remove spammy log
2019-06-04 13:00:26 -07:00
Seth Alves
c5eb9c03d5
fix uninitialized read
2019-06-04 13:00:26 -07:00
Seth Alves
06436e6a7d
quiet build warning
2019-06-04 13:00:26 -07:00
Sam Gateau
2fbb28835c
Merge pull request #15670 from samcake/nut
...
BUGZ-467 and BUGZ-488 : Fixing buggy performance preset setup behavior
2019-06-04 12:03:09 -07:00
Sam Gateau
f51e491d85
Removing the atomics and fixing mistakes pointed out inreview
2019-06-04 10:11:12 -07:00
Ryan Huffman
991c13df94
Merge pull request #15672 from kencooke/audio-wasapi-qt512
...
BUGZ-395: Updated build of Qt WASAPI audio plugin with symbols
2019-06-04 10:10:10 -07:00
Anthony Thibault
7781efb382
Merge pull request #15669 from hyperlogic/bug-fix/new-qt-with-fix-for-qscriptengine-crash
...
Bug fix for crash in QScriptEngine::reportAdditionalMemoryCost()
2019-06-04 10:07:32 -07:00
Sam Gateau
6acc398890
Merge branch 'master' of github.com:highfidelity/hifi into nut
2019-06-04 09:49:03 -07:00
Anthony J. Thibault
e1534b34b4
Workaround crash in reportAdditionalMemoryCost other platforms
2019-06-04 08:56:07 -07:00
Shannon Romano
7a62ce21f6
Merge pull request #15668 from SamGondelman/transparent
...
BUGZ-197, BUGZ-372: Fix some transparency issues on AMD
2019-06-04 08:46:13 -07:00
Sam Gateau
2a4d0cfaec
Addressing the initialization bug not applying REnderMethod properly, Adjusting RefrehRateProfile to Realtime in High performancePreset
2019-06-03 18:06:28 -07:00
Anthony J. Thibault
154fd393ba
Bug fix for crash in QScriptEngine::reportAdditionalMemoryCost()
...
This fix requires a patch to qt. This build includs a new pre-built Qt 5.12.3 with the patch applied.
See tools/qt5-builder/qtscript-crash-fix.patch to see actual patch applied.
* Touched bullet3 portfile to create new vckpg hash
* New urls for qt assets which include qscript patch hifi_vcpkg.py
* Updated tools/qt5-builder/ with qscript patch and README.md directions.
https://highfidelity.atlassian.net/browse/BUGZ-46
A qt bug was filed to hopefully get this bug fixed upstream.
https://bugreports.qt.io/browse/QTBUG-76176
2019-06-03 17:11:54 -07:00
SamGondelman
3f42d083f5
fix some transparency issues on amd
2019-06-03 16:14:09 -07:00
Shannon Romano
993fcea844
Merge pull request #15666 from kencooke/mac-allow-microphone-when-debugging
...
Allow microphone permission when debugging on the Mac
2019-06-03 15:17:42 -07:00
Ryan Huffman
ce0d2b0628
Merge pull request #15663 from kencooke/audio-samprate-mismatch-fix
...
BUGZ-328: Some microphones are unable to hear themselves in test mic audio setting
2019-06-03 14:18:27 -07:00
Ken Cooke
27ced8a217
Add NSMicrophoneUsageDescription to Info.plist to allow microphone when debugging on Mac
2019-06-03 12:32:00 -07:00
Sam Gateau
db04f61c5b
Merge branch 'master' of github.com:highfidelity/hifi into nut
2019-06-03 09:37:13 -07:00
Ken Cooke
4ea67ad212
Updated build of WASAPI audio plugin using Qt 5.12.3, includes Debug/Release symbols
2019-06-02 13:52:49 -07:00
Ken Cooke
dfab91e50a
Reduce the performance impact of loopback resampler (AVX2 optimizations)
2019-06-01 19:53:18 -07:00
Ken Cooke
4a294b3899
Add sanity check for buffer overflow due to resampling
2019-06-01 14:31:14 -07:00
Ken Cooke
a56942e494
Correctly handle time-varying buffer size due to loopback resampling
2019-06-01 14:27:32 -07:00
Ken Cooke
451cf60e54
Reset loopback resampler when input device is changed
2019-06-01 11:04:52 -07:00
Ken Cooke
f7236f0498
Fix bug in local echo when output is multichannel
2019-06-01 10:43:34 -07:00
Ken Cooke
1572c93624
Fix longstanding bug where resampler called with samples instead of frames, resulting in buffer overflow
2019-06-01 09:05:06 -07:00
Sam Gateau
54d1705f06
Testing a different approach
2019-05-31 18:42:26 -07:00
Sam Gondelman
d94b685c94
Merge pull request #15661 from SamGondelman/avatarCrash
...
BUGZ-478: Fix address manager crash
2019-05-31 16:01:07 -07:00
Brad Hefta-Gaub
52d02f61a1
Merge pull request #15657 from zfox23/newPerformanceAPI
...
BUGZ-447: Use new performance preset API
2019-05-31 15:31:07 -07:00
Shannon Romano
11b1c7dfcc
Merge pull request #15656 from Atlante45/feat/more-silent-node-logging
...
Add logging for silent node kills
2019-05-31 15:07:44 -07:00
Sabrina Shanman
07f63c21b4
Merge pull request #15660 from SamGondelman/addBillboardCrash
...
BUGZ-421: Cleaning up name lookups to fix rare crash
2019-05-31 14:21:15 -07:00
SamGondelman
e29bf376a4
fix address manager crash
2019-05-31 14:01:58 -07:00
Zach Fox
aefda30cf9
Merge pull request #15658 from zfox23/homeButton
...
DEV-92: Add a Home button to the Avatar app
2019-05-31 13:25:30 -07:00
Brad Hefta-Gaub
f7f17cfbff
Merge pull request #15659 from sabrina-shanman/bug_mac_framerate_minimized
...
(BUGZ-416) Fix Application not checking window minimize state properly
2019-05-31 13:22:56 -07:00
Zach Fox
97bd0d5413
Make this work!
2019-05-31 12:50:32 -07:00
Brad Hefta-Gaub
0084ceae6d
Merge pull request #15653 from roxanneskelly/domaincheckin
...
BUGZ-322 - high_resolution_clock behaves differently on windows and linux
2019-05-31 12:48:29 -07:00
Zach Fox
7b04a6d361
Sounds
2019-05-31 12:39:13 -07:00
Zach Fox
8b085c79ad
Can't use window.location in QML
2019-05-31 12:36:28 -07:00
Shannon Romano
fa8d2ffe65
Merge pull request #15654 from AndrewMeadows/fix-crash-bugz420
...
BUGZ-420: guard MyAvatar::_scriptEngine with mutex
2019-05-31 12:18:38 -07:00
SamGondelman
f4a7b27042
cleaning up name lookups
2019-05-31 12:04:54 -07:00