* ./src/css.c: in case of a region mismatch and when the drive needs to
* ./src/Makefile.am: tell libtool that libdvdcss does not have undefined
* ./src/css.c: when the ReadTitleKey ioctl failed, reopen the device before
Default method is now "key" :p.
* ./test/Makefile.am: disabled dvd_region.
New utility for querying (and eventualy setting) the region of a DVD drive
Include config.h before testing defines in the BSDi ioctl code. Add a bug
Fix so that the bsdi_*.[hc] files make it into the dist tar-ball.
Typo fix and fix the linked list code to not drop the list when instering
Patch for OS/2.
Typo fix
Getting ReportRPC for WIN32 a bit closer to working.
* ./src/ioctl.c: implemented ioctl_ReportKey1 for HP-UX.
* ./src/libdvdcss.c: Win32 compilation fix.
* ALL: changed version number to 1.2.1.
* ./src/ioctl.c, ./src/ioctl.h: QNX port,
* ./src/css.c: applied Håkan's fix for the failure on region mismatch.
* ALL: switched to libtool 1.4.2a.
* ./src/dvdcss/dvdcss.h: C++ compliant public header.
* Everything should be ready for 1.2.0.
New function _dvdcss_use_ioctls. Avoid using the ioctl calls when
Default to 'key', rather than 'title', method.
* ./libdvdcss.spec: enhancements by Mandrakesoft.
Correct serious bug in dvdcss_read for titles with all zero key (a unencrypted
* ./src/ioctl.[ch]: Darwin changes: Cleaned up the code, fixed
* updated win32 compilation instructions.
* ./src/ioctl.c: OpenBSD compile fix. Thanks to ex0dus on #videolan.
* updated INSTALL doc for the win32 build.
* added two patches that have been forgot from the vlc tree.
* ./src/libdvdcss.h: IRIX compile fix
* ./configure.in: BeOS bug fix. I'm so lame.
* Forgot to change test/.cvsignore ...
* ./test/csstest.c: renamed test.c to csstest.c.
* ./src/ioctl.c: Fixed a Darwin typo I recently introduced.
* ./configure.in: Darwin compile fix (added -no-cpp-precomp)
* ./ChangeLog: everything should be ready for the 1.1.0 release.
* Fixed a Darwin define problem.
* ./src/dvdcss/dvdcss.h: moved dvdcss.h in a subdirectory so that we can
* ./ChangeLog: updated changelog.
Split the code into more functions. The disc and title decryption /
Add -D_FILE_OFFSET_BITS=64 to the compile line to make off_t / lseek and
Tell libdvdcss to get the key for the block before we decrypt it.
* Fixed compilation of test/test.c.
* Updated misc control files and added the sample program.
Cleanup some formating, indentation and types and add a small comment.
Add the WIN32 fix to GetTitleKey from the vlc/extra branch.
Do check for the unistd.h header file.
Make CSSAuth more rubust, should now also work with drives that are not 100%
* Attempt at fixing the Solaris port.
* Initial commit. Hope it'll work.