<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libw32dll, branch 1-rc0</title>
<subtitle>xine-lib git mirror
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/'/>
<entry>
<title>Changed assembly building code to take advantage of libtool. This command</title>
<updated>2003-07-20T20:48:40+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2003-07-20T20:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=95e6ebe3d3920ff73bf4fe75c8c6009aa0dae6df'/>
<id>95e6ebe3d3920ff73bf4fe75c8c6009aa0dae6df</id>
<content type='text'>
now works for libtool-1.4.x and libtool-1.5.
Changed the commands for building the assembly files in libw32dll to
match that suggested by Chris Rankin &lt;rankincj@yahoo.com&gt;.

CVS patchset: 5203
CVS date: 2003/07/20 20:48:40

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now works for libtool-1.4.x and libtool-1.5.
Changed the commands for building the assembly files in libw32dll to
match that suggested by Chris Rankin &lt;rankincj@yahoo.com&gt;.

CVS patchset: 5203
CVS date: 2003/07/20 20:48:40

</pre>
</div>
</content>
</entry>
<entry>
<title>3 seconds of difference between audio and video is not acceptable.</title>
<updated>2003-07-16T00:25:38+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2003-07-16T00:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9da02c7370fcca339301e39aed337d3946bbbf10'/>
<id>9da02c7370fcca339301e39aed337d3946bbbf10</id>
<content type='text'>
Try to fix pts handling.
basically: buf-&gt;pts = this-&gt;pts - this-&gt;size / (8*bitrate)
(this-&gt;size is the number of bytes still inside the decoder)
Miguel, if you think that the old method was better, don't hesitate to remove this one.

CVS patchset: 5166
CVS date: 2003/07/16 00:25:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try to fix pts handling.
basically: buf-&gt;pts = this-&gt;pts - this-&gt;size / (8*bitrate)
(this-&gt;size is the number of bytes still inside the decoder)
Miguel, if you think that the old method was better, don't hesitate to remove this one.

CVS patchset: 5166
CVS date: 2003/07/16 00:25:38

</pre>
</div>
</content>
</entry>
<entry>
<title>- adding support for the Intel compiler icc</title>
<updated>2003-07-12T12:31:13+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-07-12T12:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ecde3c9f3e46a78f653829f8b12241dc7fbe9fb2'/>
<id>ecde3c9f3e46a78f653829f8b12241dc7fbe9fb2</id>
<content type='text'>
- general multipass compilation make targets

CVS patchset: 5149
CVS date: 2003/07/12 12:31:13

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- general multipass compilation make targets

CVS patchset: 5149
CVS date: 2003/07/12 12:31:13

</pre>
</div>
</content>
</entry>
<entry>
<title>Approximate pts values are now sent.</title>
<updated>2003-07-04T14:23:37+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2003-07-04T14:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6704efc6a76c7ea52913940c47a292a9f52da7dc'/>
<id>6704efc6a76c7ea52913940c47a292a9f52da7dc</id>
<content type='text'>
Need to add pts correction code back in and fix bugs in it.

CVS patchset: 5130
CVS date: 2003/07/04 14:23:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Need to add pts correction code back in and fix bugs in it.

CVS patchset: 5130
CVS date: 2003/07/04 14:23:37

</pre>
</div>
</content>
</entry>
<entry>
<title>Metronom does the pts prediction now, not the decoders.</title>
<updated>2003-07-02T23:10:21+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2003-07-02T23:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2bec19f4ff74d64f11f3e5655047122d7b4823a9'/>
<id>2bec19f4ff74d64f11f3e5655047122d7b4823a9</id>
<content type='text'>
CVS patchset: 5123
CVS date: 2003/07/02 23:10:21

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5123
CVS date: 2003/07/02 23:10:21

</pre>
</div>
</content>
</entry>
<entry>
<title>not all gcc versions support all these options, so probe them before using</title>
<updated>2003-06-25T14:32:39+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-06-25T14:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fdcd473eba226d4fefbd57b65e2f8648065f178d'/>
<id>fdcd473eba226d4fefbd57b65e2f8648065f178d</id>
<content type='text'>
CVS patchset: 5097
CVS date: 2003/06/25 14:32:39

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5097
CVS date: 2003/06/25 14:32:39

</pre>
</div>
</content>
</entry>
<entry>
<title>hopefully this will finally fix the deadlocks</title>
<updated>2003-06-21T11:26:51+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-06-21T11:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d193577656d974795040f1685b4f7fae59bdd6b5'/>
<id>d193577656d974795040f1685b4f7fae59bdd6b5</id>
<content type='text'>
CVS patchset: 5081
CVS date: 2003/06/21 11:26:51

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5081
CVS date: 2003/06/21 11:26:51

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix QuickTime binary audio decoder lockup</title>
<updated>2003-06-14T23:34:46+00:00</updated>
<author>
<name>Ewald Snel</name>
<email>esnel@users.sourceforge.net</email>
</author>
<published>2003-06-14T23:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1119d9c79afc7bdf35527751e791cae941d90428'/>
<id>1119d9c79afc7bdf35527751e791cae941d90428</id>
<content type='text'>
CVS patchset: 5046
CVS date: 2003/06/14 23:34:46

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5046
CVS date: 2003/06/14 23:34:46

</pre>
</div>
</content>
</entry>
<entry>
<title>fix compilation problem with "make debug": the CFLAGS would be overridden in the</title>
<updated>2003-05-16T11:34:37+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-05-16T11:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0dc71e0c3e90cd732f149fefc601a65f6ef530a1'/>
<id>0dc71e0c3e90cd732f149fefc601a65f6ef530a1</id>
<content type='text'>
wrong order, when doing a "make debug" from outside src/libw32dll/wine
(DEBUG_CFLAGS is set in src/libw32dll/wine's Makefile, but the CFLAGS given on
the command line take precedence, therefore WIN32_PATH would be undefined)
I hope I have not broken wine stuff. (Yes, the warning is frightening me...)
I have checked using some Windows DLLs and the Quicktime SVQ3 DLL and they
worked fine. Could everyone double check, if the win32-DLLs still work?

CVS patchset: 4864
CVS date: 2003/05/16 11:34:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wrong order, when doing a "make debug" from outside src/libw32dll/wine
(DEBUG_CFLAGS is set in src/libw32dll/wine's Makefile, but the CFLAGS given on
the command line take precedence, therefore WIN32_PATH would be undefined)
I hope I have not broken wine stuff. (Yes, the warning is frightening me...)
I have checked using some Windows DLLs and the Quicktime SVQ3 DLL and they
worked fine. Could everyone double check, if the win32-DLLs still work?

CVS patchset: 4864
CVS date: 2003/05/16 11:34:37

</pre>
</div>
</content>
</entry>
<entry>
<title>Try to get it to compile.</title>
<updated>2003-05-15T14:07:28+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2003-05-15T14:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0f5ec75399ef32d05cd25e1ad7f18bb075a7687f'/>
<id>0f5ec75399ef32d05cd25e1ad7f18bb075a7687f</id>
<content type='text'>
CVS patchset: 4850
CVS date: 2003/05/15 14:07:28

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4850
CVS date: 2003/05/15 14:07:28

</pre>
</div>
</content>
</entry>
</feed>
