<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/drivers/vorbis, branch master</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-10-15T09:50:40Z</updated>
<entry>
<title>ogg/vorbis/opus: Make them modules and unbundle thirdparty libs</title>
<updated>2016-10-15T09:50:40Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-12T18:37:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d9a291f6411f2e571c181da0ac89f550ba73f681'/>
<id>urn:sha1:d9a291f6411f2e571c181da0ac89f550ba73f681</id>
<content type='text'>
Took the opportunity to undo the Godot changed made to the
opus source. The opus module should eventually be built in its
own environment to avoid polluting others with too many include
dirs and defines.

TODO: Fix the platform/ stuff for opus.
</content>
</entry>
<entry>
<title>Vorbis: Don't compile unnecessary encoder files</title>
<updated>2016-09-14T20:40:20Z</updated>
<author>
<name>Błażej Szczygieł</name>
</author>
<published>2016-09-14T20:40:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=222bc07874b11166410b6ae395fa854f238aed5a'/>
<id>urn:sha1:222bc07874b11166410b6ae395fa854f238aed5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libvorbis: New version 1.3.5</title>
<updated>2016-06-19T13:37:49Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2016-06-19T12:50:29Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=644e9076bbb0daf5e137fae2acad774c6fd3dc49'/>
<id>urn:sha1:644e9076bbb0daf5e137fae2acad774c6fd3dc49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing license information (ogg/vorbis/opus)</title>
<updated>2016-06-06T17:05:36Z</updated>
<author>
<name>Roberto</name>
</author>
<published>2016-06-06T17:05:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c0a8c4f6e4cd3b70d8c14d34918a25c28760170c'/>
<id>urn:sha1:c0a8c4f6e4cd3b70d8c14d34918a25c28760170c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright to 2016 in headers</title>
<updated>2016-01-01T13:50:53Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-01-01T13:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5be9ff7b6715a661e85f99b108f96340de7ef435'/>
<id>urn:sha1:5be9ff7b6715a661e85f99b108f96340de7ef435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>0theora compilation fixes</title>
<updated>2015-11-25T03:28:03Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-11-25T03:28:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b987d2113b491a4427310e23408c9a31a4f369e4'/>
<id>urn:sha1:b987d2113b491a4427310e23408c9a31a4f369e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2707 from akien-mga/master</title>
<updated>2015-11-18T22:43:28Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-11-18T22:43:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0c3386b2ed7c3791127e2b12a2227deddad96ae5'/>
<id>urn:sha1:0c3386b2ed7c3791127e2b12a2227deddad96ae5</id>
<content type='text'>
Cosmetic fixes to SCons buildsystem</content>
</entry>
<entry>
<title>Fixed broken set_loop_restart_time method in AudioStreamPlaybackOGGVorbis class.</title>
<updated>2015-11-02T17:42:56Z</updated>
<author>
<name>Saracen</name>
</author>
<published>2015-10-28T20:03:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6bcc2e1f835c5e4f1c788f026e870019a4defff6'/>
<id>urn:sha1:6bcc2e1f835c5e4f1c788f026e870019a4defff6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cosmetic fixes to SCons buildsystem</title>
<updated>2015-11-01T19:53:26Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2015-11-01T19:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=399b1b047498d154440f5cda4a5ceb08ea3de68e'/>
<id>urn:sha1:399b1b047498d154440f5cda4a5ceb08ea3de68e</id>
<content type='text'>
- Removed trailing spaces
- Made sure all indentation is done using tabs (fixes #39)
- Potentially fixed an identation issue for openssl check
</content>
</entry>
<entry>
<title>properly compute total time for ogg vorbis</title>
<updated>2015-11-01T15:32:11Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-11-01T15:32:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=61ecb6a5e6bbf54c53cc6f87d1830ee803981cb1'/>
<id>urn:sha1:61ecb6a5e6bbf54c53cc6f87d1830ee803981cb1</id>
<content type='text'>
</content>
</entry>
</feed>
