Age | Commit message (Collapse) | Author |
|
CVS patchset: 7531
CVS date: 2005/05/07 22:07:27
|
|
libvcd/version.h can be deleted
*.{c,h}: CdIo -> CdIo_t
vcdplayer.c: change a debug switch
xineplug_inp_vcd.c: playlist -> playback-control item to avoid
confusion with front-end playlists.
Mostly cosmetic changes.
CVS patchset: 7509
CVS date: 2005/04/27 23:28:41
|
|
this file has been renamed
CVS patchset: 7398
CVS date: 2005/02/10 21:45:46
|
|
One missing file in Makefile.
CVS patchset: 7374
CVS date: 2005/01/30 16:57:49
|
|
CVS patchset: 7316
CVS date: 2005/01/02 00:51:38
|
|
vcdimager 0.7.21.
CVS patchset: 7313
CVS date: 2005/01/01 02:43:56
|
|
anything)
CVS patchset: 7054
CVS date: 2004/10/20 05:04:00
|
|
- 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
|
|
buffer; a label with '%' characters would have lead to a format string attack
Rocky, can you merge this back to libcdio, please?
CVS patchset: 6832
CVS date: 2004/07/22 14:15:19
|
|
CVS patchset: 6400
CVS date: 2004/04/13 19:31:23
|
|
CVS patchset: 6396
CVS date: 2004/04/11 16:29:10
|
|
CVS patchset: 6388
CVS date: 2004/04/11 12:20:31
|
|
- 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
|
|
* small changes to ensure, vcd files are packaged even with --disable-vcdnav
CVS patchset: 5515
CVS date: 2003/10/13 17:51:38
|
|
CVS patchset: 5514
CVS date: 2003/10/13 17:49:04
|
|
Ability to use external libs (--with-external-vcdnav), disable
vcdx build and build old vcd instead (--disable-vcdx).
This last feature is useful since vcdx take /hours/ to start
playback, that can help people who don't want vcd navigation.
Remove all .la files, even in subdirs (eg: post)
CVS patchset: 5505
CVS date: 2003/10/13 11:47:11
|