<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/apps/wps-display.c, branch master</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>Remote WPS support (and some WPS bugfixes) by Stephan Wezel</title>
<updated>2005-11-17T20:14:59+00:00</updated>
<author>
<name>Christi Scarborough</name>
<email>christi@coraline.org</email>
</author>
<published>2005-11-17T20:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=4c0b83f5e913820bbcf203fee1606d9910925946'/>
<id>4c0b83f5e913820bbcf203fee1606d9910925946</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7934 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@7934 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>replaced all the splash calls by gui_sync_splash, added some missing remote key in the playlist viewer</title>
<updated>2005-11-16T15:12:15+00:00</updated>
<author>
<name>Kevin Ferrare</name>
<email>kevin@rockbox.org</email>
</author>
<published>2005-11-16T15:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=e991beed6df8700b41796c4c14ef786f45fb54c5'/>
<id>e991beed6df8700b41796c4c14ef786f45fb54c5</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7909 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@7909 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds support for reverting to the Rockbox default WPS.  Note that the rockbox_default.wps is a placeholder file and is never actually loaded - selecting it just causes Rockbox to clear its memory of any installed custom WPS.  This means that it works cross platform.  Also, small fix to boxes.wps (curse vi) and wpsbuild.pl - support for pure text WPS files.</title>
<updated>2005-11-16T01:24:52+00:00</updated>
<author>
<name>Christi Scarborough</name>
<email>christi@coraline.org</email>
</author>
<published>2005-11-16T01:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=a7db52ca894f9d80845267f743ae56663b37f605'/>
<id>a7db52ca894f9d80845267f743ae56663b37f605</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7899 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@7899 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>fix warning on player builds</title>
<updated>2005-11-12T22:26:29+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2005-11-12T22:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=149a50d688554de9ce80b4a2e5e6c7c624597186'/>
<id>149a50d688554de9ce80b4a2e5e6c7c624597186</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7834 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@7834 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>1 - assume and use WPS files in .rockbox/wps</title>
<updated>2005-11-12T21:48:06+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2005-11-12T21:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=0b4576cd8b14d440670b589ac669364f22394f3d'/>
<id>0b4576cd8b14d440670b589ac669364f22394f3d</id>
<content type='text'>
2 - load all BMPs for WPS from a directory in the same dir the WPS is loaded
    from, using the same name as the WPS file without extension


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7832 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2 - load all BMPs for WPS from a directory in the same dir the WPS is loaded
    from, using the same name as the WPS file without extension


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7832 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>The WPS buffer wasn't big enough for my 2.2k WPS file.  Increased buffer size to 3k.</title>
<updated>2005-11-07T13:20:21+00:00</updated>
<author>
<name>Christi Scarborough</name>
<email>christi@coraline.org</email>
</author>
<published>2005-11-07T13:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=7053f1e77c77cf08f75c089381f0f875e8070b2c'/>
<id>7053f1e77c77cf08f75c089381f0f875e8070b2c</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7775 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@7775 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Reworked handling of MPEG audio frame &amp; file info: * Fixed frame size calculation for layer 1 (all versions) and layer 2 (V2/V2.5). * Exact frame time (expressed as a fraction) for way more precise playtime calculation at 44100/22050/11025Hz sample frequency. * Exact playtime&lt;-&gt;position conversion for CBR also used for resume position. * More compact code, long policy.</title>
<updated>2005-09-10T12:28:16+00:00</updated>
<author>
<name>Jens Arnold</name>
<email>amiconn@rockbox.org</email>
</author>
<published>2005-09-10T12:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=ec9b202a921996945ebd42a7edba1326754d7737'/>
<id>ec9b202a921996945ebd42a7edba1326754d7737</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7505 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@7505 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch #1285659 by Stephan Wezel, adds the %bp tag to the WPS (external power adapter)</title>
<updated>2005-09-09T07:07:44+00:00</updated>
<author>
<name>Linus Nielsen Feltzing</name>
<email>linus@haxx.se</email>
</author>
<published>2005-09-09T07:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=c2779e5ef3740781c30b8c2b5d9f876709b091d9'/>
<id>c2779e5ef3740781c30b8c2b5d9f876709b091d9</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7501 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@7501 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>WPS: 1) Increased the WPS buffer size from 800 to 1600 bytes, 2) Increased the number of images from 26 to 52, using both a-z and A-Z as image ID 3) Fixed a bug that inserted empty lines if an image tag was wrong</title>
<updated>2005-09-07T13:54:58+00:00</updated>
<author>
<name>Linus Nielsen Feltzing</name>
<email>linus@haxx.se</email>
</author>
<published>2005-09-07T13:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=04eedd06241412b20665623534dfd4565080768a'/>
<id>04eedd06241412b20665623534dfd4565080768a</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7498 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@7498 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>WPS: 1) Bitmaps are drawn after formatting the entire WPS, 2) Most tags are now marked REFRESH_DYNAMIC, 3) Conditional bitmaps are now drawn with DRMODE_SOLID</title>
<updated>2005-09-07T12:32:59+00:00</updated>
<author>
<name>Linus Nielsen Feltzing</name>
<email>linus@haxx.se</email>
</author>
<published>2005-09-07T12:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=561aaa1219393ec9b3bd44049316b2c94aee8b80'/>
<id>561aaa1219393ec9b3bd44049316b2c94aee8b80</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7497 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@7497 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
</feed>
