<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/input/vcd/libvcd, branch 1.1.0</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>version.h was getting in the way of the vcdimager's version.h. the right</title>
<updated>2005-06-14T17:17:45+00:00</updated>
<author>
<name>Rocky Bernstein</name>
<email>rockyb@users.sourceforge.net</email>
</author>
<published>2005-06-14T17:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bbcd37b1db3dfa2211755e5b5e5f39aa843a87f1'/>
<id>bbcd37b1db3dfa2211755e5b5e5f39aa843a87f1</id>
<content type='text'>
file to use when no internal libraries is libvcd/libvcd/version.h.
info.*: fix prototype mismatch with underlying iso9660 routine.

CVS patchset: 7622
CVS date: 2005/06/14 17:17:45

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
file to use when no internal libraries is libvcd/libvcd/version.h.
info.*: fix prototype mismatch with underlying iso9660 routine.

CVS patchset: 7622
CVS date: 2005/06/14 17:17:45

</pre>
</div>
</content>
</entry>
<entry>
<title>version.h: copy contents in case it's needed in the future.  Probably</title>
<updated>2005-04-27T23:28:41+00:00</updated>
<author>
<name>Rocky Bernstein</name>
<email>rockyb@users.sourceforge.net</email>
</author>
<published>2005-04-27T23:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5dd3152883b602b9e1cb5ff820505153bf252272'/>
<id>5dd3152883b602b9e1cb5ff820505153bf252272</id>
<content type='text'>
libvcd/version.h can be deleted
*.{c,h}: CdIo -&gt; CdIo_t
vcdplayer.c: change a debug switch
xineplug_inp_vcd.c: playlist -&gt; playback-control item to avoid
confusion with front-end playlists.
Mostly cosmetic changes.

CVS patchset: 7509
CVS date: 2005/04/27 23:28:41

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libvcd/version.h can be deleted
*.{c,h}: CdIo -&gt; CdIo_t
vcdplayer.c: change a debug switch
xineplug_inp_vcd.c: playlist -&gt; playback-control item to avoid
confusion with front-end playlists.
Mostly cosmetic changes.

CVS patchset: 7509
CVS date: 2005/04/27 23:28:41

</pre>
</div>
</content>
</entry>
<entry>
<title>Update internal (and messy) copies to libcdio 0.71 and</title>
<updated>2005-01-01T02:43:56+00:00</updated>
<author>
<name>Rocky Bernstein</name>
<email>rockyb@users.sourceforge.net</email>
</author>
<published>2005-01-01T02:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=01d976496634a07467382bfb7c621f95792946b7'/>
<id>01d976496634a07467382bfb7c621f95792946b7</id>
<content type='text'>
vcdimager 0.7.21.

CVS patchset: 7313
CVS date: 2005/01/01 02:43:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vcdimager 0.7.21.

CVS patchset: 7313
CVS date: 2005/01/01 02:43:56

</pre>
</div>
</content>
</entry>
<entry>
<title>Build system improvements:</title>
<updated>2004-09-20T19:30:02+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-09-20T19:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7204b84beb0f5cfb166e8d56402371d05bece83b'/>
<id>7204b84beb0f5cfb166e8d56402371d05bece83b</id>
<content type='text'>
 - use replacement functions (macro AC_REPLACE_FUNCS and variable LTLIBOBJS),
   each function is in a file placed into lib/ directory,
   it was not necessary, but it looks nice, IMHO
 - headers cleanups (this was needed):
     - prototypes of replacement funtions and macros are placed
       into separate os_internal.h (and included by config.h)
     - drop include inttypes.h from public xine.h, replaced by custom
       os_type.h, idea origins from Ogg/Vorbis public headers
     - disable generating inttypes.h: generated replacement isn't enough for
       xine-lib but nobody complained (and for M$VC we have special version)
     - better including headers for win32, let dvdnav use its mutex wrapper
 - updated M$VC port
Result:
  - xine is compiled nicely by MinGW, CygWin and paritaly M$VC
  - frontends in M$VC port don't require additional helping headers
  - moved some platform specific things from xine-utils and win32/contrib
    to lib/
Finally I can start with real coding. :-)

CVS patchset: 6982
CVS date: 2004/09/20 19:30:02

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - use replacement functions (macro AC_REPLACE_FUNCS and variable LTLIBOBJS),
   each function is in a file placed into lib/ directory,
   it was not necessary, but it looks nice, IMHO
 - headers cleanups (this was needed):
     - prototypes of replacement funtions and macros are placed
       into separate os_internal.h (and included by config.h)
     - drop include inttypes.h from public xine.h, replaced by custom
       os_type.h, idea origins from Ogg/Vorbis public headers
     - disable generating inttypes.h: generated replacement isn't enough for
       xine-lib but nobody complained (and for M$VC we have special version)
     - better including headers for win32, let dvdnav use its mutex wrapper
 - updated M$VC port
Result:
  - xine is compiled nicely by MinGW, CygWin and paritaly M$VC
  - frontends in M$VC port don't require additional helping headers
  - moved some platform specific things from xine-utils and win32/contrib
    to lib/
Finally I can start with real coding. :-)

CVS patchset: 6982
CVS date: 2004/09/20 19:30:02

</pre>
</div>
</content>
</entry>
<entry>
<title>remove non-printable character (0x0c)</title>
<updated>2004-04-11T14:59:23+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-04-11T14:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b47073ea5b659e7d8e50a2aeee36285b67e43565'/>
<id>b47073ea5b659e7d8e50a2aeee36285b67e43565</id>
<content type='text'>
CVS patchset: 6394
CVS date: 2004/04/11 14:59:23

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6394
CVS date: 2004/04/11 14:59:23

</pre>
</div>
</content>
</entry>
<entry>
<title>libvcd 0.7.20, libcdio 0.68</title>
<updated>2004-04-11T12:20:31+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-04-11T12:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c4e423537d77267ff859f20cefcbeaa4817d7199'/>
<id>c4e423537d77267ff859f20cefcbeaa4817d7199</id>
<content type='text'>
CVS patchset: 6388
CVS date: 2004/04/11 12:20:31

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6388
CVS date: 2004/04/11 12:20:31

</pre>
</div>
</content>
</entry>
<entry>
<title>- More VCDX -&gt; VCD</title>
<updated>2003-10-30T07:58:52+00:00</updated>
<author>
<name>Rocky Bernstein</name>
<email>rockyb@users.sourceforge.net</email>
</author>
<published>2003-10-30T07:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a2749eea9943f5efef2a067b6240faa533efda2c'/>
<id>a2749eea9943f5efef2a067b6240faa533efda2c</id>
<content type='text'>
- Prefer external libcdio and libvcdinfo libraries when they are acceptable
- Allow disabling VCD plugin

CVS patchset: 5644
CVS date: 2003/10/30 07:58:52

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Prefer external libcdio and libvcdinfo libraries when they are acceptable
- Allow disabling VCD plugin

CVS patchset: 5644
CVS date: 2003/10/30 07:58:52

</pre>
</div>
</content>
</entry>
<entry>
<title>fix dist tarball (at least part of...)</title>
<updated>2003-10-24T17:17:19+00:00</updated>
<author>
<name>Siggi Langauf</name>
<email>siggi@users.sourceforge.net</email>
</author>
<published>2003-10-24T17:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=126e377f72ce4be347f94298dff10a8f62056ea7'/>
<id>126e377f72ce4be347f94298dff10a8f62056ea7</id>
<content type='text'>
CVS patchset: 5587
CVS date: 2003/10/24 17:17:19

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5587
CVS date: 2003/10/24 17:17:19

</pre>
</div>
</content>
</entry>
<entry>
<title>* use Makefile.common for global targets</title>
<updated>2003-10-13T17:51:38+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-10-13T17:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=631714140e6e95d3d8c7f7db6ae66ed12684fe55'/>
<id>631714140e6e95d3d8c7f7db6ae66ed12684fe55</id>
<content type='text'>
* small changes to ensure, vcd files are packaged even with --disable-vcdnav

CVS patchset: 5515
CVS date: 2003/10/13 17:51:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* small changes to ensure, vcd files are packaged even with --disable-vcdnav

CVS patchset: 5515
CVS date: 2003/10/13 17:51:38

</pre>
</div>
</content>
</entry>
<entry>
<title>even more housekeeping</title>
<updated>2003-10-13T17:49:04+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-10-13T17:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=19c6f41677d05b4ea60dc5f74172f130699c9587'/>
<id>19c6f41677d05b4ea60dc5f74172f130699c9587</id>
<content type='text'>
CVS patchset: 5514
CVS date: 2003/10/13 17:49:04

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5514
CVS date: 2003/10/13 17:49:04

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