<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llaudio/llaudioengine_fmodex.cpp, branch 26.1.1</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.1.1</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.1.1'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2020-02-04T15:12:19Z</updated>
<entry>
<title>SL-12654 Remove support for building with fmod ex</title>
<updated>2020-02-04T15:12:19Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2020-02-04T15:12:19Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=6627d684a20dbc420de7814066c31a930c0e0e10'/>
<id>urn:sha1:6627d684a20dbc420de7814066c31a930c0e0e10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge with release</title>
<updated>2014-03-25T02:23:34Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2014-03-25T02:23:34Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e5bbdafdeda0f2e6bbe97d59a24ca398b54c31eb'/>
<id>urn:sha1:e5bbdafdeda0f2e6bbe97d59a24ca398b54c31eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Additions &amp; fixes for lib copy, use only forwarded ptrs in LLAE interfaces.</title>
<updated>2014-03-15T00:58:35Z</updated>
<author>
<name>Monty Brandenberg</name>
<email>monty@lindenlab.com</email>
</author>
<published>2014-03-15T00:58:35Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c62d2cca2962f9847f844df137c21aa44edc2d75'/>
<id>urn:sha1:c62d2cca2962f9847f844df137c21aa44edc2d75</id>
<content type='text'>
Copy3rdPartyLibs needed to copy the now-corrected fmodexL libraries
and it had a bad library reference on Linux for release.  In
llaudio land, the audio engine interfaces, even the fmodex
specializations, seem to want to be external-structure free
so use a forward declaration and pointer to FMOD_DSP_DESCRIPTION
and deal with it in the ctor/dtor.
</content>
</entry>
<entry>
<title>Update fmodex to 4.44.31.  Move DSP descriptor to heap storage.</title>
<updated>2014-03-14T23:48:35Z</updated>
<author>
<name>Monty Brandenberg</name>
<email>monty@lindenlab.com</email>
</author>
<published>2014-03-14T23:48:35Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=4f565ed077058cd3ce90ffd347c4a8346d734dbd'/>
<id>urn:sha1:4f565ed077058cd3ce90ffd347c4a8346d734dbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>second phase summer cleaning</title>
<updated>2013-08-10T00:11:19Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-08-10T00:11:19Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e340009fc59d59e59b2e8d903a884acb76b178eb'/>
<id>urn:sha1:e340009fc59d59e59b2e8d903a884acb76b178eb</id>
<content type='text'>
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
</content>
</entry>
<entry>
<title>Unwind cruft from hunting for 2707 they won't end up in vwr-dev-mat</title>
<updated>2013-06-05T21:26:27Z</updated>
<author>
<name>Graham Madarasz</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-06-05T21:26:27Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c38204f5e0a9130f0d4d4bfc997da107fd1017ce'/>
<id>urn:sha1:c38204f5e0a9130f0d4d4bfc997da107fd1017ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BUG-2707 turn off more LL_DEBUGS to narrow down Kat's crashing cuplrit</title>
<updated>2013-06-02T02:36:38Z</updated>
<author>
<name>Graham Madarasz</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-06-02T02:36:38Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=cf3d2a06a13528cca1327becfb9e8dcb5ff4614a'/>
<id>urn:sha1:cf3d2a06a13528cca1327becfb9e8dcb5ff4614a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BUG-2707 hunt for infos call crashing Kat</title>
<updated>2013-06-01T20:43:52Z</updated>
<author>
<name>Graham Madarasz</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-06-01T20:43:52Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=d21fc254a795ddbb0604fd6a542327dbd92b036d'/>
<id>urn:sha1:d21fc254a795ddbb0604fd6a542327dbd92b036d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor tweak to turn down FMOD Ex noisy console logging while we look into root problem</title>
<updated>2013-05-30T21:21:37Z</updated>
<author>
<name>callum_linden</name>
<email>none@none</email>
</author>
<published>2013-05-30T21:21:37Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=4f6102dfaa0a8a94b4755d8250aa542edeb6e6e3'/>
<id>urn:sha1:4f6102dfaa0a8a94b4755d8250aa542edeb6e6e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Quieten down writing to fmod.log - only write errors - speculate this is related to audio stutter/frame stalls</title>
<updated>2013-05-20T22:09:42Z</updated>
<author>
<name>callum_linden</name>
<email>none@none</email>
</author>
<published>2013-05-20T22:09:42Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=1f9710ebcbe90639b876b1f5868492bf4e2ddcc8'/>
<id>urn:sha1:1f9710ebcbe90639b876b1f5868492bf4e2ddcc8</id>
<content type='text'>
</content>
</entry>
</feed>
