log

age author description
Wed, 04 Dec 2013 23:02:01 +0000 rathann In vm_new_vm(), use the proper calloc() argument order src tip
Tue, 12 Nov 2013 00:55:10 +0000 rathann Check for out-of-bounds values for pgcn src
Mon, 11 Nov 2013 23:49:17 +0000 rathann Avoid a crash when program number is zero. src
Sun, 10 Nov 2013 11:38:58 +0000 rathann Reset vm->hop_channel while resetting everything else in vm_reset src
Sun, 06 Oct 2013 21:56:26 +0000 rathann Pass return value of vm_jump_up back to the caller. src
Sun, 06 Oct 2013 20:54:43 +0000 rathann Prevent general CPP macro from causing strange behavior. src
Sun, 06 Oct 2013 20:47:20 +0000 rathann Correct comment. dvdnav_time_search *is* implemented, just somewhat src
Thu, 03 Oct 2013 23:15:54 +0000 rathann Let dvdnav_describe_title_chapters() skip PGCs with missing cells. src
Thu, 03 Oct 2013 23:02:55 +0000 rathann Make sure program_map is not NULL. src
Thu, 03 Oct 2013 22:43:52 +0000 rathann Do not close file twice. src
Thu, 03 Oct 2013 22:39:38 +0000 rathann Fix integer overflow in dvdnav_convert_time(). src
Thu, 03 Oct 2013 22:30:48 +0000 rathann Let dvdnav_describe_title_chapters() skip PGCs with a cell number of zero. src
Thu, 03 Oct 2013 22:21:29 +0000 rathann This is a heuristic to prevent segfaults when src
Thu, 03 Oct 2013 22:19:25 +0000 rathann Prevent segmentation faults in vdnav_describe_title_chapters() src
Thu, 03 Oct 2013 22:10:07 +0000 rathann Fix crash when trying to play a DVD from different region than currently set src
Sun, 17 Mar 2013 14:06:49 +0000 diego Add missing strings.h #include for strncasecmp(). src
Tue, 05 Feb 2013 21:25:29 +0000 rathann Unbreak playback of DVDs with menus, broken by r1245. src
Sun, 09 Dec 2012 21:45:02 +0000 rathann Fix strict aliasing warnings. src
Sun, 09 Dec 2012 21:39:37 +0000 rathann Restore C++ compatibility by renaming the parameter to 'self' like in src
Sun, 09 Dec 2012 21:22:15 +0000 rathann Make sure we get nav packets for all cells in multi angle features src
Sun, 09 Dec 2012 21:13:14 +0000 rathann Fix failed assertion when there's no menu. src
Fri, 07 Oct 2011 17:06:24 +0000 erik Always attempt to move forward on a seek src
Sat, 11 Jun 2011 15:42:20 +0000 reimar Do not use non-standard sys/fcntl.h include, use just fcntl.h src
Sun, 20 Mar 2011 18:06:39 +0000 erik Fix typos in comments src
Sat, 26 Feb 2011 20:32:32 +0000 erik Fix grammar in dvdnav.h src
Sat, 12 Feb 2011 20:29:58 +0000 erik Fix typos src
Sun, 21 Nov 2010 23:59:43 +0000 erik Prevent abort if a menu doesn't exist. src
Fri, 30 Jul 2010 23:34:24 +0000 erik If there is no VMGI or PGCI return instead of try to get them src
Fri, 30 Jul 2010 23:34:19 +0000 erik Fix a spelling error in the comments src
Fri, 30 Jul 2010 23:34:16 +0000 erik Add dvdnav_program_play & dvdnav_current_title_program src
Fri, 30 Jul 2010 23:34:13 +0000 erik Make sure part is initialized src
Fri, 30 Jul 2010 23:34:11 +0000 erik Prevent deadlock in dvdnav_reset src
Fri, 30 Jul 2010 23:34:08 +0000 erik Clear all of position_current src
Tue, 01 Jun 2010 10:02:38 +0000 nicodvb logs belong to stderr, not stdout; patch by John Stebbins src
Tue, 01 Jun 2010 10:01:33 +0000 nicodvb Prevent display of garbage volume label when the file being scanned is src
Tue, 01 Jun 2010 08:17:15 +0000 nicodvb in vm:c set_PGN removed restriction that didn't play multi-PGC titles; patch by John Stebbins src
Thu, 27 May 2010 15:26:27 +0000 erik Fix pthread_mutex_destroy macro for Win32 src
Tue, 25 May 2010 23:33:59 +0000 rathann Provide a way to retrieve video resolution. src
Sun, 06 Sep 2009 15:26:43 +0000 erik Cosmetic change only - os2_open src
Sun, 06 Sep 2009 15:26:39 +0000 erik OS/2 portability fix src
Wed, 22 Apr 2009 07:40:57 +0000 nicodvb in dvdnav_describe_chapters() ifo could be leaked in case of erros; fixed by Erik Hovland src
Mon, 02 Feb 2009 22:55:58 +0000 nicodvb implement and export dvdnav_get_serial_string(); patch by Matthew Wire devel - mrwire - co - uk. Fixed by Erik src
Mon, 12 Jan 2009 12:10:32 +0000 diego Ignore generated .d files. src
Tue, 30 Dec 2008 14:48:46 +0000 reimar Move dvd_types.h, dvdnav_events.h and dvdnav.h into a dvdnav directory. src
Thu, 09 Oct 2008 22:20:36 +0000 diego OS/2 support by KO Myung-Hun, komh chollian net src
Thu, 09 Oct 2008 22:20:01 +0000 diego cosmetics: Remove all trailing whitespace. src
Sun, 14 Sep 2008 20:31:43 +0000 diego Remove useless $Id$ and $Name$ keywords. src
Sun, 14 Sep 2008 20:11:17 +0000 diego Use consistent multiple inclusion guards everywhere: src
Sun, 14 Sep 2008 16:05:09 +0000 diego Convert all ISO8859-1 sequences to proper UTF-8. src
Sun, 14 Sep 2008 15:40:51 +0000 diego Use consistent license headers everywhere: Fix wrong FSF address. src
Sat, 06 Sep 2008 21:55:51 +0000 rathann Remove all trailing whitespace, src
Sun, 31 Aug 2008 18:13:23 +0000 rathann A variable assignment is missing a lock around it. src
Sat, 30 Aug 2008 12:12:13 +0000 rathann Sync with current libdvdread header location. src
Sun, 13 Jul 2008 16:52:11 +0000 rathann reverted MP_DVDNAV #define removal src
Sun, 13 Jul 2008 13:17:35 +0000 rathann remove unused #define src
Sun, 29 Jun 2008 12:58:08 +0000 nicodvb after an AUDIO change event assign the logical stream to the returned event, src
Sat, 28 Jun 2008 09:20:17 +0000 nicodvb change the prototype of dvdnav_describe_title_chapters() to use 'self' instead of 'this' for compatibility with c++ compilers src
Sat, 14 Jun 2008 12:33:21 +0000 nicodvb now autotools use dvdread-config, too. Based on a patch by Dan Nicholson src
Wed, 11 Jun 2008 18:06:43 +0000 rathann remove obsolete URL from info message (until we get a proper homepage) src
Sun, 08 Jun 2008 09:12:14 +0000 nicodvb finally removed libdvdread; new build build system temporarily broken: will fix in next commit src