Mercurial > libdvdread4.hg
graph
-
Fix segfault when reading certain DVDs, for example "Thor". srcThu, 06 Oct 2011 12:10:01 +0000, by rathann
-
Move UDFReadBlocksRaw declaration to dvdread_internal.h. srcSat, 11 Sep 2010 15:15:43 +0000, by diego
-
Mark a large number of functions not used outside of the file as static. srcFri, 06 Aug 2010 23:17:36 +0000, by diego
-
Fix the test of whether disk names should be raw devices srcSat, 31 Jul 2010 00:10:28 +0000, by erik
-
in DVDOPen() use isalpha() rather than checking the first char of the device against 'A'..'Z' srcTue, 20 Jul 2010 09:30:13 +0000, by 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 srcTue, 20 Jul 2010 08:09:41 +0000, by nicodvb
-
as for win32 check for \video_ts as /video_ts in OS/2; patch by komh chollian net srcTue, 20 Jul 2010 08:01:19 +0000, by nicodvb
-
As for win32 strip off the trailing \ if it is not a drive srcTue, 20 Jul 2010 07:55:32 +0000, by nicodvb
-
in OS/2 Use DVDOpenImageFile() only if it is a drive; patch by komh chollian net srcTue, 20 Jul 2010 07:51:43 +0000, by nicodvb
-
Win32: large file support under Mingw to go over 2G limits srcTue, 01 Jun 2010 17:07:13 +0000, by jb
-
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 srcTue, 01 Jun 2010 07:27:56 +0000, by nicodvb
-
fixed buffer size dimension in UDFGetPVD(); patch A00 by John Stebbins srcFri, 28 May 2010 13:24:16 +0000, by nicodvb
-
replaced conditional checks on MSC with _WIN32 to permit MINGW to mount and decrypt images; patch by John Stebbins (stebbing jetheaddev com) srcTue, 04 Aug 2009 21:21:49 +0000, by nicodvb
-
in OS/2 the device must be opened in binary mode; patch by KO Myung-Hun - komh chollian net srcMon, 08 Jun 2009 22:02:37 +0000, by nicodvb
-
Add #include for config.h. Several preprocessor definitions were used without srcTue, 05 May 2009 17:27:14 +0000, by diego
-
modified DVDOpen() to use a unified DVDOpen_error label; patch by Erik Hovland srcTue, 28 Apr 2009 13:19:51 +0000, by nicodvb
-
Use __APPLE__ instead of __DARWIN__ in preprocessor check. srcSat, 25 Apr 2009 15:50:42 +0000, by diego
-
Move installed headers into dvdread directory to make them easier to srcWed, 31 Dec 2008 08:43:03 +0000, by reimar
-
Because of ARM memory alignment issues the struct app_info has to be srcSat, 13 Dec 2008 14:27:51 +0000, by rathann
-
cosmetics: Sync indentation and similar changes from libdvdread 0.9.5. srcThu, 25 Sep 2008 09:17:42 +0000, by diego
-
Use consistent license headers everywhere: Fix FSF address and boilerplate. srcSun, 14 Sep 2008 15:42:49 +0000, by diego
-
Rename includedir to $prefix/include/dvdread to remain API-compatible srcSat, 30 Aug 2008 11:54:03 +0000, by rathann
-
removed duplicated #pragma directives and definitions; patch by Erik Hovland srcFri, 25 Jul 2008 06:25:27 +0000, by nicodvb
-
added dvdread_print_time() and removed the file-static print_time() in nav_print.c; based on a patch by Erik Hovland org srcThu, 24 Jul 2008 22:03:06 +0000, by nicodvb
-
moved various pieces of duplicated code to free_ptl_mait(); patch by Erik Hovland org srcWed, 16 Jul 2008 07:46:33 +0000, by nicodvb
-
remove inclusion that depended on DVDNAV_COMPILE; patch by Dan Nicholson srcSun, 08 Jun 2008 17:53:51 +0000, by nicodvb
-
memzero ICB before using it; patch by Erik Hovland org srcThu, 05 Jun 2008 10:25:04 +0000, by nicodvb
-
replaced *struct assignment with call to memcpy(); patch by Erik Hovland org srcThu, 05 Jun 2008 10:22:07 +0000, by nicodvb
-
fixed incorrect type cast; patch by Erik Hovland org srcThu, 05 Jun 2008 10:19:55 +0000, by nicodvb
-
gettimeofday() doesn't exist in windows, but recent mingw32 runtime srcThu, 05 Jun 2008 08:52:00 +0000, by nicodvb
-
first split of dvdread; it's just a copy of dvdnav still to be cleaned srcSun, 01 Jun 2008 08:39:07 +0000, by nicodvb