Age | Commit message (Collapse) | Author |
|
* fixes wrong subtitle appearing in the trailer of "Girl, Interrupted" RC2
* fixes "NAV packet expected, but none found" error when toggling between
menu and feature with the Escape key
CVS patchset: 7022
CVS date: 2004/10/08 20:44:34
|
|
As discussed in:
http://article.gmane.org/gmane.comp.video.xine.devel/8010
CVS patchset: 7014
CVS date: 2004/10/05 19:07:08
|
|
- 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
|
|
* small cleanup in input_dvd, removing unused structure member 'mode'
* remove CVS log from input_dvd since this is uncommon in xine-lib and
enlarges the file too much; people can use "cvs log" if they want the info
CVS patchset: 6716
CVS date: 2004/06/20 16:59:13
|
|
CVS patchset: 6682
CVS date: 2004/06/13 13:29:57
|
|
static string in the VCD plugin
CVS patchset: 6330
CVS date: 2004/04/05 18:01:09
|
|
* fixes a menu problem (German RC2 of "Anatomie", chapter menu)
* addresses some compilation problems on Windows
(Could someone try cygwin, mingw builds, please? It should work with the
standalone libdvdnav, but who knows if the integration breaks anything...)
* turns some abort()s into assert(0)s, where we really can try to continue
CVS patchset: 6269
CVS date: 2004/03/16 11:43:38
|
|
Daniel
CVS patchset: 6186
CVS date: 2004/02/23 18:15:11
|
|
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/SPECS/xine-lib/
via Goetz Waschk who reports:
The amd64 patch (xine-lib-1-rc0a-amd64.patch) sets some conservative
CFLAGS for amd64,
the lib64 patch (xine-lib-1-rc0a-lib64.patch) replaces hardcoded
/lib to support the lib64 library dir on amd64,
the directfb patch (xine-lib-1-rc2-no-directfb.patch) adds a
configure option to disable directfb,
the linuxfb patch (xine-lib-1-rc3a-no-linuxfb.patch) does the same
for linux framebuffer and
the 64bit fixes patch (xine-lib-1-rc3-64bit-fixes.patch) doesn't
apply at the moment against the CVS -- demux_ogg.c was not applied.
it includes some 64 bit pointer and other fixes for 64bit architectures.
from Gwenole Beauchesne
I haven't tested other than apply and compile.
CVS patchset: 6174
CVS date: 2004/02/19 02:50:24
|
|
will try and touch it
CVS patchset: 6009
CVS date: 2004/01/07 22:21:40
|
|
Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only.
CVS patchset: 5860
CVS date: 2003/12/07 15:34:29
|
|
CVS patchset: 5506
CVS date: 2003/10/13 11:59:39
|
|
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
|
|
little more info printed as to why it failed.
CVS patchset: 5386
CVS date: 2003/09/15 21:52:09
|
|
CVS patchset: 5313
CVS date: 2003/08/27 14:56:00
|
|
fft*post are untouched (fft: for now).
CVS patchset: 5310
CVS date: 2003/08/25 21:51:37
|
|
CVS patchset: 5308
CVS date: 2003/08/25 14:32:37
|
|
CVS patchset: 5257
CVS date: 2003/08/07 09:26:53
|
|
CVS patchset: 5233
CVS date: 2003/08/03 09:44:16
|
|
CVS patchset: 5187
CVS date: 2003/07/19 13:04:03
|
|
button (DVD navigation)
CVS patchset: 4997
CVS date: 2003/06/02 06:36:30
|
|
CVS patchset: 4954
CVS date: 2003/05/26 23:11:44
|
|
CVS patchset: 4863
CVS date: 2003/05/16 10:22:51
|
|
* remove some unused files
* dvdnav_internal.h uses the WORDS_BIGENDIAN define from xine-lib's global config.h
* menu command filtering to avoid double commands in the same menu
* message beautification by Jeff Smith
CVS patchset: 4861
CVS date: 2003/05/16 09:56:49
|
|
extracted some common targets and variables into a common Makefile
which is then included
CVS patchset: 4844
CVS date: 2003/05/14 16:21:44
|
|
CVS patchset: 4827
CVS date: 2003/05/11 18:17:10
|
|
CVS patchset: 4822
CVS date: 2003/05/11 14:14:12
|
|
CVS patchset: 4821
CVS date: 2003/05/11 13:44:04
|
|
CVS patchset: 4720
CVS date: 2003/04/30 16:39:07
|
|
CVS patchset: 4715
CVS date: 2003/04/29 23:23:37
|
|
CVS patchset: 4714
CVS date: 2003/04/29 22:22:34
|
|
CVS patchset: 4713
CVS date: 2003/04/29 22:18:14
|
|
CVS patchset: 4712
CVS date: 2003/04/29 21:55:46
|
|
CVS patchset: 4711
CVS date: 2003/04/29 21:46:04
|
|
CVS patchset: 4710
CVS date: 2003/04/29 18:57:28
|
|
CVS patchset: 4708
CVS date: 2003/04/29 15:58:27
|
|
CVS patchset: 4665
CVS date: 2003/04/23 16:24:18
|
|
please be gentle with me; Everything builds except for the win32 ui
CVS patchset: 4650
CVS date: 2003/04/22 23:30:29
|
|
CVS patchset: 4568
CVS date: 2003/04/07 19:59:09
|
|
CVS patchset: 4565
CVS date: 2003/04/07 18:10:44
|
|
CVS patchset: 4548
CVS date: 2003/04/06 13:09:38
|
|
(see thread on xine-devel for details)
CVS patchset: 4540
CVS date: 2003/04/05 12:28:15
|
|
Remove a FIXME comment.
CVS patchset: 4530
CVS date: 2003/04/01 19:42:41
|
|
CVS patchset: 4526
CVS date: 2003/04/01 09:02:43
|
|
* some changes to mutual header inclusion to make it compile warning-less
when tracing is enabled
* title/part jumping should work much more reliable now
CVS patchset: 4509
CVS date: 2003/03/29 13:19:08
|
|
* fix conversion of dvd_time_t (I do know BCD, I just did it wrong...)
CVS patchset: 4496
CVS date: 2003/03/27 13:46:47
|
|
* optional PGC based seeking
* new event on cell changes for timing info (currently not used by xine-lib)
CVS patchset: 4480
CVS date: 2003/03/25 13:17:20
|
|
* method to try-run VM operations, now used for safer chapter skipping and menu jumps
* fixed detection of current PTT to not assume a 1:1 mapping between PTTs and PGs
* releasing stills when jumping to menu fixes some state inconsistencies
* do not assume PGs to be physically layed out in sequence on the disc
CVS patchset: 4466
CVS date: 2003/03/21 22:13:37
|
|
CVS patchset: 4375
CVS date: 2003/03/08 14:36:13
|
|
cannot be
used any more, since the structures in there differ from what is actually on the
disc
CVS patchset: 4348
CVS date: 2003/03/06 23:18:42
|