<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libxineadec/roqaudio.c, branch 1-beta3</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>fixes/cleanups of the handled/unhandled codecs</title>
<updated>2003-01-08T01:02:27+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-01-08T01:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=89b2bf76f80eb05badeb340e2a00a8fbb6e17db3'/>
<id>89b2bf76f80eb05badeb340e2a00a8fbb6e17db3</id>
<content type='text'>
for more information see message on xine-devel

CVS patchset: 3818
CVS date: 2003/01/08 01:02:27

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for more information see message on xine-devel

CVS patchset: 3818
CVS date: 2003/01/08 01:02:27

</pre>
</div>
</content>
</entry>
<entry>
<title>- add buf-&gt;decoder_info_ptr: portability for systems where pointer has</title>
<updated>2002-12-21T12:56:44+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-21T12:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5f31761a4fa6995592cdd536c52f6ddac8151a89'/>
<id>5f31761a4fa6995592cdd536c52f6ddac8151a89</id>
<content type='text'>
  different sizeof than integer.
- add extra_info structure to pass informations from input/demuxers down
  to the output frame. this can be used, for example, to pass the frame
  number of a frame (when known by decoder). also, immediate benefict is
  that we now have a slider which really shows the current position of
  the playing stream. new fields can be added to extra_info keeping
  binary compatibility
- bumpy everybody's api versions

CVS patchset: 3603
CVS date: 2002/12/21 12:56:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  different sizeof than integer.
- add extra_info structure to pass informations from input/demuxers down
  to the output frame. this can be used, for example, to pass the frame
  number of a frame (when known by decoder). also, immediate benefict is
  that we now have a slider which really shows the current position of
  the playing stream. new fields can be added to extra_info keeping
  binary compatibility
- bumpy everybody's api versions

CVS patchset: 3603
CVS date: 2002/12/21 12:56:44

</pre>
</div>
</content>
</entry>
<entry>
<title>engine modifications to allow post plugin layer:</title>
<updated>2002-11-20T11:57:38+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-11-20T11:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4e95a4f5224e241075b8cd86b4423c85c1d0ee26'/>
<id>4e95a4f5224e241075b8cd86b4423c85c1d0ee26</id>
<content type='text'>
* new public output interface xine_{audio,video}_port_t instead of
  xine_{ao,vo}_driver_t, old names kept as aliases for compatibility
* modified the engine to allow multiple streams per output
* renaming of some internal structures according to public changes
* moving SCR out of per-stream-metronom into a global metronom_clock_t
  residing in xine_t and therefore easily available to the output layer
* adapting all available plugins
  (note to external projects: the compiler will help you a lot, if a plugin
  compiles, it is adapted, because all changes add new parameters to some
  functions)
* bump up all interface versions because of xine_t and xine_stream_t changes

CVS patchset: 3312
CVS date: 2002/11/20 11:57:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* new public output interface xine_{audio,video}_port_t instead of
  xine_{ao,vo}_driver_t, old names kept as aliases for compatibility
* modified the engine to allow multiple streams per output
* renaming of some internal structures according to public changes
* moving SCR out of per-stream-metronom into a global metronom_clock_t
  residing in xine_t and therefore easily available to the output layer
* adapting all available plugins
  (note to external projects: the compiler will help you a lot, if a plugin
  compiles, it is adapted, because all changes add new parameters to some
  functions)
* bump up all interface versions because of xine_t and xine_stream_t changes

CVS patchset: 3312
CVS date: 2002/11/20 11:57:38

</pre>
</div>
</content>
</entry>
<entry>
<title>merge metronom's improvements (inform decoders about discontinuities)</title>
<updated>2002-11-12T18:40:50+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-11-12T18:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5caae571ccadaaf00a90d4ec321c5ab4b4cc4191'/>
<id>5caae571ccadaaf00a90d4ec321c5ab4b4cc4191</id>
<content type='text'>
http://sourceforge.net/mailarchive/forum.php?thread_id=1297475&amp;forum_id=7131

CVS patchset: 3250
CVS date: 2002/11/12 18:40:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://sourceforge.net/mailarchive/forum.php?thread_id=1297475&amp;forum_id=7131

CVS patchset: 3250
CVS date: 2002/11/12 18:40:50

</pre>
</div>
</content>
</entry>
<entry>
<title>native audio codecs now report themselves in the stream/meta info fields</title>
<updated>2002-11-11T05:01:31+00:00</updated>
<author>
<name>Mike Melanson</name>
<email>mike@multimedia.cx</email>
</author>
<published>2002-11-11T05:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=723e89bc51bad662a67940a7ba0504832de5a490'/>
<id>723e89bc51bad662a67940a7ba0504832de5a490</id>
<content type='text'>
CVS patchset: 3231
CVS date: 2002/11/11 05:01:31

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3231
CVS date: 2002/11/11 05:01:31

</pre>
</div>
</content>
</entry>
<entry>
<title>leak a little less memory</title>
<updated>2002-11-03T06:08:54+00:00</updated>
<author>
<name>Mike Melanson</name>
<email>mike@multimedia.cx</email>
</author>
<published>2002-11-03T06:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=798c5cedd0c4ff668553a3400dd76286494d1a2a'/>
<id>798c5cedd0c4ff668553a3400dd76286494d1a2a</id>
<content type='text'>
CVS patchset: 3163
CVS date: 2002/11/03 06:08:54

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3163
CVS date: 2002/11/03 06:08:54

</pre>
</div>
</content>
</entry>
<entry>
<title>bring the RoQ subsystem in line with the latest API revision</title>
<updated>2002-10-23T02:55:01+00:00</updated>
<author>
<name>Mike Melanson</name>
<email>mike@multimedia.cx</email>
</author>
<published>2002-10-23T02:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3fd3d7d33515f867316010fe4fbe63bd57d1f7d3'/>
<id>3fd3d7d33515f867316010fe4fbe63bd57d1f7d3</id>
<content type='text'>
CVS patchset: 2949
CVS date: 2002/10/23 02:55:01

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2949
CVS date: 2002/10/23 02:55:01

</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround for code generation bug in gcc on SPARC. Mike's endian macros now moved to bswap.h</title>
<updated>2002-10-06T03:48:13+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2002-10-06T03:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=24ed40652239b8e3841803e473b31736b4d04bca'/>
<id>24ed40652239b8e3841803e473b31736b4d04bca</id>
<content type='text'>
CVS patchset: 2794
CVS date: 2002/10/06 03:48:13

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2794
CVS date: 2002/10/06 03:48:13

</pre>
</div>
</content>
</entry>
<entry>
<title>remove plugin's private priority and interface members</title>
<updated>2002-09-05T22:18:50+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-09-05T22:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c0178b0e481332c8aa9ab2b1226d64426eeed9fd'/>
<id>c0178b0e481332c8aa9ab2b1226d64426eeed9fd</id>
<content type='text'>
adapt some more decoders

CVS patchset: 2618
CVS date: 2002/09/05 22:18:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adapt some more decoders

CVS patchset: 2618
CVS date: 2002/09/05 22:18:50

</pre>
</div>
</content>
</entry>
<entry>
<title>make all the plugin init functions static</title>
<updated>2002-09-05T20:44:38+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-09-05T20:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ea37f5776a90a7f8153757052a89d589185f5d23'/>
<id>ea37f5776a90a7f8153757052a89d589185f5d23</id>
<content type='text'>
(geez this was a job)

CVS patchset: 2616
CVS date: 2002/09/05 20:44:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(geez this was a job)

CVS patchset: 2616
CVS date: 2002/09/05 20:44:38

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