<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-engine/audio_decoder.h, branch xine-1-beta4-release</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>- 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>move open_plugin function (used to create new plugin instances) from the plugin info</title>
<updated>2002-10-17T17:43:41+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-10-17T17:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3bb1499e2dd8f9e63494259343968ae71060f6cb'/>
<id>3bb1499e2dd8f9e63494259343968ae71060f6cb</id>
<content type='text'>
struct to the plugin class struct
small nerby change in libffmpeg decoder plugin:
access to video_out/audio_out in decoders should now be done via the
appropriate members in xine_stream_t

CVS patchset: 2843
CVS date: 2002/10/17 17:43:41

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
struct to the plugin class struct
small nerby change in libffmpeg decoder plugin:
access to video_out/audio_out in decoders should now be done via the
appropriate members in xine_stream_t

CVS patchset: 2843
CVS date: 2002/10/17 17:43:41

</pre>
</div>
</content>
</entry>
<entry>
<title>dispose function was missing in audio decoder class too, mad plugin compiles now</title>
<updated>2002-10-14T20:50:17+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-10-14T20:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=79f872a00fd0b939903e9710f9506b6124af66c6'/>
<id>79f872a00fd0b939903e9710f9506b6124af66c6</id>
<content type='text'>
CVS patchset: 2832
CVS date: 2002/10/14 20:50:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2832
CVS date: 2002/10/14 20:50:17

</pre>
</div>
</content>
</entry>
<entry>
<title>introduction of xine_stream_t and async xine events - all still in developement</title>
<updated>2002-10-14T15:46:48+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2002-10-14T15:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bcaee71a3a763a545e1f8457aca26dc679462677'/>
<id>bcaee71a3a763a545e1f8457aca26dc679462677</id>
<content type='text'>
CVS patchset: 2828
CVS date: 2002/10/14 15:46:48

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2828
CVS date: 2002/10/14 15:46:48

</pre>
</div>
</content>
</entry>
<entry>
<title>video/audio_decoder cleanups</title>
<updated>2001-04-22T00:31:44+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2001-04-22T00:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2ec0d40dc7803a6c44da5d85de3c468a82fd17b8'/>
<id>2ec0d40dc7803a6c44da5d85de3c468a82fd17b8</id>
<content type='text'>
CVS patchset: 12
CVS date: 2001/04/22 00:31:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 12
CVS date: 2001/04/22 00:31:44

</pre>
</div>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2001-04-18T22:33:39+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-04-18T22:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=db6b7c2e1c52c536a7f9690a410bf69817e0b2c5'/>
<id>db6b7c2e1c52c536a7f9690a410bf69817e0b2c5</id>
<content type='text'>
CVS patchset: 1
CVS date: 2001/04/18 22:33:39

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1
CVS date: 2001/04/18 22:33:39

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