summaryrefslogtreecommitdiff
path: root/indra/llaudio/llaudioengine_openal.cpp
AgeCommit message (Collapse)Author
2022-09-15Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
# Conflicts: # indra/newview/llmodelpreview.h
2022-06-14SL-16182: Offload audio decoding from the main thread to the general work queue.Cosmic Linden
The work queue callback binds "this". This is deemed safe due to current dependencies, but see the associated comment in the return callback. There was some trial and error to get a this-binded lambda to compile. Due to LLVorbisDecodeState writing to disk off-thread, limit audio decodes proportional to general worker thread count. Guess the thread count for now.
2021-11-27SL-16339 Rename setAmbient in openalAndrey Kleshchev
2020-06-05SL-13390 Fix Openal BuildsAndrey Kleshchev
2020-04-10SL-11445 Provide 'name' for Pulse AudioAndrey Kleshchev
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-08-14BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macrosRichard Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-03-01fixes to get openal working on windows.Alain Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-08DEV-11516 FIXED VWR-5308: Current wind noise generation is CPU intensive.Tofu Linden
Minor optimizations to wind generation. Patch by gigs and aimee, reviewed by merov.
2009-08-27svn merge -r 129841:129910 ↵Monroe Williams
svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910 svn merge -r 129913:131718 svn+ssh://svn.lindenlab.com/svn/linden/branches/pluginapi/pluginapi_05 Some branch shenannigans in the pluginapi_05 branch caused this to become a two-part merge.