Age | Commit message (Collapse) | Author |
|
CVS patchset: 8315
CVS date: 2006/09/27 05:41:40
|
|
CVS patchset: 8311
CVS date: 2006/09/26 22:29:39
|
|
CVS patchset: 8302
CVS date: 2006/09/26 21:18:18
|
|
CVS patchset: 8301
CVS date: 2006/09/26 21:16:59
|
|
CVS patchset: 8298
CVS date: 2006/09/26 19:26:57
|
|
possible off by one reported by Coverit Scan CID 134.
CVS patchset: 8297
CVS date: 2006/09/26 18:52:41
|
|
Added missing function to VCD plugin from original sources
(thanks to Gert Vervoort).
Fixed Changelog (added 1.0.3 entries, the new ones go to 1.0.4).
CVS patchset: 7829
CVS date: 2006/01/01 21:28:31
|
|
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
|
|
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
|
|
vcdimager 0.7.21.
CVS patchset: 7313
CVS date: 2005/01/01 02:43:56
|
|
- 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
|
|
CVS patchset: 6394
CVS date: 2004/04/11 14:59:23
|
|
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
|
|
CVS patchset: 5587
CVS date: 2003/10/24 17:17:19
|
|
* 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
|