<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atracdenc/src/bitstream, branch master</title>
<subtitle>OpenSource ATRAC1 ATRAC3 Encoder</subtitle>
<id>https://code.mastervirt.ru/atracdenc/atom?h=master</id>
<link rel='self' href='https://code.mastervirt.ru/atracdenc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/atracdenc/'/>
<updated>2024-06-17T20:21:52Z</updated>
<entry>
<title>[refactoring] move some libraries in to library directory</title>
<updated>2024-06-17T20:21:52Z</updated>
<author>
<name>Daniil Cherednik</name>
<email>dan.cherednik@gmail.com</email>
</author>
<published>2024-06-17T20:12:45Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/atracdenc/commit/?id=23a4e5f1dd7ce24f65a2af0598d1f92af4b5c424'/>
<id>urn:sha1:23a4e5f1dd7ce24f65a2af0598d1f92af4b5c424</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bitstream.cpp: Add missing &lt;cstdint&gt; header</title>
<updated>2023-12-16T18:57:46Z</updated>
<author>
<name>Satoshi Fuuki</name>
<email>154016130+SatoFoo@users.noreply.github.com</email>
</author>
<published>2023-12-16T18:57:46Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/atracdenc/commit/?id=c6b70f76ccf96479671de0d62ecbe7acf198eed4'/>
<id>urn:sha1:c6b70f76ccf96479671de0d62ecbe7acf198eed4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of gtest files. Use system package if available.</title>
<updated>2023-11-18T22:39:54Z</updated>
<author>
<name>Daniil Cherednik</name>
<email>dan.cherednik@gmail.com</email>
</author>
<published>2023-11-18T21:29:30Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/atracdenc/commit/?id=ff401eccf9f4d37193751633c2cf9beada2fd754'/>
<id>urn:sha1:ff401eccf9f4d37193751633c2cf9beada2fd754</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UT refactoring</title>
<updated>2020-01-04T09:55:00Z</updated>
<author>
<name>Daniil Cherednik</name>
<email>dan.cherednik@gmail.com</email>
</author>
<published>2020-01-04T09:55:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/atracdenc/commit/?id=5ae5ed6b6c6f0a49372288e309244ccd0b54060f'/>
<id>urn:sha1:5ae5ed6b6c6f0a49372288e309244ccd0b54060f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support for MS Windows platform</title>
<updated>2019-05-14T22:14:42Z</updated>
<author>
<name>Daniil Cherednik</name>
<email>dan.cherednik@gmail.com</email>
</author>
<published>2019-05-14T22:14:42Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/atracdenc/commit/?id=ed9629395ce9696164c1d617d573a47982e82169'/>
<id>urn:sha1:ed9629395ce9696164c1d617d573a47982e82169</id>
<content type='text'>
- VS build (2017 tested)
- Media Foundation Framework support to read/write pcm data (instead of
libsndfile)
</content>
</entry>
<entry>
<title>Set LGPL v2.1 license</title>
<updated>2017-02-12T13:14:56Z</updated>
<author>
<name>Daniil Cherednik</name>
<email>dan.cherednik@gmail.com</email>
</author>
<published>2017-02-12T13:14:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/atracdenc/commit/?id=3740b709a39e4a1eca7a5fbd598e8554944ce0e7'/>
<id>urn:sha1:3740b709a39e4a1eca7a5fbd598e8554944ce0e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support of big endian platforms</title>
<updated>2016-11-27T19:59:50Z</updated>
<author>
<name>Daniil Cherednik</name>
<email>dan.cherednik@gmail.com</email>
</author>
<published>2016-11-27T19:59:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/atracdenc/commit/?id=00a040eee75ef0076180958ed736e3dfe171b49e'/>
<id>urn:sha1:00a040eee75ef0076180958ed736e3dfe171b49e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dirty implementation of atrac3 encoder:</title>
<updated>2016-09-02T18:21:28Z</updated>
<author>
<name>Daniil Cherednik</name>
<email>dan.cherednik@gmail.com</email>
</author>
<published>2016-03-13T06:49:33Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/atracdenc/commit/?id=cfaa2cd39b7256a868a4f5cd83aac207df6bd1b3'/>
<id>urn:sha1:cfaa2cd39b7256a868a4f5cd83aac207df6bd1b3</id>
<content type='text'>
 - no JS mode
 - constant quantiser for tonal components
 - gain controll implemented but produces some artifacts with real signals.
 - etc...
</content>
</entry>
<entry>
<title>fix memory corruption</title>
<updated>2016-04-21T23:29:54Z</updated>
<author>
<name>Daniil Cherednik</name>
<email>dan.cherednik@gmail.com</email>
</author>
<published>2016-04-21T23:29:54Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/atracdenc/commit/?id=03026f0bc68748b95bfe774ff48f88985cd9690a'/>
<id>urn:sha1:03026f0bc68748b95bfe774ff48f88985cd9690a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix memory corruption</title>
<updated>2016-04-21T22:35:31Z</updated>
<author>
<name>Daniil Cherednik</name>
<email>dan.cherednik@gmail.com</email>
</author>
<published>2016-04-21T22:35:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/atracdenc/commit/?id=15d1fd3c390587f6fabb82acd6d7db3660319bbd'/>
<id>urn:sha1:15d1fd3c390587f6fabb82acd6d7db3660319bbd</id>
<content type='text'>
</content>
</entry>
</feed>
