If unsure, assume the drive is of RPC-I type
Bumping version to 1.2.11
Update README and INSTALL to be a bit less out-of-date
Fix "doc" Makefile target
Win32: Drop #define of snprintf() to _snprintf() if the former is undefined.
Win32: consistently use snprintf() instead of _snprintf()
Fix typos in README and INSTALL
Remove excessive whitespace
Fix a small memleak
Update documentation version
Ensure dvdcss->css.p_disc_key is always initialized
Make libdvdcss headers self-sufficient
Add multiple inclusion guards to header files
Use filename as multiple inclusion guard
Shut up doxygen run
Try other methods also if GetBusKey fails instead of failing completely
Remove the RPC-II sanity check and only issue a warning. Capable drives are
Use 64-bit IO and binary mode on OS/2.
Prepend 0x to the region mask for clarity.
Duh, typo in the RPC-II sanity check.
Add support for the DVDCSS_IGNORE_RPC environment variable in order to
Add a debug message in the copyright information retrieval.
Check drive's RPC status before trying to access a scrambled disc. Patch
Fix a potential format string crash.
Remove occurrences of "this program" from the license headers.
Adding OS/2 support,
Update the FSF address.
* Bump version number to 1.2.10.
* src/Makefile.am: bump the library minor version since we ship an extra
* Ship a .pc file with the library.
* Update copyeight information here and there.
* bootstrap: update bootstrapping script.
* libdvdcss.c: ignore failure to get the disc key in case we have a
* Convert all source code to UTF-8, or Doxygen will fail to generate proper
* Update outdated Doxygen configuration file using doxygen -u.
* src/libdvdcss.c: initialize p_disc_key in the case when DVD is encrypted
* src/libdvdcss.c: add dvdcss_is_scrambled() function,
Nicer comment
Identifiers starting with two underscores or an underscore and capital letters are reserved for the system in C.
This patch removes the following warning when compiling MPlayer:
Fix crash on some DVDs
support automake 1.10
fix cygwin compilation regarding the lseek change
fix compilation on MINGW
* Fixed spelling in documentation. Also testing buildbot.
* Fix warnings due to signed / unsigned pointer targets.
fallback to USERPROFILE environment variable for caching CSS keys when
now accepts X:\ as a device name, as well as X:
* Oops, forgot to commit configure.ac when removing the debian/ directory.
* Removed the debian/ directory. Debian packaging is now handled
* src/device.c: reduced code duplication and fixed a pointer/integer
* src/common.h: do not override lseek on Cygwin, only on mingw32. Cygwin
* debian/control: build-depend on tetex-extra (needed by doxygen).
* libdvdcss: more fixes for DLL building
* libdvdcss: the current version is 1.2.9
* libdvdcss: MSVC7 compilation fixes (shouldn't break mingw32)
* libdvdcss: MSVC7 compilation fixes (shouldn't break mingw32)
* libdvdcss: oops mismatch #ifdef
* libdvdcss: set EOL style in SVN
* libdvdcss: better DLL/library difference
* libdvdcss: allow building DLL exports
* Revert [181] since it breaks on some OS X versions.
* bootstrap: Use libtoolize instead of glibtoolize when it is available
* src/device.c: Under Windows remove the trailing backslash.
* configure.ac: forward -framework options to the linker.
* src/device.c: Fixed compilation under Darwin.
* src/device.c: tried to port the device autodetection to OS X.
* src/device.c: if the target is the empty string, attempt to autodetect
* doc/Makefile.am: fixed build in a separate directory.
* src/Makefile.am: bumped libtool version information.
* debian/*: updated Debian packaging information.
* src/css.c: grmbl, compile fix.
* Bumped up version number to 1.2.9.
* src/css.c: reworked my verbosity patch to fix a compilation issue.
* src/ioctl.c: under Solaris, use libsmedia for ioctls when available. Code
* src/bsdi_ioctl.c: use memset instead of bzero.
* src/device.c src/ioctl.h: cosmetic fix that uses real Win32 types for
* src/css.c: be slightly more verbose in which keys we manipulate.
* bootstrap: allow to bootstrap with aclocal/automake version 1.9.
* src/common.h: use lseeki64 for file seeking on win32 (works above the 2.1G boundary).
* Don't put autotools/ under revision control.
* Don't put autotools/ under revision control.
* libdvdcss.spec: updated Red Hat rules for RH9.
* bootstrap: fixed a syntax error.
* Added proper SVN keywords to files and directories (for $Id and ignores).
* doc/doxygen.cfg: Updated doxygen configuration.
* libdvdcss.spec: Fixed a syntax error (#1488).