------------------------------------------------------------------------
r217 | sam | 2008-08-29 18:57:52 +0000 (Fri, 29 Aug 2008) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am

  * src/Makefile.am: bump the library minor version since we ship an extra
    symbole (dvdcss_is_scrambled).
------------------------------------------------------------------------
r216 | sam | 2008-08-29 18:57:51 +0000 (Fri, 29 Aug 2008) | 1 line
Changed paths:
   M /trunk/configure.ac
   M /trunk/src/Makefile.am
   A /trunk/src/libdvdcss.pc.in

  * Ship a .pc file with the library.
------------------------------------------------------------------------
r215 | sam | 2008-08-29 18:57:48 +0000 (Fri, 29 Aug 2008) | 1 line
Changed paths:
   M /trunk/libdvdcss.spec
   M /trunk/src/common.h
   M /trunk/src/css.c
   M /trunk/src/device.h
   M /trunk/src/dvdcss/dvdcss.h
   M /trunk/src/error.c
   M /trunk/src/ioctl.c
   M /trunk/src/ioctl.h
   M /trunk/src/libdvdcss.c
   M /trunk/src/libdvdcss.h
   M /trunk/test/csstest.c

  * Update copyeight information here and there.
------------------------------------------------------------------------
r214 | sam | 2008-08-29 18:57:45 +0000 (Fri, 29 Aug 2008) | 3 lines
Changed paths:
   A /trunk/.gitignore
   M /trunk/bootstrap
   M /trunk/configure.ac

  * bootstrap: update bootstrapping script.
  * configure.ac: hide autotools files in .auto/.
  * .gitignore: add an ignore file for git-svn users.
------------------------------------------------------------------------
r213 | sam | 2008-08-29 18:57:42 +0000 (Fri, 29 Aug 2008) | 2 lines
Changed paths:
   M /trunk/src/libdvdcss.c

  * libdvdcss.c: ignore failure to get the disc key in case we have a
    chance to decrypt anyway afterwards. Patch courtesy of Diego Biurrun.
------------------------------------------------------------------------
r212 | sam | 2008-07-13 12:52:22 +0000 (Sun, 13 Jul 2008) | 2 lines
Changed paths:
   M /trunk/src/css.c
   M /trunk/src/css.h
   M /trunk/src/csstables.h
   M /trunk/src/device.c
   M /trunk/src/device.h
   M /trunk/src/dvdcss/dvdcss.h
   M /trunk/src/ioctl.c
   M /trunk/src/libdvdcss.c
   M /trunk/src/libdvdcss.h

  * Convert all source code to UTF-8, or Doxygen will fail to generate proper
    LaTeX documents.
------------------------------------------------------------------------
r211 | sam | 2008-07-13 12:52:19 +0000 (Sun, 13 Jul 2008) | 1 line
Changed paths:
   M /trunk/doc/doxygen.cfg.in

  * Update outdated Doxygen configuration file using doxygen -u.
------------------------------------------------------------------------
r210 | massiot | 2008-07-12 12:19:57 +0000 (Sat, 12 Jul 2008) | 5 lines
Changed paths:
   M /trunk/src/css.c
   M /trunk/src/libdvdcss.c

 * src/libdvdcss.c: initialize p_disc_key in the case when DVD is encrypted
   but no ioctl is available ;
 * src/css.c: initialize p_disc_key in the case when key decryption fails.
Patch by Kirill Belokurov.

------------------------------------------------------------------------
r209 | massiot | 2008-07-11 17:23:25 +0000 (Fri, 11 Jul 2008) | 3 lines
Changed paths:
   M /trunk/src/dvdcss/dvdcss.h
   M /trunk/src/libdvdcss.c

 * src/libdvdcss.c: add dvdcss_is_scrambled() function, patch courtesy of
   Olivier Rolland.

------------------------------------------------------------------------
r208 | robux4 | 2008-01-07 16:48:35 +0000 (Mon, 07 Jan 2008) | 1 line
Changed paths:
   M /trunk/src/dvdcss/dvdcss.h

nicer comment, patch by Diego Biurrun
------------------------------------------------------------------------
r207 | robux4 | 2007-09-17 12:10:20 +0000 (Mon, 17 Sep 2007) | 1 line
Changed paths:
   M /trunk/src/bsdi_dvd.h
   M /trunk/src/dvdcss/dvdcss.h
   M /trunk/src/ioctl.h

(from Diego Biurrun) Identifiers starting with two underscores or an underscore and capital letters are reserved for the system in C.
------------------------------------------------------------------------
r206 | robux4 | 2007-09-17 12:07:41 +0000 (Mon, 17 Sep 2007) | 4 lines
Changed paths:
   M /trunk/src/libdvdcss.c

(from Diego Biurrun) This patch removes the following warning when compiling MPlayer:

libdvdcss.c:145: warning: redundant redeclaration of 'dvdcss_interface_2'
dvdcss/dvdcss.h:70: warning: previous declaration of 'dvdcss_interface_2' was here
------------------------------------------------------------------------
r205 | robux4 | 2007-07-29 10:14:53 +0000 (Sun, 29 Jul 2007) | 7 lines
Changed paths:
   M /trunk/src/libdvdcss.c

Pathc from iive (via Diego Biurrun)
Date: Sat Jul  7 01:22:51 2007

Fix crash on some DVDs
sprintf(tmp,"%.02x",(char)0xef); would print "ffffffef" instead of "ef",
in this case this leads to local array buffer overflow and hard to trace stack corruption.
The quick, easy & dirty solution is to use (unsigned char) or (uint8_t)
------------------------------------------------------------------------
r204 | xtophe | 2007-07-15 22:23:39 +0000 (Sun, 15 Jul 2007) | 2 lines
Changed paths:
   M /trunk/bootstrap

support automake 1.10

------------------------------------------------------------------------
r203 | robux4 | 2006-11-07 16:27:40 +0000 (Tue, 07 Nov 2006) | 2 lines
Changed paths:
   M /trunk/src/common.h
   M /trunk/src/device.c

fix cygwin compilation regarding the lseek change
(patch by Diego Biurrun)
------------------------------------------------------------------------
r202 | robux4 | 2006-11-01 14:31:51 +0000 (Wed, 01 Nov 2006) | 2 lines
Changed paths:
   M /trunk/src/common.h

fix compilation on MINGW (patch by Diego Biurrun)
(lseek vs lseek64 typo)
------------------------------------------------------------------------
r201 | sam | 2006-09-19 23:03:53 +0000 (Tue, 19 Sep 2006) | 2 lines
Changed paths:
   M /trunk/src/libdvdcss.c

  * Fixed spelling in documentation. Also testing buildbot.

------------------------------------------------------------------------
r200 | sam | 2006-09-19 22:28:06 +0000 (Tue, 19 Sep 2006) | 2 lines
Changed paths:
   M /trunk/src/css.c
   M /trunk/src/libdvdcss.c

  * Fix warnings due to signed / unsigned pointer targets.

------------------------------------------------------------------------
r199 | sam | 2006-09-19 22:27:46 +0000 (Tue, 19 Sep 2006) | 2 lines
Changed paths:
   M /trunk/bootstrap

  * Update bootstrap script.

------------------------------------------------------------------------
r198 | robux4 | 2006-09-13 13:12:23 +0000 (Wed, 13 Sep 2006) | 4 lines
Changed paths:
   M /trunk/src/libdvdcss.c

fallback to USERPROFILE environment variable for caching CSS keys when
HOME is not set (for MinGW builds running outside of MinGW).
patch from MPlayer via Diego Biurrun (diego at biurrun dot de)

------------------------------------------------------------------------
r197 | robux4 | 2006-09-13 13:11:25 +0000 (Wed, 13 Sep 2006) | 2 lines
Changed paths:
   M /trunk/src/device.c

now accepts X:\ as a device name, as well as X:
patch from MPlayer via Diego Biurrun (diego at biurrun dot de)
------------------------------------------------------------------------
r196 | sam | 2006-03-30 14:31:12 +0000 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

  * Oops, forgot to commit configure.ac when removing the debian/ directory.

------------------------------------------------------------------------
r195 | sam | 2006-03-30 14:30:43 +0000 (Thu, 30 Mar 2006) | 3 lines
Changed paths:
   M /trunk/Makefile.am
   D /trunk/debian

  * Removed the debian/ directory. Debian packaging is now handled
    separately, in the pkg-multimedia repository.

------------------------------------------------------------------------
r194 | sam | 2006-01-26 20:48:06 +0000 (Thu, 26 Jan 2006) | 3 lines
Changed paths:
   M /trunk/src/device.c

  * src/device.c: reduced code duplication and fixed a pointer/integer
    confusion in the OS X drive detection.

------------------------------------------------------------------------
r193 | sam | 2005-11-09 22:12:32 +0000 (Wed, 09 Nov 2005) | 3 lines
Changed paths:
   M /trunk/src/common.h

  * src/common.h: do not override lseek on Cygwin, only on mingw32. Cygwin
    provides its own 64-bit offset lseek. Patch courtesy of the MPlayer team.

------------------------------------------------------------------------
r192 | sam | 2005-10-26 16:58:08 +0000 (Wed, 26 Oct 2005) | 2 lines
Changed paths:
   M /trunk/debian/control

  * debian/control: build-depend on tetex-extra (needed by doxygen).

------------------------------------------------------------------------
r191 | robux4 | 2005-09-04 08:49:23 +0000 (Sun, 04 Sep 2005) | 1 line
Changed paths:
   M /trunk/src/dvdcss/dvdcss.h

* libdvdcss: more fixes for DLL building
------------------------------------------------------------------------
r190 | robux4 | 2005-09-04 08:31:58 +0000 (Sun, 04 Sep 2005) | 1 line
Changed paths:
   M /trunk/msvc/config.h

* libdvdcss: the current version is 1.2.9
------------------------------------------------------------------------
r189 | robux4 | 2005-09-04 08:31:26 +0000 (Sun, 04 Sep 2005) | 1 line
Changed paths:
   M /trunk/src/device.c

* libdvdcss: MSVC7 compilation fixes (shouldn't break mingw32)
------------------------------------------------------------------------
r188 | robux4 | 2005-09-04 08:25:26 +0000 (Sun, 04 Sep 2005) | 1 line
Changed paths:
   M /trunk/src/common.h
   M /trunk/src/ioctl.h
   M /trunk/src/libdvdcss.h

* libdvdcss: MSVC7 compilation fixes (shouldn't break mingw32)
------------------------------------------------------------------------
r187 | robux4 | 2005-09-04 07:54:41 +0000 (Sun, 04 Sep 2005) | 1 line
Changed paths:
   M /trunk/src/dvdcss/dvdcss.h
   M /trunk/src/libdvdcss.c

* libdvdcss: oops mismatch #ifdef
------------------------------------------------------------------------
r186 | robux4 | 2005-09-04 07:43:15 +0000 (Sun, 04 Sep 2005) | 1 line
Changed paths:
   M /trunk/AUTHORS
   M /trunk/COPYING
   M /trunk/ChangeLog
   M /trunk/INSTALL
   M /trunk/Makefile.am
   M /trunk/NEWS
   M /trunk/README
   M /trunk/debian/Makefile.am
   M /trunk/doc/Makefile.am
   M /trunk/doc/doxygen.cfg.in
   M /trunk/doc/footer.html
   M /trunk/doc/header.html
   M /trunk/msvc/config.h
   M /trunk/msvc/csstest.dsp
   M /trunk/msvc/libdvdcss.dsp
   M /trunk/msvc/workspace.dsw
   M /trunk/src/Makefile.am
   M /trunk/src/bsdi_dvd.h
   M /trunk/src/bsdi_ioctl.c
   M /trunk/src/common.h
   M /trunk/src/css.c
   M /trunk/src/css.h
   M /trunk/src/csstables.h
   M /trunk/src/device.c
   M /trunk/src/device.h
   M /trunk/src/dvdcss/Makefile.am
   M /trunk/src/dvdcss/dvdcss.h
   M /trunk/src/error.c
   M /trunk/src/ioctl.c
   M /trunk/src/ioctl.h
   M /trunk/src/libdvdcss.c
   M /trunk/src/libdvdcss.h
   M /trunk/test/Makefile.am
   M /trunk/test/csstest.c
   M /trunk/test/dvd_region.c

* libdvdcss: set EOL style in SVN
------------------------------------------------------------------------
r185 | robux4 | 2005-09-04 07:39:37 +0000 (Sun, 04 Sep 2005) | 1 line
Changed paths:
   M /trunk/src/dvdcss/dvdcss.h

* libdvdcss: better DLL/library difference
------------------------------------------------------------------------
r184 | robux4 | 2005-09-04 07:36:01 +0000 (Sun, 04 Sep 2005) | 1 line
Changed paths:
   M /trunk/src/dvdcss/dvdcss.h

* libdvdcss: allow building DLL exports
------------------------------------------------------------------------
r183 | sam | 2005-09-03 13:17:55 +0000 (Sat, 03 Sep 2005) | 4 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/doc
   M /trunk/test

  * configure.ac: patch from Diego Pettenò to let the user disable the
    documentation build.
  * test doc: added missing svn:ignore entries.

------------------------------------------------------------------------
r182 | massiot | 2005-09-01 17:12:42 +0000 (Thu, 01 Sep 2005) | 2 lines
Changed paths:
   M /trunk/bootstrap

 * Revert [181] since it breaks on some OS X versions.

------------------------------------------------------------------------
r181 | massiot | 2005-09-01 12:40:25 +0000 (Thu, 01 Sep 2005) | 3 lines
Changed paths:
   M /trunk/bootstrap

 * bootstrap: Use libtoolize instead of glibtoolize when it is available
   because libtool under OS X sucks.

------------------------------------------------------------------------
r180 | massiot | 2005-08-31 19:07:00 +0000 (Wed, 31 Aug 2005) | 2 lines
Changed paths:
   M /trunk/src/device.c

 * src/device.c: Under Windows remove the trailing backslash.

------------------------------------------------------------------------
r179 | sam | 2005-08-30 10:20:18 +0000 (Tue, 30 Aug 2005) | 2 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/src/Makefile.am

  * configure.ac: forward -framework options to the linker.

------------------------------------------------------------------------
r178 | massiot | 2005-08-30 09:48:19 +0000 (Tue, 30 Aug 2005) | 2 lines
Changed paths:
   M /trunk/src/device.c

 * src/device.c: Fixed compilation under Darwin.

------------------------------------------------------------------------
r177 | sam | 2005-08-29 22:25:20 +0000 (Mon, 29 Aug 2005) | 2 lines
Changed paths:
   M /trunk/src/device.c

  * src/device.c: tried to port the device autodetection to OS X.

------------------------------------------------------------------------
r176 | sam | 2005-08-29 22:02:55 +0000 (Mon, 29 Aug 2005) | 3 lines
Changed paths:
   M /trunk/src/device.c
   M /trunk/src/device.h
   M /trunk/src/libdvdcss.c

  * src/device.c: if the target is the empty string, attempt to autodetect
    the DVD drive instead of giving up.

------------------------------------------------------------------------
r175 | sam | 2005-08-23 16:15:38 +0000 (Tue, 23 Aug 2005) | 3 lines
Changed paths:
   M /trunk/doc/Makefile.am
   D /trunk/doc/doxygen.cfg
   A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:174)

  * doc/Makefile.am: fixed build in a separate directory. Patch courtesy
    of Bernard Leak with a few additions.

------------------------------------------------------------------------
r173 | sam | 2005-07-11 12:32:57 +0000 (Mon, 11 Jul 2005) | 2 lines
Changed paths:
   M /trunk/ChangeLog

  * Updated ChangeLog.

------------------------------------------------------------------------
r172 | sam | 2005-07-11 12:31:58 +0000 (Mon, 11 Jul 2005) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am

  * src/Makefile.am: bumped libtool version information.

------------------------------------------------------------------------
r171 | sam | 2005-07-11 12:25:18 +0000 (Mon, 11 Jul 2005) | 2 lines
Changed paths:
   M /trunk/debian/changelog
   M /trunk/debian/control

  * debian/*: updated Debian packaging information.

------------------------------------------------------------------------
r170 | sam | 2005-07-11 12:23:07 +0000 (Mon, 11 Jul 2005) | 2 lines
Changed paths:
   M /trunk/src/css.c

  * src/css.c: grmbl, compile fix.

------------------------------------------------------------------------
r169 | massiot | 2005-07-11 12:15:10 +0000 (Mon, 11 Jul 2005) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/configure.ac
   M /trunk/debian/changelog
   M /trunk/libdvdcss.spec

 * Bumped up version number to 1.2.9.

------------------------------------------------------------------------
r168 | sam | 2005-07-11 12:10:43 +0000 (Mon, 11 Jul 2005) | 2 lines
Changed paths:
   M /trunk/src/css.c

  * src/css.c: reworked my verbosity patch to fix a compilation issue.

------------------------------------------------------------------------
r167 | sam | 2005-07-11 11:58:58 +0000 (Mon, 11 Jul 2005) | 3 lines
Changed paths:
   M /trunk/src/ioctl.c

  * src/ioctl.c: under Solaris, use libsmedia for ioctls when available. Code
    reworked from a patch courtesy of the MPlayer team.

------------------------------------------------------------------------
r166 | sam | 2005-07-11 11:41:15 +0000 (Mon, 11 Jul 2005) | 3 lines
Changed paths:
   M /trunk/src/bsdi_ioctl.c

  * src/bsdi_ioctl.c: use memset instead of bzero. Patch courtesy of the
    MPlayer team.

------------------------------------------------------------------------
r165 | sam | 2005-07-11 11:32:33 +0000 (Mon, 11 Jul 2005) | 3 lines
Changed paths:
   M /trunk/src/device.c
   M /trunk/src/ioctl.h

  * src/device.c src/ioctl.h: cosmetic fix that uses real Win32 types for
    dynamically loaded functions and gets rid of lvalue casts.

------------------------------------------------------------------------
r164 | sam | 2005-07-11 11:25:47 +0000 (Mon, 11 Jul 2005) | 2 lines
Changed paths:
   M /trunk/src/css.c

  * src/css.c: be slightly more verbose in which keys we manipulate.

------------------------------------------------------------------------
r163 | sam | 2005-07-11 11:22:33 +0000 (Mon, 11 Jul 2005) | 2 lines
Changed paths:
   M /trunk/bootstrap

  * bootstrap: allow to bootstrap with aclocal/automake version 1.9.

------------------------------------------------------------------------
r162 | gbazin | 2004-09-02 12:17:13 +0000 (Thu, 02 Sep 2004) | 1 line
Changed paths:
   M /trunk/src/common.h

* src/common.h: use lseeki64 for file seeking on win32 (works above the 2.1G boundary).
------------------------------------------------------------------------
r161 | sam | 2004-08-13 13:53:27 +0000 (Fri, 13 Aug 2004) | 4 lines
Changed paths:
   M /trunk/src/css.c

  * src/css.c:
    + Save the cached key as ASCII in hexadecimal form.
    + Overwrite cached files if the data was invalid.

------------------------------------------------------------------------
r160 | sam | 2004-08-13 13:40:44 +0000 (Fri, 13 Aug 2004) | 4 lines
Changed paths:
   M /trunk/src/libdvdcss.c

  * src/libdvdcss.c:
    + Recreate the cache dir information on each launch, in case the
      information it contains ever changes.

------------------------------------------------------------------------
r159 | sam | 2004-08-11 23:26:35 +0000 (Wed, 11 Aug 2004) | 2 lines
Changed paths:
   M /trunk
   M /trunk/Makefile.am
   D /trunk/autotools
   M /trunk/bootstrap
   M /trunk/configure.ac

  * Don't put autotools/ under revision control.

------------------------------------------------------------------------
r158 | sam | 2004-08-11 23:24:54 +0000 (Wed, 11 Aug 2004) | 2 lines
Changed paths:
   D /trunk/autotools/Makefile.am

  * Don't put autotools/ under revision control.

------------------------------------------------------------------------
r157 | sam | 2004-08-11 23:04:39 +0000 (Wed, 11 Aug 2004) | 2 lines
Changed paths:
   M /trunk/libdvdcss.spec

  * libdvdcss.spec: updated Red Hat rules for RH9.

------------------------------------------------------------------------
r156 | sam | 2004-08-11 22:59:42 +0000 (Wed, 11 Aug 2004) | 4 lines
Changed paths:
   M /trunk/src/libdvdcss.c

  * src/libdvdcss.c:
    + Support for cache directory tags, as proposed on
      http://www.brynosaurus.com/cachedir/spec.html .

------------------------------------------------------------------------
r155 | sam | 2004-08-11 22:15:30 +0000 (Wed, 11 Aug 2004) | 6 lines
Changed paths:
   M /trunk/AUTHORS
   M /trunk/src/libdvdcss.c

  * src/libdvdcss.c:
    + Append the disc key to the cache directory name to avoid issues with
      identical discs which have different encryption keys, thanks to Sven
      Heithecker.
    + Use - instead of # as a separator in the cache filename.

------------------------------------------------------------------------
r154 | sam | 2004-07-05 09:17:20 +0000 (Mon, 05 Jul 2004) | 2 lines
Changed paths:
   M /trunk/bootstrap

  * bootstrap: fixed a syntax error.

------------------------------------------------------------------------
r153 | sam | 2004-07-05 09:15:35 +0000 (Mon, 05 Jul 2004) | 4 lines
Changed paths:
   M /trunk/bootstrap

  * bootstrap:
    + Run libtoolize before aclocal.
    + Support automake 1.8.

------------------------------------------------------------------------
r152 | sam | 2004-02-24 15:47:00 +0000 (Tue, 24 Feb 2004) | 2 lines
Changed paths:
   M /trunk
   D /trunk/.cvsignore
   M /trunk/NEWS
   M /trunk/README
   M /trunk/autotools
   D /trunk/autotools/.cvsignore
   M /trunk/bootstrap
   M /trunk/debian
   D /trunk/debian/.cvsignore
   M /trunk/doc
   D /trunk/doc/.cvsignore
   M /trunk/doc/footer.html
   M /trunk/doc/header.html
   M /trunk/msvc
   D /trunk/msvc/.cvsignore
   M /trunk/src
   D /trunk/src/.cvsignore
   M /trunk/src/bsdi_dvd.h
   M /trunk/src/common.h
   M /trunk/src/css.c
   M /trunk/src/css.h
   M /trunk/src/csstables.h
   M /trunk/src/device.c
   M /trunk/src/device.h
   M /trunk/src/dvdcss
   D /trunk/src/dvdcss/.cvsignore
   M /trunk/src/dvdcss/dvdcss.h
   M /trunk/src/error.c
   M /trunk/src/ioctl.c
   M /trunk/src/ioctl.h
   M /trunk/src/libdvdcss.c
   M /trunk/src/libdvdcss.h
   M /trunk/test
   D /trunk/test/.cvsignore

  * Added proper SVN keywords to files and directories (for $Id and ignores).

------------------------------------------------------------------------
r141 | sam | 2003-12-11 15:13:40 +0000 (Thu, 11 Dec 2003) | 3 lines
Changed paths:
   M /trunk/doc/.cvsignore
   M /trunk/doc/doxygen.cfg

  * doc/doxygen.cfg: Updated doxygen configuration.
  * doc/.cvsignore: Ignore stamp files.

------------------------------------------------------------------------
r140 | sam | 2003-12-11 15:12:42 +0000 (Thu, 11 Dec 2003) | 5 lines
Changed paths:
   M /trunk/src/device.c

  * src/device.c:
    + Store the off_t values for seek and read in a temporary variable to
      work around a strange gentoo gcc behaviour as seen here:
      http://www.via.ecp.fr/via/ml/libdvdcss-devel/200312/msg00000.html

------------------------------------------------------------------------
r139 | sam | 2003-11-26 20:16:38 +0000 (Wed, 26 Nov 2003) | 2 lines
Changed paths:
   M /trunk/libdvdcss.spec

  * libdvdcss.spec: Fixed a syntax error (#1488).

------------------------------------------------------------------------
r138 | sam | 2003-11-06 10:12:38 +0000 (Thu, 06 Nov 2003) | 2 lines
Changed paths:
   M /trunk/bootstrap

  * bootstrap: remove autom4te.cache before running autoconf

------------------------------------------------------------------------
r137 | sam | 2003-09-15 17:12:46 +0000 (Mon, 15 Sep 2003) | 2 lines
Changed paths:
   M /trunk/src/css.c
   M /trunk/src/libdvdcss.c

  * libdvdcss.c: Added more debug messages.

------------------------------------------------------------------------
r136 | sam | 2003-09-09 13:17:24 +0000 (Tue, 09 Sep 2003) | 2 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/src/css.c
   M /trunk/src/device.c

  * src/css.c, src/device.c: more meaningful error messages.

------------------------------------------------------------------------
r135 | sam | 2003-09-09 12:32:40 +0000 (Tue, 09 Sep 2003) | 4 lines
Changed paths:
   M /trunk/.cvsignore
   M /trunk/Makefile.am
   M /trunk/NEWS
   M /trunk/README
   M /trunk/configure.ac
   M /trunk/debian/Makefile.am
   M /trunk/debian/changelog
   A /trunk/debian/compat
   M /trunk/debian/control
   M /trunk/debian/rules
   M /trunk/doc/Makefile.am
   M /trunk/doc/footer.html
   M /trunk/doc/header.html
   M /trunk/test/csstest.c

  * configure.ac: check for doxygen and latex to build documentation.
  * doc/Makefile.am: conditionally build documentation.
  * debian/*: use debian/compat instead of DH_COMPAT.

------------------------------------------------------------------------
r134 | sam | 2003-09-09 12:05:44 +0000 (Tue, 09 Sep 2003) | 2 lines
Changed paths:
   M /trunk/bootstrap

  * bootstrap: code clean-up.

------------------------------------------------------------------------
r133 | sam | 2003-09-09 10:03:48 +0000 (Tue, 09 Sep 2003) | 3 lines
Changed paths:
   M /trunk/src/css.c
   M /trunk/src/device.c
   M /trunk/src/error.c
   M /trunk/src/libdvdcss.c
   M /trunk/src/libdvdcss.h

  * Changed _dvdcss_error and _dvdcss_debug to print_error and print_debug
    because they aren't libdvdcss functions.

------------------------------------------------------------------------
r132 | gbazin | 2003-07-29 19:49:13 +0000 (Tue, 29 Jul 2003) | 3 lines
Changed paths:
   M /trunk/NEWS


* NEWS: forgot to update this one for the release.

------------------------------------------------------------------------
r131 | gbazin | 2003-07-29 19:03:02 +0000 (Tue, 29 Jul 2003) | 3 lines
Changed paths:
   M /trunk/libdvdcss.spec


* libdvdcss.spec: fixed typo.

------------------------------------------------------------------------
r130 | gbazin | 2003-07-28 23:41:52 +0000 (Mon, 28 Jul 2003) | 3 lines
Changed paths:
   M /trunk/ChangeLog
   M /trunk/configure.ac
   M /trunk/debian/changelog
   M /trunk/libdvdcss.spec


* ALL: bumped version number to 1.2.8

------------------------------------------------------------------------
r129 | sam | 2003-07-16 21:40:01 +0000 (Wed, 16 Jul 2003) | 7 lines
Changed paths:
   M /trunk/src/css.c

  * src/css.c:
    + Workaround in CrackTitleKey for strange discs that report read errors
      seemingly at random. Testcase was on Linux 2.4.20, with a region 2 RPC2
      drive, and the region 1 copy of "Chasing Amy".
    + Used macros instead of numerals where appropriate.
    + Fixed spelling here and there.

------------------------------------------------------------------------
r128 | gbazin | 2003-07-08 18:00:54 +0000 (Tue, 08 Jul 2003) | 3 lines
Changed paths:
   M /trunk/src/device.c


* src/device.c: grmblgrmbl!! Fixed a bug that prevented encrypted dvds from working under win32.

------------------------------------------------------------------------
r127 | massiot | 2003-06-22 20:59:45 +0000 (Sun, 22 Jun 2003) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am

* Updated library version.

------------------------------------------------------------------------
r126 | sam | 2003-06-18 17:23:55 +0000 (Wed, 18 Jun 2003) | 2 lines
Changed paths:
   M /trunk/src/libdvdcss.c

  * ./src/libdvdcss.c: if DVDCSS_VERBOSE is greater than 2, do as if it was 2.

------------------------------------------------------------------------
r125 | sam | 2003-06-13 00:41:35 +0000 (Fri, 13 Jun 2003) | 12 lines
Changed paths:
   M /trunk/ChangeLog
   M /trunk/NEWS
   M /trunk/configure.ac
   M /trunk/debian/changelog
   M /trunk/debian/control
   M /trunk/debian/rules
   M /trunk/libdvdcss.spec

  * Everything is ready for a 1.2.7 release.

  * debian/control:
    + Set policy to 3.5.10.
    + Removed the leading "a" in the package description.
    + Set the source section to libs.
    + Set the -dev package section to libdevel.
    + Changed the debhelper build dependency to (>=3.0).
  * debian/rules:
    + Added magic to avoid autotools timestamp skews on autobuilders (as if
      libdvdcss was ever going to hit the Debian autobuilders anyway).

------------------------------------------------------------------------
r124 | sam | 2003-06-12 23:22:34 +0000 (Thu, 12 Jun 2003) | 6 lines
Changed paths:
   M /trunk/src/libdvdcss.c

  * ./src/libdvdcss.c: if DVDCSS_CACHE is not set, we force a default value.
     - under Win32: C:\Documents and Settings\$USER\Application Data\dvdcss\
     - under Unix and everything else: ${HOME}/.dvdcss/
     - the special value DVDCSS_CACHE=off disables caching.
  * ./src/libdvdcss.c: updated doxygen documentation accordingly.

------------------------------------------------------------------------
r123 | sam | 2003-06-12 23:15:18 +0000 (Thu, 12 Jun 2003) | 3 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/configure.ac

  * ./Makefile.am: put autotools/ in DIST_SUBDIRS instead of SUBDIRS.
  * ./configure.ac: forgot to generate autotools/Makefile.

------------------------------------------------------------------------
r122 | sam | 2003-06-10 22:50:31 +0000 (Tue, 10 Jun 2003) | 4 lines
Changed paths:
   M /trunk/Makefile.am
   A /trunk/autotools
   A /trunk/autotools/.cvsignore
   A /trunk/autotools/Makefile.am
   M /trunk/bootstrap
   M /trunk/configure.ac

  * ./configure.ac: make use of the autotools/ directory.
  * ./bootstrap: libfool is a tool. Worked around its blatant ignorance of
    the AC_CONFIG_AUX_DIR directive.

------------------------------------------------------------------------
r121 | sam | 2003-05-27 17:12:33 +0000 (Tue, 27 May 2003) | 4 lines
Changed paths:
   M /trunk/debian/changelog
   M /trunk/debian/control

  * ./debian/control: removed libc6-dev from libdvdcss2-dev's dependencies
    because it is part of build-essential and it isn't even called libc6-dev
    on all architectures.

------------------------------------------------------------------------
r120 | sam | 2003-05-16 22:12:48 +0000 (Fri, 16 May 2003) | 2 lines
Changed paths:
   M /trunk/src/css.c

  * ./src/css.c: typos in comments.

------------------------------------------------------------------------
r119 | gbazin | 2003-04-11 10:00:29 +0000 (Fri, 11 Apr 2003) | 3 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/src/common.h


* configure.ac, src/common.h: fixes for the cygwin build using the mno-cygwin flag.

------------------------------------------------------------------------
r118 | yves | 2003-04-06 20:36:07 +0000 (Sun, 06 Apr 2003) | 2 lines
Changed paths:
   M /trunk/libdvdcss.spec

better RH part thx Kipp Cannon <kipp@sgl.crestech.ca>

------------------------------------------------------------------------
r117 | gbazin | 2003-03-27 18:57:12 +0000 (Thu, 27 Mar 2003) | 3 lines
Changed paths:
   M /trunk/src/libdvdcss.c


* src/libdvdcss.c: CSS key cache collisions patch, courtesy of Michael Roitzsch.

------------------------------------------------------------------------
r116 | gbazin | 2003-03-22 16:37:37 +0000 (Sat, 22 Mar 2003) | 3 lines
Changed paths:
   M /trunk/src/libdvdcss.c


* src/libdvdcss.c: fix for NetBSD's mkdir that doesn't like trailing "/" on its argument. (courtesy of Christopher Richards)

------------------------------------------------------------------------
r115 | sam | 2003-03-10 18:01:40 +0000 (Mon, 10 Mar 2003) | 3 lines
Changed paths:
   M /trunk/debian/changelog
   M /trunk/src/Makefile.am

  * ./debian/changelog: updated Debian changelog.
  * ./src/Makefile.am: bumped version information.

------------------------------------------------------------------------
r114 | alexis | 2003-03-10 17:41:31 +0000 (Mon, 10 Mar 2003) | 2 lines
Changed paths:
   M /trunk/ChangeLog
   M /trunk/libdvdcss.spec

- preparing the 1.2.6 release...

------------------------------------------------------------------------
r113 | massiot | 2003-03-09 23:50:42 +0000 (Sun, 09 Mar 2003) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/configure.ac

Bumped up to 1.2.6.

------------------------------------------------------------------------
r112 | gbazin | 2003-03-09 23:34:18 +0000 (Sun, 09 Mar 2003) | 3 lines
Changed paths:
   M /trunk/src/common.h
   M /trunk/src/error.c


* src/common.h, src/error.c: fixed the PATH_MAX breakage on win32.

------------------------------------------------------------------------
r111 | massiot | 2003-02-04 11:54:36 +0000 (Tue, 04 Feb 2003) | 2 lines
Changed paths:
   M /trunk/src/css.c
   M /trunk/src/device.c
   M /trunk/src/error.c

Fixed compilation problems with PATH_MAX.

------------------------------------------------------------------------
r110 | massiot | 2003-01-29 22:59:35 +0000 (Wed, 29 Jan 2003) | 2 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/src/libdvdcss.c

Fixed MAX_PATH on Darwin.

------------------------------------------------------------------------
r109 | yves | 2003-01-28 07:58:22 +0000 (Tue, 28 Jan 2003) | 3 lines
Changed paths:
   M /trunk/libdvdcss.spec

- release number is 1. do not forget to update it too, aka sam sux.
- fix a redhat "macro".

------------------------------------------------------------------------
r108 | sam | 2003-01-28 01:17:02 +0000 (Tue, 28 Jan 2003) | 6 lines
Changed paths:
   M /trunk/ChangeLog
   A /trunk/NEWS
   M /trunk/configure.ac
   M /trunk/debian/changelog
   M /trunk/debian/rules
   M /trunk/doc/doxygen.cfg
   M /trunk/libdvdcss.spec
   M /trunk/src/Makefile.am
   M /trunk/test/Makefile.am

  * updated ChangeLog.
  * updated version numbers and timestamps everywhere.
  * created NEWS file.
  * ./configure.ac: BSD/OS compilation fix when a local copy of libdvd is
    found on the system, thanks to Steven M. Schultz.

------------------------------------------------------------------------
r107 | sam | 2003-01-28 00:41:10 +0000 (Tue, 28 Jan 2003) | 3 lines
Changed paths:
   M /trunk/src/libdvdcss.c
   M /trunk/test/csstest.c

  * ./test/csstest.c: we align our read buffer in case of raw device access.
  * ./src/libdvdcss.c: updated documentation about raw devices.