Age | Commit message (Collapse) | Author |
|
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
|
|
which allows us to keep libdvdnav and what is seen on screen in sync in certain
critical situations (otherwise libdvdnav is always ahead by the fifo length)
CVS patchset: 4291
CVS date: 2003/02/26 20:44:11
|
|
(I guess this is supposed to work somehow differently. Feel free to fix!)
CVS patchset: 4283
CVS date: 2003/02/24 20:44:26
|
|
CVS patchset: 4282
CVS date: 2003/02/24 18:31:15
|
|
CVS patchset: 4281
CVS date: 2003/02/24 18:22:33
|
|
quoting the ChangeLog:
* some bugfixes
* code cleanup
* build process polishing
* more sensible event order in get_next_block to ensure useful event delivery
* VOBU level resume
* fixed: seeking in a multiangle feature briefly showed the wrong angle
CVS patchset: 4217
CVS date: 2003/02/20 16:01:57
|
|
CVS patchset: 4134
CVS date: 2003/02/11 16:28:47
|
|
CVS patchset: 4131
CVS date: 2003/02/11 15:12:42
|
|
CVS patchset: 4029
CVS date: 2003/01/29 02:02:03
|
|
libdvdnav cleanup needed (will start tomorrow)
CVS patchset: 4021
CVS date: 2003/01/27 21:02:41
|
|
* small fix for "Spy Game" RC2
* implement LinkNoLink (Disney's "Beauty and the Beast" RC2 deluxe uses it,
but the interactive game still does not work)
* slightly improved logic of program jumps -> chapter skipping should work
correctly in more (if not all) cases now
CVS patchset: 3894
CVS date: 2003/01/13 13:53:33
|