build: Use silent build rules by default
build: Add -mwin32 to CFLAGS on Cygwin instead of globally defining WIN32
Fix a number of spelling and grammar errors
gitignore: Add config.cache
AUTHORS: Add Diego#1 and Diego#2
AUTHORS: Drop obsolete CVS/SVN login and snail-mail fields
Drop ChangeLog file; it is no longer necessary with Git.
Drop BSDI support code.
AUTHORS: Convert to UTF-8
Remove leftover Subversion $Id$ markers
dvd_region: Drop unused-but-set variable
build: Refactor an instance of system-specific O_BINARY-related ifdeffery
git: ignore the libtool m4 files.
build: get rid of recursion within doc/ for Doxygen API doc.
Win32: use the correct HAVE_BROKEN_MKDIR define
build: check for POSIX mkdir() function.
build: don't use tiered header checks.
build: use m4/attributes.m4 from xine/feng to check for cflags and visibility.
build: add support for macros in m4/ directory
build: fix make dist now that the bootstrap script is gone
build: remove obsolete bootstrap script.
Win32: define and use _WIN32_IE for shell api
dvd_region: move ioctl_SendRPC in dvd_region.c; mark functions static.
build: allow once again building of dvd_region binary
src: mark _dvdcss_titlekey static as it's never used outside of the unit
build: fix messed up rule in building latex documentation.
build: get rid of recursion for building the library and the csstest program.
build: update to libtool 2
build: update autotools to modern format.
Win32: fix signedness warning
Fix compilation with MSVC
Win32: correct include for lseeki64
build: Refactor system-specific ifdeffery around raw device access
configure.ac: Remove unused global DVDCSSDIST preprocessor flag
build: Replace system-specific ifdeffery by proper sys/uio.h check
device: Eliminate some unnecessary ifdefs
build: win32: Surround Windows-specific code by appropriate ifdef
build: Drop unnecessary local SYS_BEOS config.h #define
build: Drop unnecessary local SYS_OS2 config.h #define
build: Drop unnecessary local SYS_CYGWIN config.h #define
Win32: Fix broken mkdir() invocations that need to be mapped to _mkdir()
cygwin: Drop some obsolete POSIX int types fallbacks
ioctl.h Drop some pointless ifdefs around a set of harmless #defines
Use calloc instead of malloc+memset.
Support ELF visibility attribute
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.