Sun, 17 Mar 2013 14:08:05 +0000 |
diego |
Add missing strings.h #include for strcasecmp() / strncasecmp().
src
|
Wed, 15 Jun 2011 18:09:15 +0000 |
reimar |
Replace deprecated MOUNTED with _PATH_MOUNTED.
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 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
|
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: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
|
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
|
Wed, 31 Dec 2008 08:43:03 +0000 |
reimar |
Move installed headers into dvdread directory to make them easier to
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 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 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
|
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
|
Sun, 01 Jun 2008 15:16:10 +0000 |
nicodvb |
moved to src/ the sources files
src
|