<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libfaad, branch 1-beta0</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>decoder, state your name for the record</title>
<updated>2002-12-08T20:46:00+00:00</updated>
<author>
<name>Mike Melanson</name>
<email>mike@multimedia.cx</email>
</author>
<published>2002-12-08T20:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c8b3320dabcc9737204343f7e1cb135bf9edc336'/>
<id>c8b3320dabcc9737204343f7e1cb135bf9edc336</id>
<content type='text'>
CVS patchset: 3463
CVS date: 2002/12/08 20:46:00

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3463
CVS date: 2002/12/08 20:46:00

</pre>
</div>
</content>
</entry>
<entry>
<title>fix and reinstate FAAD decoder</title>
<updated>2002-12-04T04:08:42+00:00</updated>
<author>
<name>Mike Melanson</name>
<email>mike@multimedia.cx</email>
</author>
<published>2002-12-04T04:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2c745a9695435aca58f2329a1b239748fe92019b'/>
<id>2c745a9695435aca58f2329a1b239748fe92019b</id>
<content type='text'>
CVS patchset: 3421
CVS date: 2002/12/04 04:08:42

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3421
CVS date: 2002/12/04 04:08:42

</pre>
</div>
</content>
</entry>
<entry>
<title>better solution: go ahead and build libfaad but without any plugin</title>
<updated>2002-11-26T03:12:56+00:00</updated>
<author>
<name>Mike Melanson</name>
<email>mike@multimedia.cx</email>
</author>
<published>2002-11-26T03:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=af7d8b2612b416db81f14911d20dfb9f996f0eff'/>
<id>af7d8b2612b416db81f14911d20dfb9f996f0eff</id>
<content type='text'>
catalog entry; this will automatically fix (or workaround) existing
compilations of the libfaad plugin

CVS patchset: 3375
CVS date: 2002/11/26 03:12:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
catalog entry; this will automatically fix (or workaround) existing
compilations of the libfaad plugin

CVS patchset: 3375
CVS date: 2002/11/26 03:12:56

</pre>
</div>
</content>
</entry>
<entry>
<title>Developers can now run "make" in their work area (e.g. src/libffmpeg) and it</title>
<updated>2002-11-22T05:25:14+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-11-22T05:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4b97c5dc4ef7cc049c18f9636859d341eeb531c5'/>
<id>4b97c5dc4ef7cc049c18f9636859d341eeb531c5</id>
<content type='text'>
will build all dependent parts (e.g. libxine.la). The directory must still
be prepared by running autogen.sh.

CVS patchset: 3331
CVS date: 2002/11/22 05:25:14

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will build all dependent parts (e.g. libxine.la). The directory must still
be prepared by running autogen.sh.

CVS patchset: 3331
CVS date: 2002/11/22 05:25:14

</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>bring the FAAD decoder in line with the latest API revision</title>
<updated>2002-11-19T02:31:03+00:00</updated>
<author>
<name>Mike Melanson</name>
<email>mike@multimedia.cx</email>
</author>
<published>2002-11-19T02:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=58c37852df30fde3615a995be629adf019ded87f'/>
<id>58c37852df30fde3615a995be629adf019ded87f</id>
<content type='text'>
CVS patchset: 3300
CVS date: 2002/11/19 02:31:03

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3300
CVS date: 2002/11/19 02:31:03

</pre>
</div>
</content>
</entry>
<entry>
<title>Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",</title>
<updated>2002-10-28T13:30:58+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2002-10-28T13:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=711c71162d608a177e1d5329145a769ad9938de1'/>
<id>711c71162d608a177e1d5329145a769ad9938de1</id>
<content type='text'>
to get a minimal dynamic linker symbol table

CVS patchset: 3073
CVS date: 2002/10/28 13:30:58

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to get a minimal dynamic linker symbol table

CVS patchset: 3073
CVS date: 2002/10/28 13:30:58

</pre>
</div>
</content>
</entry>
<entry>
<title>Changed comments to standard /* ... */</title>
<updated>2002-10-22T04:51:24+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-10-22T04:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=12876e63c86ad9999b6813ff95573330ea1627a7'/>
<id>12876e63c86ad9999b6813ff95573330ea1627a7</id>
<content type='text'>
Removed trailing spaces
Removed spaces at beginning of line before tabs

CVS patchset: 2913
CVS date: 2002/10/22 04:51:24

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed trailing spaces
Removed spaces at beginning of line before tabs

CVS patchset: 2913
CVS date: 2002/10/22 04:51:24

</pre>
</div>
</content>
</entry>
<entry>
<title>Added new line at end of file to remove warning.</title>
<updated>2002-10-22T04:48:41+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-10-22T04:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e0aa2205173e0b893c6e97849b0636a0794d5a39'/>
<id>e0aa2205173e0b893c6e97849b0636a0794d5a39</id>
<content type='text'>
CVS patchset: 2912
CVS date: 2002/10/22 04:48:41

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2912
CVS date: 2002/10/22 04:48:41

</pre>
</div>
</content>
</entry>
<entry>
<title>Changed comments to standard /* ... */</title>
<updated>2002-10-22T04:46:22+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-10-22T04:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=adbd3a8acbbd8ed8dc478e002aa46ac6a76280f8'/>
<id>adbd3a8acbbd8ed8dc478e002aa46ac6a76280f8</id>
<content type='text'>
CVS patchset: 2911
CVS date: 2002/10/22 04:46:22

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2911
CVS date: 2002/10/22 04:46:22

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