<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/apps/codecs/libwavpack/metadata.c, branch master</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>Add codecs to librbcodec.</title>
<updated>2012-04-25T20:13:20+00:00</updated>
<author>
<name>Sean Bartell</name>
<email>wingedtachikoma@gmail.com</email>
</author>
<published>2011-06-26T01:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f40bfc9267b13b54e6379dfe7539447662879d24'/>
<id>f40bfc9267b13b54e6379dfe7539447662879d24</id>
<content type='text'>
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97
Reviewed-on: http://gerrit.rockbox.org/137
Reviewed-by: Nils Wallménius &lt;nils@rockbox.org&gt;
Tested-by: Nils Wallménius &lt;nils@rockbox.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97
Reviewed-on: http://gerrit.rockbox.org/137
Reviewed-by: Nils Wallménius &lt;nils@rockbox.org&gt;
Tested-by: Nils Wallménius &lt;nils@rockbox.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>make WavPack library check the extent of the block that it is parsing so that it cannot run into the next block; also enhance the metadata code to handle the case of files with non-audio blocks at the beginning (which can happen if the source WAV file has lots of RIFF data)</title>
<updated>2010-12-05T19:25:32+00:00</updated>
<author>
<name>Dave Bryant</name>
<email>bryant@rockbox.org</email>
</author>
<published>2010-12-05T19:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=516693fcc9a35eeae86422a17ac9d2be4bbe899c'/>
<id>516693fcc9a35eeae86422a17ac9d2be4bbe899c</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28736 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@28736 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Move WavPack metadata parsing to its own file and add handling of non-standard sampling rates</title>
<updated>2007-08-12T06:36:06+00:00</updated>
<author>
<name>Dave Bryant</name>
<email>bryant@rockbox.org</email>
</author>
<published>2007-08-12T06:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=bcf97a480115aa653af9e0eb5c012fc3673bc00f'/>
<id>bcf97a480115aa653af9e0eb5c012fc3673bc00f</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14289 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@14289 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes bug that prevented playback of WavPack files containing over 1000 bytes of RIFF header data</title>
<updated>2007-07-27T03:18:45+00:00</updated>
<author>
<name>Dave Bryant</name>
<email>bryant@rockbox.org</email>
</author>
<published>2007-07-27T03:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=ee7caed7d95e209361406735805dc66718575ea7'/>
<id>ee7caed7d95e209361406735805dc66718575ea7</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14019 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@14019 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate references to "long" types for 64-bit compiles; return audio data</title>
<updated>2006-03-26T22:54:15+00:00</updated>
<author>
<name>Dave Bryant</name>
<email>bryant@rockbox.org</email>
</author>
<published>2006-03-26T22:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=0ad19c7262f987691d04051648e71d6f30892d5f'/>
<id>0ad19c7262f987691d04051648e71d6f30892d5f</id>
<content type='text'>
in Rockbox standard S3.28 format


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9272 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in Rockbox standard S3.28 format


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9272 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Added lossless encoding to WavPack library. Also made a few changes to</title>
<updated>2005-07-04T06:38:00+00:00</updated>
<author>
<name>Dave Bryant</name>
<email>bryant@rockbox.org</email>
</author>
<published>2005-07-04T06:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=dacbc16d5b2c2a113eab6b9295db12795d98e2cc'/>
<id>dacbc16d5b2c2a113eab6b9295db12795d98e2cc</id>
<content type='text'>
decoding stuff in preparation for future optimization and eliminated all tabs.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7009 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
decoding stuff in preparation for future optimization and eliminated all tabs.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7009 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>changes to compile without warnings</title>
<updated>2005-02-25T17:19:32+00:00</updated>
<author>
<name>Christian Gmeiner</name>
<email>christian.gmeiner@gmail.com</email>
</author>
<published>2005-02-25T17:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=c3e55c01a53f005b8f6042755a83bb7059f98e7b'/>
<id>c3e55c01a53f005b8f6042755a83bb7059f98e7b</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6057 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@6057 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial import of libwavpack</title>
<updated>2005-02-25T17:05:30+00:00</updated>
<author>
<name>Christian Gmeiner</name>
<email>christian.gmeiner@gmail.com</email>
</author>
<published>2005-02-25T17:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=e449d88b3e6b584998f8f38ed61467c35ca74466'/>
<id>e449d88b3e6b584998f8f38ed61467c35ca74466</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6056 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@6056 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
</feed>
