<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/AudioCommon/DPL2Decoder.cpp, branch stable</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Update license headers to GPLv2+</title>
<updated>2015-05-25T11:22:31+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-17T23:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cefcb0ace9d363b3679b4e93bcc9ec05f1e5f4f8'/>
<id>cefcb0ace9d363b3679b4e93bcc9ec05f1e5f4f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting/Whitespace Cleanup</title>
<updated>2015-02-25T15:48:21+00:00</updated>
<author>
<name>Stevoisiak</name>
<email>Stevoisiak@gmail.com</email>
</author>
<published>2015-02-15T19:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=93b16a4a2d5f3e6d467d1315c461aff12852b26c'/>
<id>93b16a4a2d5f3e6d467d1315c461aff12852b26c</id>
<content type='text'>
Various fixes to formatting and whitespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Various fixes to formatting and whitespace
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup DotProduct function to make it more readable.</title>
<updated>2015-02-16T00:53:58+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2015-02-16T00:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=43dfec07c92149ba71743c893d231a7efd3c25d2'/>
<id>43dfec07c92149ba71743c893d231a7efd3c25d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded spaces from code.</title>
<updated>2015-02-15T23:59:45+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2015-02-15T23:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7add7b685f930c2de0e8b08c8b2a30a4b6bd092d'/>
<id>7add7b685f930c2de0e8b08c8b2a30a4b6bd092d</id>
<content type='text'>
Line now matches the style of the rest of the function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Line now matches the style of the rest of the function.
</pre>
</div>
</content>
</entry>
<entry>
<title>	Audio: Fix warning in DPL2 subwoofer change</title>
<updated>2015-01-08T10:48:30+00:00</updated>
<author>
<name>Adam Moss</name>
<email>c@yotes.com</email>
</author>
<published>2015-01-08T10:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b1c9f56acd967d4c06bb85c4e85c1706876f6c8d'/>
<id>b1c9f56acd967d4c06bb85c4e85c1706876f6c8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>	Audio: Fuller subwoofer processing for software 5.1 decode</title>
<updated>2015-01-07T11:58:02+00:00</updated>
<author>
<name>Adam Moss</name>
<email>c@yotes.com</email>
</author>
<published>2015-01-07T11:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7580069deaf0455b9dc0fe4a576b5ad5cbd8120b'/>
<id>7580069deaf0455b9dc0fe4a576b5ad5cbd8120b</id>
<content type='text'>
Code was only using front-left and front-right to calculate bass, but
HRTF code - which this was once based on - uses all five channels and
this sounds fuller.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code was only using front-left and front-right to calculate bass, but
HRTF code - which this was once based on - uses all five channels and
this sounds fuller.
</pre>
</div>
</content>
</entry>
<entry>
<title>Audio: Fix subwoofer output in software 5.1 decoding</title>
<updated>2015-01-07T10:24:25+00:00</updated>
<author>
<name>Adam Moss</name>
<email>c@yotes.com</email>
</author>
<published>2015-01-07T10:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f324f3f68f30f1bc578d148c63f9756c890b1052'/>
<id>f324f3f68f30f1bc578d148c63f9756c890b1052</id>
<content type='text'>
The FIR filter was only using the first sample of each input packet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The FIR filter was only using the first sample of each input packet.
</pre>
</div>
</content>
</entry>
<entry>
<title>AudioCommon: Declare iterator variable in loop body in DPL2Decoder</title>
<updated>2014-08-31T01:10:18+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-08-31T01:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2f7df4a803ebb451d5f7a1ef765220a189cb7d6b'/>
<id>2f7df4a803ebb451d5f7a1ef765220a189cb7d6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct the function casing for DPL2Decoder</title>
<updated>2014-07-14T07:34:40+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-07-14T07:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2c734726711c7dc4ae1e49c57e1a17b4c5bf6376'/>
<id>2c734726711c7dc4ae1e49c57e1a17b4c5bf6376</id>
<content type='text'>
Brings it more in-line with the rest of the codebase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Brings it more in-line with the rest of the codebase.
</pre>
</div>
</content>
</entry>
<entry>
<title>mark all local variables as static</title>
<updated>2014-07-11T14:10:20+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2014-07-08T13:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6d3f249dcc746cc7845ef88ddb8ce3bcc9221aca'/>
<id>6d3f249dcc746cc7845ef88ddb8ce3bcc9221aca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
