log

age author description
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