summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/vm.c
AgeCommit message (Collapse)Author
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). ↵Daniel Caujolle-Bert
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
2003-08-03merge libdvdnav cvs (fixes "Red Dragon" RC2 scene selection)Michael Roitzsch
CVS patchset: 5233 CVS date: 2003/08/03 09:44:16
2003-07-19sync libdvdnavMichael Roitzsch
CVS patchset: 5187 CVS date: 2003/07/19 13:04:03
2003-05-26cygwin patchMiguel Freitas
CVS patchset: 4954 CVS date: 2003/05/26 23:11:44
2003-04-29Update from libdvdnavJames Courtier-Dutton
CVS patchset: 4712 CVS date: 2003/04/29 21:55:46
2003-04-29Update from the libdvdnav project.James Courtier-Dutton
CVS patchset: 4708 CVS date: 2003/04/29 15:58:27
2003-04-07merging libdvdnav, since some nice fixes took placeMichael Roitzsch
CVS patchset: 4565 CVS date: 2003/04/07 18:10:44
2003-04-01Add some comments.James Courtier-Dutton
Remove a FIXME comment. CVS patchset: 4530 CVS date: 2003/04/01 19:42:41
2003-03-29sync to libdvdnav cvs once againMichael Roitzsch
* 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
2003-03-27sync to libdvdnav cvsMichael Roitzsch
* 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
2003-03-25sync to cvs of libdvdnavMichael Roitzsch
* 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
2003-03-21sync to libdvdnav cvsMichael Roitzsch
* 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
2003-02-20syncing to libdvdnav 0.1.5 and modifying input plugin accordinglyMichael Roitzsch
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
2003-02-11freebsd compile fixHeiko Schaefer
CVS patchset: 4134 CVS date: 2003/02/11 16:28:47
2003-01-13sync to latest cvs of libdvdnavMichael Roitzsch
* 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
2002-11-23sync to latest libdvdnav cvs:Michael Roitzsch
* "Back to the Future" German RC2 fix * patch from Marco Zühlke for correct title number display CVS patchset: 3350 CVS date: 2002/11/23 11:08:12
2002-11-18sync to libdvdnav cvsMichael Roitzsch
* fix read cache and improve it for slower drives * improve chapter skipping CVS patchset: 3292 CVS date: 2002/11/18 12:41:16
2002-10-22Recursive comments, picked up via CVS $Log keyword. Trying to fix...Juergen Keil
CVS patchset: 2941 CVS date: 2002/10/22 17:18:23
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2909 CVS date: 2002/10/22 04:34:02
2002-09-20sync to latest libdvdnav cvs versionMichael Roitzsch
CVS patchset: 2718 CVS date: 2002/09/20 12:53:53
2002-09-04sync to libdvdnav cvsMichael Roitzsch
CVS patchset: 2603 CVS date: 2002/09/04 11:07:47
2002-08-27sync to libdvdnav cvs, this should now conform to the way xine outputsMichael Roitzsch
its console messages (write to stdout, "libdvdnav: " in front each line) CVS patchset: 2531 CVS date: 2002/08/27 19:24:33
2002-08-09change includes from system include to local include where the file is inMichael Roitzsch
our tree now to avoid version clashes CVS patchset: 2421 CVS date: 2002/08/09 22:52:14
2002-08-08Changed loads of #include <dvdread/...> to #include <...>Rich J Wareham
CVS patchset: 2405 CVS date: 2002/08/08 21:55:54
2002-08-08First stage of DVD plugin -> dvdnav conversionRich J Wareham
CVS patchset: 2404 CVS date: 2002/08/08 17:49:20