<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ogg-git.git/include, branch master</title>
<subtitle>gitlab.xiph.org: xiph/ogg.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ogg-git.git/'/>
<entry>
<title>os_types: fix unsigned typedefs for MacOS</title>
<updated>2019-09-07T15:18:22+00:00</updated>
<author>
<name>Tristan Matthews</name>
<email>tmatth@videolan.org</email>
</author>
<published>2019-09-07T04:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ogg-git.git/commit/?id=c8fca6b4a02d695b1ceea39b330d4406001c03ed'/>
<id>c8fca6b4a02d695b1ceea39b330d4406001c03ed</id>
<content type='text'>
This effectively reverts f8ce071e1040c766157d630d920d6165d35fe422 which was
probably broken by 6449883ccacfee276ed9d99fa047342cdc51ab88.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This effectively reverts f8ce071e1040c766157d630d920d6165d35fe422 which was
probably broken by 6449883ccacfee276ed9d99fa047342cdc51ab88.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix iOS/macOS build with current SDKs.</title>
<updated>2019-08-13T16:03:58+00:00</updated>
<author>
<name>Brion Vibber</name>
<email>brion@pobox.com</email>
</author>
<published>2018-01-29T21:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ogg-git.git/commit/?id=6449883ccacfee276ed9d99fa047342cdc51ab88'/>
<id>6449883ccacfee276ed9d99fa047342cdc51ab88</id>
<content type='text'>
Use &lt;sys/types.h&gt; not &lt;inttypes.h&gt; when building for Apple platforms,
as it works with modular dynamic-framework builds.

Signed-off-by: Ralph Giles &lt;giles@thaumas.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use &lt;sys/types.h&gt; not &lt;inttypes.h&gt; when building for Apple platforms,
as it works with modular dynamic-framework builds.

Signed-off-by: Ralph Giles &lt;giles@thaumas.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the comment in config_types.h.in (#53)</title>
<updated>2019-07-23T06:28:06+00:00</updated>
<author>
<name>willson-chen</name>
<email>53104026+willson-chen@users.noreply.github.com</email>
</author>
<published>2019-07-23T06:28:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ogg-git.git/commit/?id=1ab2706e52ccf36ce72b2599a91e8dbb22bc965d'/>
<id>1ab2706e52ccf36ce72b2599a91e8dbb22bc965d</id>
<content type='text'>
@var@ is replaced by configure when autoconf or cmake when use cmake</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@var@ is replaced by configure when autoconf or cmake when use cmake</pre>
</div>
</content>
</entry>
<entry>
<title>os_types: add ogg_uint64_t for all platforms</title>
<updated>2019-03-06T21:58:34+00:00</updated>
<author>
<name>Tristan Matthews</name>
<email>tmatth@videolan.org</email>
</author>
<published>2019-03-06T21:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ogg-git.git/commit/?id=a394849e79930f39f7a62b223c1ab1f05e30ff33'/>
<id>a394849e79930f39f7a62b223c1ab1f05e30ff33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: add USIZE64 template</title>
<updated>2019-03-06T20:39:40+00:00</updated>
<author>
<name>Tristan Matthews</name>
<email>tmatth@videolan.org</email>
</author>
<published>2019-03-06T20:37:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ogg-git.git/commit/?id=d9089e3710893fdb3a9ea8de2a9ca2cb901954c0'/>
<id>d9089e3710893fdb3a9ea8de2a9ca2cb901954c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove obsolete $Id$ svn substitution marks.</title>
<updated>2017-11-08T16:45:28+00:00</updated>
<author>
<name>Ralph Giles</name>
<email>giles@thaumas.net</email>
</author>
<published>2017-11-08T16:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ogg-git.git/commit/?id=f56d8af4d07d7c852d6f58abce428711a2f1eda4'/>
<id>f56d8af4d07d7c852d6f58abce428711a2f1eda4</id>
<content type='text'>
Subversion, like cvs, had a mechanism for replacing inline template
text on checkout for representing things like 'last modified date'.

Git does not support this, so remove the template strings from
file header comments.

Also less aggressive language is os_types.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Subversion, like cvs, had a mechanism for replacing inline template
text on checkout for representing things like 'last modified date'.

Git does not support this, so remove the template strings from
file header comments.

Also less aggressive language is os_types.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Mac OS 9 support from os_types.h.</title>
<updated>2015-06-18T21:01:20+00:00</updated>
<author>
<name>stopiccot</name>
<email>alexey.petruchik@gmail.com</email>
</author>
<published>2015-06-16T17:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ogg-git.git/commit/?id=8755aef005adc2a7205f0770b7b2681f358727a2'/>
<id>8755aef005adc2a7205f0770b7b2681f358727a2</id>
<content type='text'>
Signed-off-by: Ralph Giles &lt;giles@thaumas.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ralph Giles &lt;giles@thaumas.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use stdint.h for Visual Studio 2013 and newer</title>
<updated>2015-05-19T21:27:33+00:00</updated>
<author>
<name>stopiccot</name>
<email>alexey.petruchik@gmail.com</email>
</author>
<published>2015-05-16T13:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ogg-git.git/commit/?id=15fe47a80f7b0200c7654464ac04d002b8eb6bc3'/>
<id>15fe47a80f7b0200c7654464ac04d002b8eb6bc3</id>
<content type='text'>
Signed-off-by: Erik de Castro Lopo &lt;erikd@mega-nerd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Erik de Castro Lopo &lt;erikd@mega-nerd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>2014-02-26T19:06:45+00:00</updated>
<author>
<name>Ralph Giles</name>
<email>giles@xiph.org</email>
</author>
<published>2014-02-26T19:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ogg-git.git/commit/?id=d85282194eb75720335e39f0668c6b23af55e390'/>
<id>d85282194eb75720335e39f0668c6b23af55e390</id>
<content type='text'>
svn path=/trunk/ogg/; revision=19098
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/ogg/; revision=19098
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ogg_stream_flush_fill to compliment ogg_stream_pageout_fill because ogg_stream_flush will produce multiple pages when &gt;4096 bytes and &gt;4 packets are available.</title>
<updated>2011-08-01T17:55:20+00:00</updated>
<author>
<name>Gregory Maxwell</name>
<email>greg@xiph.org</email>
</author>
<published>2011-08-01T17:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ogg-git.git/commit/?id=237a3081dcafd11d5077d183395e63c515bf8dee'/>
<id>237a3081dcafd11d5077d183395e63c515bf8dee</id>
<content type='text'>
svn path=/trunk/ogg/; revision=18044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/ogg/; revision=18044
</pre>
</div>
</content>
</entry>
</feed>
