* ./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.