2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 23 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* ./src/ioctl.c: OpenBSD compile fix. Thanks to ex0dus on #videolan. More... about 22 years ago
* updated INSTALL doc for the win32 build. * added small win32 specific error message that was also in the vlc tree. More... about 22 years ago
* added two patches that have been forgot from the vlc tree. More... about 22 years ago
* ./src/libdvdcss.h: IRIX compile fix More... about 22 years ago
* ./configure.in: BeOS bug fix. I'm so lame. * ./src/ioctl.c: refuse to build if DVD ioctls weren't found. More... about 22 years ago
* Forgot to change test/.cvsignore ... More... about 22 years ago
* ./test/csstest.c: renamed test.c to csstest.c. More... about 22 years ago
* ./src/ioctl.c: Fixed a Darwin typo I recently introduced. More... about 22 years ago
* Run ./bootstrap. More... about 22 years ago
* ./configure.in: Darwin compile fix (added -no-cpp-precomp) More... about 22 years ago
* ./ChangeLog: everything should be ready for the 1.1.0 release. * ./libdvdcss.spec: updated specfile for RPM generation. * ./missing: commited libtool's latest version of this file. More... about 22 years ago
* Fixed a Darwin define problem. More... about 22 years ago
* ./src/dvdcss/dvdcss.h: moved dvdcss.h in a subdirectory so that we can include <dvdcss/dvdcss.h> without having to make install. * ./test/test.c: removed #ifdef DVDCSS_DIST. More... about 22 years ago
* ./ChangeLog: updated changelog. * ./Makefile.am: added the debian dir to the targets. * ./configure.in: switched to a more conventional versioning scheme. * ./src/css.c: removed a useless #ifdef. * ./src/dvdcss.h: added a versioned symbol to the API. * ./src/Makefile.am: use <dvdcss/dvdcss.h> instead of <videolan/dvdcss.h>. * ./test/test.c: test program is now up to date. More... about 22 years ago
Split the code into more functions. The disc and title decryption / cracking code is now each in it's own function. Also moved the code that looks for a weak block in the VOB to crack the title key from out from the loop that reads them. Added another crack method, it's disabled for now though. Lowered some limits on the current 'weak' test. Added more comments. More... about 22 years ago
Add -D_FILE_OFFSET_BITS=64 to the compile line to make off_t / lseek and other file access functions used in dvdcss be 64bit. More... about 22 years ago
Tell libdvdcss to get the key for the block before we decrypt it. More... about 22 years ago
Don't link to libdl. More... about 22 years ago
* Fixed compilation of test/test.c. More... about 22 years ago
* Updated misc control files and added the sample program. More... about 22 years ago
* Enable test folder More... about 22 years ago
Cleanup some formating, indentation and types and add a small comment. More... about 22 years ago
Add the WIN32 fix to GetTitleKey from the vlc/extra branch. More... about 22 years ago
Do check for the unistd.h header file. More... about 22 years ago
Make CSSAuth more rubust, should now also work with drives that are not 100% compliant to the SFF-8090 standard. AGID invalidation should now work allowing us to recover from hung / failed authentications. Corrected CSSGetASF, it does not take an AGID argument. Move several data structures from the dvdcss handle to local variables in CSSAuth. Remove CSSAuth as a externaly visible function in css.c. More... over 22 years ago
* Win32 compilation fix. More... over 22 years ago
* Attempt at fixing the Solaris port. More... over 22 years ago
* Forgot Makefile.in files. More... over 22 years ago
* Initial commit. Hope it'll work. More... over 22 years ago