log

age author description
Wed, 04 Dec 2013 22:44:23 +0000 rathann Use 0 instead of NULL in integer comparison src tip
Wed, 04 Dec 2013 22:40:17 +0000 rathann Abort when PTT search table has zero entries src
Mon, 18 Nov 2013 23:43:16 +0000 rathann Free `cached_dir_base` to fix memory leak src
Sun, 17 Nov 2013 00:16:02 +0000 rathann Clear pf_temp to make sure it is initialized src
Sun, 17 Nov 2013 00:09:44 +0000 rathann Add an error message src
Tue, 12 Nov 2013 00:10:38 +0000 rathann Document warnings generated by DVDs made with the VDR-to-DVD device LG RC590M. src
Sun, 06 Oct 2013 21:39:42 +0000 rathann Fix undefined variable warning in md5.h. src
Sun, 06 Oct 2013 21:34:05 +0000 rathann Fix spelling errors. src
Sun, 06 Oct 2013 21:13:57 +0000 rathann Use correct name of the libdvdcss DLL on Windows. src
Thu, 03 Oct 2013 21:57:48 +0000 rathann If the start offset points past the last_byte (outside the region read) stop src
Sun, 28 Apr 2013 19:10:07 +0000 diego Add #define for DVDCSS_SEEK_KEY to allow compilation without dvdcss.h. src
Thu, 21 Mar 2013 19:23:12 +0000 diego Do not extract libdvdcss version via dvdcss_interface_2. src
Thu, 21 Mar 2013 19:16:39 +0000 diego Replace deprecated dvdcss_title() function by dvdcss_seek(). src
Thu, 21 Mar 2013 17:53:40 +0000 diego Replace uses of the deprecated dvdcss_handle type by dvdcss_t. src
Sun, 17 Mar 2013 14:08:05 +0000 diego Add missing strings.h #include for strcasecmp() / strncasecmp(). src
Wed, 12 Dec 2012 14:21:16 +0000 ib Remove erroneous free(). src
Sun, 09 Dec 2012 22:03:38 +0000 rathann This patch fixes a segmentation fault hit when reading the DVD 'The src
Sun, 09 Dec 2012 21:07:59 +0000 rathann Accommodate duplicate language units and pgcs. src
Fri, 07 Oct 2011 16:56:02 +0000 erik Use NULL instead of 0 consistently. src
Thu, 06 Oct 2011 21:02:00 +0000 rathann Fix memory leaks. src
Thu, 06 Oct 2011 12:10:01 +0000 rathann Fix segfault when reading certain DVDs, for example "Thor". src
Sat, 13 Aug 2011 17:28:48 +0000 erik Make sure vts_ptt_srpt->title is freed src
Sat, 13 Aug 2011 17:28:45 +0000 erik Fix crash when PTT is too short src
Sat, 13 Aug 2011 17:28:43 +0000 erik Conditional style change src
Sat, 13 Aug 2011 17:28:40 +0000 erik Clean up error paths. src
Sat, 13 Aug 2011 17:28:37 +0000 erik Clean up malloc calls src
Wed, 15 Jun 2011 18:09:15 +0000 reimar Replace deprecated MOUNTED with _PATH_MOUNTED. src
Sun, 30 Jan 2011 23:44:16 +0000 erik Report which index failed reading src
Sun, 30 Jan 2011 23:44:13 +0000 erik Replaces the hard-coded values src
Sun, 30 Jan 2011 23:44:09 +0000 erik Inhibit double free of parental management information src
Sat, 11 Sep 2010 15:15:43 +0000 diego Move UDFReadBlocksRaw declaration to dvdread_internal.h. src
Sun, 08 Aug 2010 22:49:28 +0000 siretart Fix some spelling issues src
Fri, 06 Aug 2010 23:17:36 +0000 diego Mark a large number of functions not used outside of the file as static. src
Sat, 31 Jul 2010 00:21:01 +0000 erik Provide BUP file support for more issues. src
Sat, 31 Jul 2010 00:10:31 +0000 erik Fix a spelling error in ifo_read.c src
Sat, 31 Jul 2010 00:10:28 +0000 erik Fix the test of whether disk names should be raw devices src
Tue, 20 Jul 2010 09:30:13 +0000 nicodvb in DVDOPen() use isalpha() rather than checking the first char of the device against 'A'..'Z' src
Tue, 20 Jul 2010 08:09:41 +0000 nicodvb in OS2 and WIN32 when CSS is not available print the correct message using path rather than dev_name; patch by komh chollium net src
Tue, 20 Jul 2010 08:01:19 +0000 nicodvb as for win32 check for \video_ts as /video_ts in OS/2; patch by komh chollian net src
Tue, 20 Jul 2010 07:55:32 +0000 nicodvb As for win32 strip off the trailing \ if it is not a drive src
Tue, 20 Jul 2010 07:51:43 +0000 nicodvb in OS/2 Use DVDOpenImageFile() only if it is a drive; patch by komh chollian net src
Tue, 01 Jun 2010 17:07:13 +0000 jb Win32: large file support under Mingw to go over 2G limits src
Tue, 01 Jun 2010 07:27:56 +0000 nicodvb in _WIN32 do a sanity check against \video_ts in addition to /video_ts, because both paths are admitted; patch by John Stebbins from Handbrake src
Fri, 28 May 2010 13:24:16 +0000 nicodvb fixed buffer size dimension in UDFGetPVD(); patch A00 by John Stebbins src
Thu, 04 Mar 2010 19:14:17 +0000 henry add bounds checking in UDFFileEntry src
Sat, 30 Jan 2010 15:15:23 +0000 reimar 100l, initialize file descriptor to -1, not 0. src
Mon, 07 Dec 2009 03:50:20 +0000 erik Expose the dvd_stat_t struct. src
Wed, 02 Sep 2009 01:44:16 +0000 erik Add *BSD porting bits from 0.9.7 src
Wed, 02 Sep 2009 01:43:21 +0000 erik Add DVD file stat from version 0.9.7 to libdvdread src
Wed, 02 Sep 2009 01:43:18 +0000 erik Use parens to make the 'is present' mask explicit src
Wed, 02 Sep 2009 01:34:23 +0000 erik Remove empty if clause. src
Tue, 04 Aug 2009 21:21:49 +0000 nicodvb replaced conditional checks on MSC with _WIN32 to permit MINGW to mount and decrypt images; patch by John Stebbins (stebbing jetheaddev com) src
Mon, 08 Jun 2009 22:02:37 +0000 nicodvb in OS/2 the device must be opened in binary mode; patch by KO Myung-Hun - komh chollian net src
Tue, 05 May 2009 17:27:14 +0000 diego Add #include for config.h. Several preprocessor definitions were used without src
Tue, 28 Apr 2009 13:26:33 +0000 nicodvb removed unnecessary config.h; patch by Erik Hovland src
Tue, 28 Apr 2009 13:19:51 +0000 nicodvb modified DVDOpen() to use a unified DVDOpen_error label; patch by Erik Hovland src
Sat, 25 Apr 2009 15:50:42 +0000 diego Use __APPLE__ instead of __DARWIN__ in preprocessor check. src
Sun, 15 Feb 2009 18:30:24 +0000 nicodvb spelling fixes by Erik Hovland src
Mon, 12 Jan 2009 12:10:21 +0000 diego Ignore generated .d files. src
Wed, 31 Dec 2008 08:43:03 +0000 reimar Move installed headers into dvdread directory to make them easier to src
Sat, 13 Dec 2008 14:27:51 +0000 rathann Because of ARM memory alignment issues the struct app_info has to be src
Sun, 26 Oct 2008 22:16:30 +0000 diego cosmetics: sane indentation for case statements src
Thu, 09 Oct 2008 22:04:24 +0000 diego OS/2 support by KO Myung-Hun, komh chollian net src
Thu, 25 Sep 2008 22:09:59 +0000 diego cosmetics: function renaming from libdvdread 0.9.5 src
Thu, 25 Sep 2008 22:08:45 +0000 diego cosmetics: one more hunk of indentation sync src
Thu, 25 Sep 2008 09:17:42 +0000 diego cosmetics: Sync indentation and similar changes from libdvdread 0.9.5. src
Tue, 23 Sep 2008 09:14:45 +0000 diego cosmetics: Convert all tabs to spaces. src
Sun, 14 Sep 2008 20:53:47 +0000 diego Add missing license header. src
Sun, 14 Sep 2008 20:43:32 +0000 diego Remove useless $Id$, $Log$ and $Name$ keywords. src
Sun, 14 Sep 2008 20:37:38 +0000 diego Use consistent multiple inclusion guards everywhere: src
Sun, 14 Sep 2008 16:00:48 +0000 diego Convert all ISO8859-1 sequences to proper UTF-8. src
Sun, 14 Sep 2008 15:42:49 +0000 diego Use consistent license headers everywhere: Fix FSF address and boilerplate. src
Sat, 06 Sep 2008 21:55:51 +0000 rathann Remove all trailing whitespace, src
Mon, 01 Sep 2008 21:05:17 +0000 rathann Cosmetics: remove empty lines. src
Mon, 01 Sep 2008 21:04:33 +0000 rathann Comments cleanup: fix spelling and grammar errors. src
Sat, 30 Aug 2008 20:10:36 +0000 rathann Drop unnecessary include. src
Sat, 30 Aug 2008 17:56:27 +0000 rathann Add missing include, fixes src
Sat, 30 Aug 2008 11:54:03 +0000 rathann Rename includedir to $prefix/include/dvdread to remain API-compatible src
Fri, 25 Jul 2008 06:25:27 +0000 nicodvb removed duplicated #pragma directives and definitions; patch by Erik Hovland src
Thu, 24 Jul 2008 22:03:06 +0000 nicodvb added dvdread_print_time() and removed the file-static print_time() in nav_print.c; based on a patch by Erik Hovland org src
Wed, 16 Jul 2008 07:46:33 +0000 nicodvb moved various pieces of duplicated code to free_ptl_mait(); patch by Erik Hovland org src
Sun, 13 Jul 2008 12:27:17 +0000 rathann cosmetics: fix indentation src
Sun, 08 Jun 2008 17:53:51 +0000 nicodvb remove inclusion that depended on DVDNAV_COMPILE; patch by Dan Nicholson src
Thu, 05 Jun 2008 10:25:04 +0000 nicodvb memzero ICB before using it; patch by Erik Hovland org src
Thu, 05 Jun 2008 10:22:07 +0000 nicodvb replaced *struct assignment with call to memcpy(); patch by Erik Hovland org src
Thu, 05 Jun 2008 10:19:55 +0000 nicodvb fixed incorrect type cast; patch by Erik Hovland org src
Thu, 05 Jun 2008 08:52:00 +0000 nicodvb gettimeofday() doesn't exist in windows, but recent mingw32 runtime src
Mon, 02 Jun 2008 09:27:49 +0000 nicodvb fixed building with autoshit src
Sun, 01 Jun 2008 15:58:24 +0000 nicodvb removed silly inclusion of vmcmd.h src
Sun, 01 Jun 2008 15:16:10 +0000 nicodvb moved to src/ the sources files src
Sun, 01 Jun 2008 15:11:47 +0000 nicodvb another file can be removed src
Sun, 01 Jun 2008 14:51:25 +0000 nicodvb first removal of dvdnav-specific code src
Sun, 01 Jun 2008 08:39:07 +0000 nicodvb first split of dvdread; it's just a copy of dvdnav still to be cleaned src