<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/apps/filetypes.c, branch xracer</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>Fix color of files with no extension.</title>
<updated>2013-06-05T22:35:09+00:00</updated>
<author>
<name>Boris Gjenero</name>
<email>boris.gjenero@gmail.com</email>
</author>
<published>2013-06-05T22:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=15fa7f866fe3a17afc9699f86e52aef7cb1a09d0'/>
<id>15fa7f866fe3a17afc9699f86e52aef7cb1a09d0</id>
<content type='text'>
Based on all other references, unknown_file.color is a color, not an
index into custom_colors[]. Previously, custom_colors[-1] was returned
for files without an extension, accessing outside array boundaries
and making files without an extension black, which is hard to see.

Change-Id: Ia0883aba929582324b767df7828a36a84c0b36b9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on all other references, unknown_file.color is a color, not an
index into custom_colors[]. Previously, custom_colors[-1] was returned
for files without an extension, accessing outside array boundaries
and making files without an extension black, which is hard to see.

Change-Id: Ia0883aba929582324b767df7828a36a84c0b36b9
</pre>
</div>
</content>
</entry>
<entry>
<title>And use the unknown file colour if there is no extension</title>
<updated>2013-01-20T22:38:19+00:00</updated>
<author>
<name>Jonathan Gordon</name>
<email>rockbox@jdgordon.info</email>
</author>
<published>2013-01-20T22:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=0c87e02631d954b5b8b0ec584bd60db77b60427e'/>
<id>0c87e02631d954b5b8b0ec584bd60db77b60427e</id>
<content type='text'>
Change-Id: I35e16643fa655b7d1e006ea85be5c351427bca14
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I35e16643fa655b7d1e006ea85be5c351427bca14
</pre>
</div>
</content>
</entry>
<entry>
<title>fix yellow</title>
<updated>2013-01-20T22:07:04+00:00</updated>
<author>
<name>Jonathan Gordon</name>
<email>rockbox@jdgordon.info</email>
</author>
<published>2013-01-20T22:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3b6b5130c90fb25325dcea0ed76db7cf060f2ff6'/>
<id>3b6b5130c90fb25325dcea0ed76db7cf060f2ff6</id>
<content type='text'>
Change-Id: I269c1c3caa57ba3f0368f58da9501fc29be3dc0c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I269c1c3caa57ba3f0368f58da9501fc29be3dc0c
</pre>
</div>
</content>
</entry>
<entry>
<title>filetree: Support ??? in viewers.config for unsupported filetypes</title>
<updated>2013-01-20T11:44:03+00:00</updated>
<author>
<name>Jonathan Gordon</name>
<email>rockbox@jdgordon.info</email>
</author>
<published>2013-01-20T11:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=70595a278a7bc7b2543f498bda4ddad84a7f7536'/>
<id>70595a278a7bc7b2543f498bda4ddad84a7f7536</id>
<content type='text'>
This will allow the user to set the file colour and icon for all
unknown files in the file browser.

Change-Id: I4e601f9d2ea31ac972d8066252bf80b6c0d22268
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow the user to set the file colour and icon for all
unknown files in the file browser.

Change-Id: I4e601f9d2ea31ac972d8066252bf80b6c0d22268
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial opus codec support</title>
<updated>2012-09-20T18:47:44+00:00</updated>
<author>
<name>Frederik M J Vestre</name>
<email>freqmod@gmail.com</email>
</author>
<published>2012-07-26T12:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=1b8e3801b2444f6e466e1b7c09cfc51605e80fb3'/>
<id>1b8e3801b2444f6e466e1b7c09cfc51605e80fb3</id>
<content type='text'>
Synchronised with opus repo on github (https://github.com/freqmod/rockbox-opus)

Status:
* Seeking ported from speex, but fails on some cases (e.g. seek to granule 0)
* ReplayGain parsing needs to be reworked, we do vorbis-style replaygain now.
  http://wiki.xiph.org/OggOpus#Comment_Header explicitly forbids these in
  favour of R128_TRACK_GAIN tag.
* No optimisation yet, source files still nearly identical to opus upstream
* Multi-stream opus files may not be parsed correctly

Change-Id: Ia66f1027dc1d288083e3c57b2816700078376f9a
Reviewed-on: http://gerrit.rockbox.org/300
Reviewed-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;
Tested-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Synchronised with opus repo on github (https://github.com/freqmod/rockbox-opus)

Status:
* Seeking ported from speex, but fails on some cases (e.g. seek to granule 0)
* ReplayGain parsing needs to be reworked, we do vorbis-style replaygain now.
  http://wiki.xiph.org/OggOpus#Comment_Header explicitly forbids these in
  favour of R128_TRACK_GAIN tag.
* No optimisation yet, source files still nearly identical to opus upstream
* Multi-stream opus files may not be parsed correctly

Change-Id: Ia66f1027dc1d288083e3c57b2816700078376f9a
Reviewed-on: http://gerrit.rockbox.org/300
Reviewed-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;
Tested-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix checks on buflib allocated handles (0 is not a valid handle value)</title>
<updated>2012-06-10T15:15:47+00:00</updated>
<author>
<name>Bertrik Sikken</name>
<email>bertrik@sikken.nl</email>
</author>
<published>2012-06-10T15:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=d023bf0f5dedb67caf9229e3ddcbb5a9fea420ce'/>
<id>d023bf0f5dedb67caf9229e3ddcbb5a9fea420ce</id>
<content type='text'>
Change-Id: I8fdc5a59a5062f40a431cd49971390e21631b8ec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8fdc5a59a5062f40a431cd49971390e21631b8ec
</pre>
</div>
</content>
</entry>
<entry>
<title>Sprinkle around some static and const.</title>
<updated>2011-12-05T19:23:46+00:00</updated>
<author>
<name>Nils Wallménius</name>
<email>nils@rockbox.org</email>
</author>
<published>2011-12-05T19:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=a0377bd500bc3185f840a67b4ee82ddaf7eaa5ab'/>
<id>a0377bd500bc3185f840a67b4ee82ddaf7eaa5ab</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31153 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@31153 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix file descriptor double close():</title>
<updated>2011-10-02T20:04:44+00:00</updated>
<author>
<name>Thomas Jarosch</name>
<email>tomj@simonv.com</email>
</author>
<published>2011-10-02T20:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=96afbb3778e0f69f5113610150f5851a812f0fc4'/>
<id>96afbb3778e0f69f5113610150f5851a812f0fc4</id>
<content type='text'>
read_config() also closed the file descriptor.

Credit goes to cppcheck.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30699 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
read_config() also closed the file descriptor.

Credit goes to cppcheck.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30699 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>fix FIX_PTR macro so it actually fixes every pointer (was skipping x == current case)</title>
<updated>2011-09-21T13:32:37+00:00</updated>
<author>
<name>Jonathan Gordon</name>
<email>rockbox@jdgordon.info</email>
</author>
<published>2011-09-21T13:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=ccaf55a8ae707951d9e91a799bfa05970df829c9'/>
<id>ccaf55a8ae707951d9e91a799bfa05970df829c9</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30577 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@30577 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Buflib: Clarification about invalid handles</title>
<updated>2011-09-07T23:16:29+00:00</updated>
<author>
<name>Thomas Martitz</name>
<email>kugel@rockbox.org</email>
</author>
<published>2011-09-07T23:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=5296af838c39b8b7c4b00a3c896345f9e0719dcf'/>
<id>5296af838c39b8b7c4b00a3c896345f9e0719dcf</id>
<content type='text'>
* Enhance allocation function comments to better state the return value and what an invalid value is
* Change clients to check for "&lt; 0" instead of "&lt;= 0" or "== 0"
* Return -1 or -2 depending on the exact failure in buflib_alloc_ex.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30469 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Enhance allocation function comments to better state the return value and what an invalid value is
* Change clients to check for "&lt; 0" instead of "&lt;= 0" or "== 0"
* Return -1 or -2 depending on the exact failure in buflib_alloc_ex.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30469 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
</feed>
