<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/include, branch 0.5.2</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>big demuxer clean, demux_ts should work again.</title>
<updated>2001-09-01T14:32:59+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-09-01T14:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cb89cd1650cac95646c1bea3cf14dea893460105'/>
<id>cb89cd1650cac95646c1bea3cf14dea893460105</id>
<content type='text'>
implemented time based seeking / stream length detection, implemented in
demux_avi.c demux_mpeg_block.c demux_mpeg.c
xine-engine cleanup, xine_seek is gone, use xine_play instead. xine_pause
is gone, use xine_set/get_speed instead.

CVS patchset: 536
CVS date: 2001/09/01 14:32:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implemented time based seeking / stream length detection, implemented in
demux_avi.c demux_mpeg_block.c demux_mpeg.c
xine-engine cleanup, xine_seek is gone, use xine_play instead. xine_pause
is gone, use xine_set/get_speed instead.

CVS patchset: 536
CVS date: 2001/09/01 14:32:59

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed sed pattern. Reintroduce XINE_PAUSE status. Fixed deadlock in xine_pause. Fixed</title>
<updated>2001-08-28T22:52:57+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-08-28T22:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e9cae6267fe66a03633426b6283de867e6eb0b65'/>
<id>e9cae6267fe66a03633426b6283de867e6eb0b65</id>
<content type='text'>
many pause/unpause case. Syncing xine.h.tmpl.in with xine_internal.h about
status (Please, don't forget to update the public API header, that made
troubles).

CVS patchset: 513
CVS date: 2001/08/28 22:52:57

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
many pause/unpause case. Syncing xine.h.tmpl.in with xine_internal.h about
status (Please, don't forget to update the public API header, that made
troubles).

CVS patchset: 513
CVS date: 2001/08/28 22:52:57

</pre>
</div>
</content>
</entry>
<entry>
<title>reflect new trick play functions in public header file</title>
<updated>2001-08-25T08:50:11+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-08-25T08:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f0ee1edb42c9b79db550d6a901e4651011412387'/>
<id>f0ee1edb42c9b79db550d6a901e4651011412387</id>
<content type='text'>
CVS patchset: 491
CVS date: 2001/08/25 08:50:11

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 491
CVS date: 2001/08/25 08:50:11

</pre>
</div>
</content>
</entry>
<entry>
<title>First checkin of new audio_out architecture.</title>
<updated>2001-08-21T19:39:50+00:00</updated>
<author>
<name>James Courtier-Dutton</name>
<email>jcdutton@users.sourceforge.net</email>
</author>
<published>2001-08-21T19:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=790d5baee128cb40800fee392e74c01afefe4756'/>
<id>790d5baee128cb40800fee392e74c01afefe4756</id>
<content type='text'>
Audio sync and AC3 formatting now done in xine-lib/src/xine-engine/audio_out.c
Audio out now done in xine-lib/src/audio_out/*
Currently, only xine-lib/src/audio_oss_out.c is active.
Re-support of others will follow as other people implement them.
ao_functions split into ao_instance and ao_driver
and function in a similar fashion as video_out.
All decoder plugins now call ao_instance instead of ao_functions.
ao_instance is used in xine-lib/src/xine-engine/audio_out.c
ao_driver is used in xine-lib/src/audio_out/*
See also changes in xine-ui files

CVS patchset: 459
CVS date: 2001/08/21 19:39:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Audio sync and AC3 formatting now done in xine-lib/src/xine-engine/audio_out.c
Audio out now done in xine-lib/src/audio_out/*
Currently, only xine-lib/src/audio_oss_out.c is active.
Re-support of others will follow as other people implement them.
ao_functions split into ao_instance and ao_driver
and function in a similar fashion as video_out.
All decoder plugins now call ao_instance instead of ao_functions.
ao_instance is used in xine-lib/src/xine-engine/audio_out.c
ao_driver is used in xine-lib/src/audio_out/*
See also changes in xine-ui files

CVS patchset: 459
CVS date: 2001/08/21 19:39:50

</pre>
</div>
</content>
</entry>
<entry>
<title>Add xine_seek() and friends.</title>
<updated>2001-08-17T16:15:36+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-08-17T16:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=31f9517d0a924c20dae8b9c6d5cc839c48b0311a'/>
<id>31f9517d0a924c20dae8b9c6d5cc839c48b0311a</id>
<content type='text'>
CVS patchset: 446
CVS date: 2001/08/17 16:15:36

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 446
CVS date: 2001/08/17 16:15:36

</pre>
</div>
</content>
</entry>
<entry>
<title>Temporary big hack for multi inclusion problems.</title>
<updated>2001-07-26T12:11:17+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-07-26T12:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7f4ef4ee218a5d9094da9e00c4f0a151e8aca0bd'/>
<id>7f4ef4ee218a5d9094da9e00c4f0a151e8aca0bd</id>
<content type='text'>
CVS patchset: 352
CVS date: 2001/07/26 12:11:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 352
CVS date: 2001/07/26 12:11:17

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed event.h inclusion.</title>
<updated>2001-07-26T11:36:45+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-07-26T11:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=051da02876d616d265da03463fb8ce1c905adc17'/>
<id>051da02876d616d265da03463fb8ce1c905adc17</id>
<content type='text'>
CVS patchset: 351
CVS date: 2001/07/26 11:36:45

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 351
CVS date: 2001/07/26 11:36:45

</pre>
</div>
</content>
</entry>
<entry>
<title>Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man page. Added API doc in html. Add new rpm package (doc). Fixes some little bugs in</title>
<updated>2001-07-26T11:12:25+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-07-26T11:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a101b38dea6890fa1dbf5b8560665826b69fa4ae'/>
<id>a101b38dea6890fa1dbf5b8560665826b69fa4ae</id>
<content type='text'>
proto decl, etc...

CVS patchset: 350
CVS date: 2001/07/26 11:12:25

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
proto decl, etc...

CVS patchset: 350
CVS date: 2001/07/26 11:12:25

</pre>
</div>
</content>
</entry>
<entry>
<title>once again i got confused over all thos include/xine.h* files 8-}</title>
<updated>2001-07-24T21:42:05+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-07-24T21:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e6a188f97fe64aceb53c8a57c056cef63890d7e4'/>
<id>e6a188f97fe64aceb53c8a57c056cef63890d7e4</id>
<content type='text'>
CVS patchset: 344
CVS date: 2001/07/24 21:42:05

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 344
CVS date: 2001/07/24 21:42:05

</pre>
</div>
</content>
</entry>
<entry>
<title>this-&gt;self renaming for c++ guis, patch submitted by Philip Stadermann</title>
<updated>2001-07-22T17:50:37+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-07-22T17:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1c7755f805473b39cd542abaa46be3d743414ff0'/>
<id>1c7755f805473b39cd542abaa46be3d743414ff0</id>
<content type='text'>
CVS patchset: 326
CVS date: 2001/07/22 17:50:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 326
CVS date: 2001/07/22 17:50:37

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