<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/lib, branch wolf3d</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>opus fix playback opustag skipping</title>
<updated>2019-01-25T16:50:39+00:00</updated>
<author>
<name>William Wilgus</name>
<email>me.theuser@yahoo.com</email>
</author>
<published>2019-01-25T04:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=8cadef4cbbdea20d68c0b389c32d7b64e312666b'/>
<id>8cadef4cbbdea20d68c0b389c32d7b64e312666b</id>
<content type='text'>
Change-Id: I9ec35e276e24ec7b5a2e1199d6264d9f2d5d9fc2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9ec35e276e24ec7b5a2e1199d6264d9f2d5d9fc2
</pre>
</div>
</content>
</entry>
<entry>
<title>opus fix comment skipping code</title>
<updated>2019-01-25T03:18:51+00:00</updated>
<author>
<name>William Wilgus</name>
<email>me.theuser@yahoo.com</email>
</author>
<published>2019-01-25T03:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=96052373490095cd02fca7eb6ccdcfabe6403803'/>
<id>96052373490095cd02fca7eb6ccdcfabe6403803</id>
<content type='text'>
opus requires the comment header to be a valid file our codec attemps to skip the comment data
in order to reduce the ram allocated originally it caused files with large album art to skip
the beginning of tracks my first attempt at fixing this then caused files with low bitrates
to do the same while fixing files with large album art

This patch should fix both although the initial start might be a bit slower but
this shouldn't cause too much of an issue

Change-Id: Ia1c3561347894cc45f24bb2659436914f8f03b43
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
opus requires the comment header to be a valid file our codec attemps to skip the comment data
in order to reduce the ram allocated originally it caused files with large album art to skip
the beginning of tracks my first attempt at fixing this then caused files with low bitrates
to do the same while fixing files with large album art

This patch should fix both although the initial start might be a bit slower but
this shouldn't cause too much of an issue

Change-Id: Ia1c3561347894cc45f24bb2659436914f8f03b43
</pre>
</div>
</content>
</entry>
<entry>
<title>opus optimize playback function</title>
<updated>2019-01-23T22:37:46+00:00</updated>
<author>
<name>William Wilgus</name>
<email>me.theuser@yahoo.com</email>
</author>
<published>2019-01-12T18:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=00943537e63347f9ca338288c32dd91d45529ec8'/>
<id>00943537e63347f9ca338288c32dd91d45529ec8</id>
<content type='text'>
knocks off about .5 second from decode time not a big change but might help a bit on
devices that barely achieve realtime

Change-Id: If6e822b7273613c9449c102ce7dd3543bf975d37
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
knocks off about .5 second from decode time not a big change but might help a bit on
devices that barely achieve realtime

Change-Id: If6e822b7273613c9449c102ce7dd3543bf975d37
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Opus FS#13133 - Files with embedded artwork 45.8KiB+ skip near beginning</title>
<updated>2019-01-04T05:56:52+00:00</updated>
<author>
<name>William Wilgus</name>
<email>me.theuser@yahoo.com</email>
</author>
<published>2018-12-31T09:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=100f4338deea5239423a0b8974784939d520385c'/>
<id>100f4338deea5239423a0b8974784939d520385c</id>
<content type='text'>
ogg_sync_reset() causes issues on the partial page boundary
due to the next page (already in buffer) being discarded

instead seek next page boundary past complete page

Change-Id: Ic05f188f489b015693d663f131e09cd92ad37ff7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ogg_sync_reset() causes issues on the partial page boundary
due to the next page (already in buffer) being discarded

instead seek next page boundary past complete page

Change-Id: Ic05f188f489b015693d663f131e09cd92ad37ff7
</pre>
</div>
</content>
</entry>
<entry>
<title>Third attempt to shut up the warble build printf() warning.</title>
<updated>2018-12-28T12:57:23+00:00</updated>
<author>
<name>Solomon Peachy</name>
<email>pizza@shaftnet.org</email>
</author>
<published>2018-12-28T12:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=2c6094843c72b2b7a81522c04dc36b03cd9c2929'/>
<id>2c6094843c72b2b7a81522c04dc36b03cd9c2929</id>
<content type='text'>
(resorting to an explicit cast this time)

Change-Id: Ib5fc7bcd9e573cd32fc4372003c6c5429e339652
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(resorting to an explicit cast this time)

Change-Id: Ib5fc7bcd9e573cd32fc4372003c6c5429e339652
</pre>
</div>
</content>
</entry>
<entry>
<title>Another attempt to silence the warble build warning on 32-bit hosts</title>
<updated>2018-12-28T12:16:03+00:00</updated>
<author>
<name>Solomon Peachy</name>
<email>pizza@shaftnet.org</email>
</author>
<published>2018-12-28T12:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=c77348f78031afa9d5c3f71e22a0cc3aaa795107'/>
<id>c77348f78031afa9d5c3f71e22a0cc3aaa795107</id>
<content type='text'>
Change-Id: Ib83ce41582b18641badb389c3871e501c8be697f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib83ce41582b18641badb389c3871e501c8be697f
</pre>
</div>
</content>
</entry>
<entry>
<title>build:  Put all codec optiomization definitions in one place</title>
<updated>2018-12-25T19:17:29+00:00</updated>
<author>
<name>Solomon Peachy</name>
<email>pizza@shaftnet.org</email>
</author>
<published>2018-12-25T19:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=6c2a7ddc74257d700db71999ec751c47d4287b95'/>
<id>6c2a7ddc74257d700db71999ec751c47d4287b95</id>
<content type='text'>
It was already mostly there.

Change-Id: I24ff278d9bf18a54be4b67c3075d5ebbe7947f65
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was already mostly there.

Change-Id: I24ff278d9bf18a54be4b67c3075d5ebbe7947f65
</pre>
</div>
</content>
</entry>
<entry>
<title>Hopefully silence the warning in the warble codec build.</title>
<updated>2018-12-24T21:18:23+00:00</updated>
<author>
<name>Solomon Peachy</name>
<email>pizza@shaftnet.org</email>
</author>
<published>2018-12-24T21:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=df1d38601963a3bf5cb03dc6425a61df6b300933'/>
<id>df1d38601963a3bf5cb03dc6425a61df6b300933</id>
<content type='text'>
Change-Id: I63eef2c33bf3ea31a135cd6336882b600723f946
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I63eef2c33bf3ea31a135cd6336882b600723f946
</pre>
</div>
</content>
</entry>
<entry>
<title>AAC bitstream format files support</title>
<updated>2018-12-23T01:12:10+00:00</updated>
<author>
<name>Solomon Peachy</name>
<email>pizza@shaftnet.org</email>
</author>
<published>2018-12-23T01:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=928557bb174fdc6ae44d784137e19a61b4f42693'/>
<id>928557bb174fdc6ae44d784137e19a61b4f42693</id>
<content type='text'>
Files with extension "aac" in ADTS or ADIF format are now playable.

Full credit goes to Igor Poretsky.

Change-Id: I413b34e15e5242fea60d3461966ae0984080f530
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Files with extension "aac" in ADTS or ADIF format are now playable.

Full credit goes to Igor Poretsky.

Change-Id: I413b34e15e5242fea60d3461966ae0984080f530
</pre>
</div>
</content>
</entry>
<entry>
<title>Realmedia related codecs fixes and enhancements</title>
<updated>2018-12-23T01:12:10+00:00</updated>
<author>
<name>Solomon Peachy</name>
<email>pizza@shaftnet.org</email>
</author>
<published>2018-12-23T01:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=9b9b30bd547c829157f3f83c71378f0bbd43241d'/>
<id>9b9b30bd547c829157f3f83c71378f0bbd43241d</id>
<content type='text'>
 * More tolerance to the file format variations.
 * AC3 coded files in realaudio format are now playable

Full credit to Igor Poretsky

Change-Id: Id24e94bc00623e89fb8c80403efa92f69ab1e5d7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * More tolerance to the file format variations.
 * AC3 coded files in realaudio format are now playable

Full credit to Igor Poretsky

Change-Id: Id24e94bc00623e89fb8c80403efa92f69ab1e5d7
</pre>
</div>
</content>
</entry>
</feed>
