<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/apps/plugins/pdbox/PDa/src/d_soundfile.c, branch wolf3d</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>Pdbox hide cast-function-type fix overlapping memcpy</title>
<updated>2018-12-08T12:23:19+00:00</updated>
<author>
<name>William Wilgus</name>
<email>me.theuser@yahoo.com</email>
</author>
<published>2018-12-08T12:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=78b2d135671c798dbbc36086cbbf278038d34669'/>
<id>78b2d135671c798dbbc36086cbbf278038d34669</id>
<content type='text'>
dsoundfile.c used memcpy for overlapping memory regions switched to memmove
Suppress the 160+ warnings for cast-function-type
This plugin would require major work to fix these warnings

Change-Id: I309d914839c1e70126a05b387863fd21613497a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dsoundfile.c used memcpy for overlapping memory regions switched to memmove
Suppress the 160+ warnings for cast-function-type
This plugin would require major work to fix these warnings

Change-Id: I309d914839c1e70126a05b387863fd21613497a9
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong pointer arithmetic in the PDbox aiff header writing code</title>
<updated>2012-01-22T20:41:38+00:00</updated>
<author>
<name>Frank Gevaerts</name>
<email>frank@gevaerts.be</email>
</author>
<published>2012-01-22T20:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=7efbd632c2ee76e6868635ecfa09ea96b25c3a63'/>
<id>7efbd632c2ee76e6868635ecfa09ea96b25c3a63</id>
<content type='text'>
The SSND bit is intended to be right after the t_aiff-sized header.
Someone got cast vs + precedence rules wrong here.

Change-Id: Iccec75043ed5e35724331f9833b24f7e3b90c447
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SSND bit is intended to be right after the t_aiff-sized header.
Someone got cast vs + precedence rules wrong here.

Change-Id: Iccec75043ed5e35724331f9833b24f7e3b90c447
</pre>
</div>
</content>
</entry>
<entry>
<title>Committing fix for FS#12249. Patch by Buschel. Further fixes for AIFF loader in PDBox in the future.</title>
<updated>2011-11-08T23:48:24+00:00</updated>
<author>
<name>Wincent Balin</name>
<email>wincent@rockbox.org</email>
</author>
<published>2011-11-08T23:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=d01954cad2a8b6de0faadec599a24bac14350043'/>
<id>d01954cad2a8b6de0faadec599a24bac14350043</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30944 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30944 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>set mode argument for open() where O_CREAT flag is/can be set.</title>
<updated>2010-11-07T11:45:20+00:00</updated>
<author>
<name>Teruaki Kawashima</name>
<email>teru@rockbox.org</email>
</author>
<published>2010-11-07T11:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=930a8a5050e46fb1c190b701d4913466beeb76e4'/>
<id>930a8a5050e46fb1c190b701d4913466beeb76e4</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28527 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28527 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>pdbox: Solved issue with WAV file import on big-endian targets (signed 16-bit files only); small I/O-related workaround in g_array.c</title>
<updated>2010-06-01T00:23:59+00:00</updated>
<author>
<name>Wincent Balin</name>
<email>wincent@rockbox.org</email>
</author>
<published>2010-06-01T00:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=a266ff185a3f03b6fde88df6eca0c4941c8564f2'/>
<id>a266ff185a3f03b6fde88df6eca0c4941c8564f2</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26439 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26439 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>pdbox: Successfully resolved issue with loading of audio files</title>
<updated>2010-05-24T23:13:37+00:00</updated>
<author>
<name>Wincent Balin</name>
<email>wincent@rockbox.org</email>
</author>
<published>2010-05-24T23:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=cb185d28603de67bff000071f12e563573dcdc8f'/>
<id>cb185d28603de67bff000071f12e563573dcdc8f</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26272 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26272 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>pdbox: Fixed loading of sound files, pdpod_drums.pd works now.</title>
<updated>2010-05-02T00:32:50+00:00</updated>
<author>
<name>Wincent Balin</name>
<email>wincent@rockbox.org</email>
</author>
<published>2010-05-02T00:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=a607a6c3c2d0a63448c252b57845bafd694a1fe7'/>
<id>a607a6c3c2d0a63448c252b57845bafd694a1fe7</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25769 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25769 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pdbox makefile to actually take part in dependency generation</title>
<updated>2010-02-25T23:35:16+00:00</updated>
<author>
<name>Frank Gevaerts</name>
<email>frank@gevaerts.be</email>
</author>
<published>2010-02-25T23:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=ca755f767c2d67fb2b52c292402b3b3d3be28244'/>
<id>ca755f767c2d67fb2b52c292402b3b3d3be28244</id>
<content type='text'>
Change pdbox include paths to handle this



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24916 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change pdbox include paths to handle this



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24916 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>PDBox: Minor addition and bugfixes.</title>
<updated>2009-08-04T02:04:24+00:00</updated>
<author>
<name>Wincent Balin</name>
<email>wincent@rockbox.org</email>
</author>
<published>2009-08-04T02:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=11ac0b3f2a7d2abc0ae6127752559b1ffafbebff'/>
<id>11ac0b3f2a7d2abc0ae6127752559b1ffafbebff</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22148 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22148 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Another patch by Wincent Balin (from the FS #10416 series): get rid of some warnings. PDBox now builds without any error or warning.</title>
<updated>2009-07-12T19:18:59+00:00</updated>
<author>
<name>Peter D'Hoye</name>
<email>peter.dhoye@gmail.com</email>
</author>
<published>2009-07-12T19:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=c133c6a964133200c59b12e1f1c9214f37122189'/>
<id>c133c6a964133200c59b12e1f1c9214f37122189</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21819 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21819 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
</feed>
