Mercurial > libdvdnav.hg
graph
-
fix some error conditions (fixes dvdnav_title_part_play()) srcSun, 20 Jun 2004 16:49:08 +0000, by mroi
-
very small build system change: automake suggests to add headers for internal srcWed, 19 May 2004 18:31:11 +0000, by mroi
-
removing O_EXCL, since it does not work with DVD images srcFri, 09 Apr 2004 12:15:26 +0000, by mroi
-
* assert(0) does not always and the program (see NDEBUG) srcWed, 03 Mar 2004 16:50:42 +0000, by mroi
-
porting AMD64 patches from xine (provided by Goetz Waschk and Gwenole Beauchesne srcWed, 03 Mar 2004 16:48:36 +0000, by mroi
-
typo fix from libdvdread, found by Yi-Shin Li, patch seen on Ogle-devel by Daniel srcMon, 23 Feb 2004 18:14:42 +0000, by mroi
-
nesting and indentation do not match, but I think the braces do not actually srcMon, 16 Feb 2004 15:53:20 +0000, by mroi
-
merge the two #ifdef blocks that both check for WIN32 to improve readability srcFri, 13 Feb 2004 19:16:17 +0000, by mroi
-
Makefiles have to use tabs for indentation (GNU make does not care, but other srcWed, 11 Feb 2004 15:05:02 +0000, by mroi
-
Make libdvdnav compile when using a standard gentoo install. srcWed, 21 Jan 2004 22:51:49 +0000, by jcdutton
-
Fix a bug. We pass pci_t as a function param, so why bother looking at an srcTue, 20 Jan 2004 01:22:24 +0000, by jcdutton
-
fix assertion failure when someone asks for the position between an Exit srcWed, 07 Jan 2004 19:35:12 +0000, by mroi
-
we should not start the VM on dvdnav_get_number_of_titles, srcWed, 07 Jan 2004 19:34:28 +0000, by mroi
-
Include vmcmd.c in all libdvdnav builds, so tools like ifodump work without having to include their own versions. srcThu, 01 Jan 2004 15:09:19 +0000, by jcdutton
-
Some fixes to that libdvdnav compiles under cygwin. srcWed, 31 Dec 2003 21:37:16 +0000, by jcdutton
-
we have a PGC pointer and the PGC number in dvd_state_t, srcFri, 14 Nov 2003 18:55:52 +0000, by mroi
-
finally a disc with a PGC still, current code seems to work, so the assertion can go srcMon, 10 Nov 2003 17:46:53 +0000, by mroi
-
port Daniel's changes to xine-lib cvs to minimize difference srcWed, 27 Aug 2003 13:54:19 +0000, by mroi
-
use uintptr_t for pointer arithmetics for AMD64 compatibility srcMon, 25 Aug 2003 14:23:13 +0000, by mroi
-
(broken) still cells with zero still time can also appear in the middle of srcSun, 03 Aug 2003 09:40:58 +0000, by mroi
-
this function actually has (void) parameters, not (...) srcFri, 27 Jun 2003 13:41:42 +0000, by mroi
-
this assertion should be checked on LinkPrevC, not on LinkNextC srcTue, 10 Jun 2003 15:11:18 +0000, by mroi
-
Update to allow events sent to the gui to tell it whether we are in a button or not. srcSun, 01 Jun 2003 21:55:22 +0000, by jcdutton
-
dvdnav_internal.h is an internal header, only used at compile time; srcFri, 16 May 2003 10:17:11 +0000, by mroi
-
This one should also be reset to an invalid value, but 0 is not invalid. srcTue, 13 May 2003 20:24:45 +0000, by mroi
-
last_cmd_nav_lbn has to be initialized with an invalid value, so that the first srcMon, 12 May 2003 19:43:11 +0000, by mroi
-
when a command has been issued to leave a menu, filter all further commands srcTue, 06 May 2003 14:11:44 +0000, by mroi
-
Fixed the link order again and changed a return value to match better with Win32 srcTue, 06 May 2003 02:28:28 +0000, by tchamp