shithub: libdvdcss

RSS feed

25ebde2b – Sam Hocevar <sam@videolan.org> authored on 2009/05/13 17:28
Prepend 0x to the region mask for clarity.

6725efb8 – Sam Hocevar <sam@videolan.org> authored on 2009/05/13 17:00
Duh, typo in the RPC-II sanity check.

6cd5094c – Sam Hocevar <sam@videolan.org> authored on 2009/05/13 16:54
Add support for the DVDCSS_IGNORE_RPC environment variable in order to

e02b6b39 – Sam Hocevar <sam@videolan.org> authored on 2009/05/13 16:54
Add a debug message in the copyright information retrieval.

f6ecade7 – Sam Hocevar <sam@videolan.org> authored on 2009/05/13 16:54
Check drive's RPC status before trying to access a scrambled disc. Patch

a0f00ca3 – Sam Hocevar <sam@videolan.org> authored on 2009/05/13 16:54
Fix a potential format string crash.

a898069b – Sam Hocevar <sam@videolan.org> authored on 2009/02/08 19:45
Remove occurrences of "this program" from the license headers.

df8ce721 – KO Myung-Hun <komh@chollian.net> authored and Sam Hocevar <sam@videolan.org> committed on 2009/02/08 19:45
Adding OS/2 support,

e63008a1 – Diego Biurrun <diego@biurrun.de> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2009/02/08 19:03
Update the FSF address.

bd002e75 – Sam Hocevar <sam@videolan.org> authored on 2008/08/29 15:00
* Bump version number to 1.2.10.

096408a0 – Sam Hocevar <sam@videolan.org> authored on 2008/08/29 14:57
* src/Makefile.am: bump the library minor version since we ship an extra

17d92492 – Sam Hocevar <sam@videolan.org> authored on 2008/08/29 14:57
* Ship a .pc file with the library.

4b86763e – Sam Hocevar <sam@videolan.org> authored on 2008/08/29 14:57
* Update copyeight information here and there.

c909158f – Sam Hocevar <sam@videolan.org> authored on 2008/08/29 14:57
* bootstrap: update bootstrapping script.

b925ffff – Diego Biurrun <diego@biurrun.de> authored and Sam Hocevar <sam@videolan.org> committed on 2008/08/29 14:57
* libdvdcss.c: ignore failure to get the disc key in case we have a

502c6dbe – Sam Hocevar <sam@videolan.org> authored on 2008/07/13 08:52
* Convert all source code to UTF-8, or Doxygen will fail to generate proper

da76746b – Sam Hocevar <sam@videolan.org> authored on 2008/07/13 08:52
* Update outdated Doxygen configuration file using doxygen -u.

0aa362ef – Kirill Belokurov <kirill.belokurov@gmail.com> authored and Christophe Massiot <massiot@videolan.org> committed on 2008/07/12 08:19
* src/libdvdcss.c: initialize p_disc_key in the case when DVD is encrypted

b3ef727c – Olivier Rolland <billl@users.sourceforge.net> authored and Christophe Massiot <massiot@videolan.org> committed on 2008/07/11 13:23
* src/libdvdcss.c: add dvdcss_is_scrambled() function,

1c1f814c – Diego Biurrun <diego@biurrun.de> authored and Steve Lhomme <robux@videolan.org> committed on 2008/01/07 11:48
Nicer comment

99febf7d – Diego Biurrun <diego@biurrun.de> authored and Steve Lhomme <robux@videolan.org> committed on 2007/09/17 08:10
Identifiers starting with two underscores or an underscore and capital letters are reserved for the system in C.

73a1d090 – Diego Biurrun <diego@biurrun.de> authored and Steve Lhomme <robux@videolan.org> committed on 2007/09/17 08:07
This patch removes the following warning when compiling MPlayer:

e0eb585a – Ivan Kalvachev <ikalvachev@gmail.com> authored and Steve Lhomme <robux@videolan.org> committed on 2007/07/29 06:14
Fix crash on some DVDs

191f02b6 – Christophe Mutricy <xtophe@videolan.org> authored on 2007/07/15 18:23
support automake 1.10

2669f3af – Diego Biurrun <diego@biurrun.de> authored and Steve Lhomme <robux@videolan.org> committed on 2006/11/07 11:27
fix cygwin compilation regarding the lseek change

ba022acf – Diego Biurrun <diego@biurrun.de> authored and Steve Lhomme <robux@videolan.org> committed on 2006/11/01 09:31
fix compilation on MINGW

49574008 – Sam Hocevar <sam@videolan.org> authored on 2006/09/19 19:03
* Fixed spelling in documentation. Also testing buildbot.

0602e82b – Sam Hocevar <sam@videolan.org> authored on 2006/09/19 18:28
* Fix warnings due to signed / unsigned pointer targets.

72c5201b – Sam Hocevar <sam@videolan.org> authored on 2006/09/19 18:27
* Update bootstrap script.

e5208cfe – Steve Lhomme <robux@videolan.org> authored on 2006/09/13 09:12
fallback to USERPROFILE environment variable for caching CSS keys when

93ad73f7 – Steve Lhomme <robux@videolan.org> authored on 2006/09/13 09:11
now accepts X:\ as a device name, as well as X:

4b0fa47c – Sam Hocevar <sam@videolan.org> authored on 2006/03/30 09:31
* Oops, forgot to commit configure.ac when removing the debian/ directory.

6d34e8e6 – Sam Hocevar <sam@videolan.org> authored on 2006/03/30 09:30
* Removed the debian/ directory. Debian packaging is now handled

bbd221a8 – Sam Hocevar <sam@videolan.org> authored on 2006/01/26 15:48
* src/device.c: reduced code duplication and fixed a pointer/integer

3ff04753 – Sam Hocevar <sam@videolan.org> authored on 2005/11/09 17:12
* src/common.h: do not override lseek on Cygwin, only on mingw32. Cygwin

20948206 – Sam Hocevar <sam@videolan.org> authored on 2005/10/26 12:58
* debian/control: build-depend on tetex-extra (needed by doxygen).

1f2c5c1f – Steve Lhomme <robux@videolan.org> authored on 2005/09/04 04:49
* libdvdcss: more fixes for DLL building

cd9be950 – Steve Lhomme <robux@videolan.org> authored on 2005/09/04 04:31
* libdvdcss: the current version is 1.2.9

45f037d4 – Steve Lhomme <robux@videolan.org> authored on 2005/09/04 04:31
* libdvdcss: MSVC7 compilation fixes (shouldn't break mingw32)

618d5b81 – Steve Lhomme <robux@videolan.org> authored on 2005/09/04 04:25
* libdvdcss: MSVC7 compilation fixes (shouldn't break mingw32)

fb0405cc – Steve Lhomme <robux@videolan.org> authored on 2005/09/04 03:54
* libdvdcss: oops mismatch #ifdef

d1b4617c – Steve Lhomme <robux@videolan.org> authored on 2005/09/04 03:43
* libdvdcss: set EOL style in SVN

c3f77067 – Steve Lhomme <robux@videolan.org> authored on 2005/09/04 03:39
* libdvdcss: better DLL/library difference

a79d41d0 – Steve Lhomme <robux@videolan.org> authored on 2005/09/04 03:36
* libdvdcss: allow building DLL exports

6e2d2c27 – Sam Hocevar <sam@videolan.org> authored on 2005/09/03 09:17
* configure.ac:

c143e146 – Christophe Massiot <massiot@videolan.org> authored on 2005/09/01 13:12
* Revert [181] since it breaks on some OS X versions.

a6022a7f – Christophe Massiot <massiot@videolan.org> authored on 2005/09/01 08:40
* bootstrap: Use libtoolize instead of glibtoolize when it is available

02f6ff7d – Christophe Massiot <massiot@videolan.org> authored on 2005/08/31 15:07
* src/device.c: Under Windows remove the trailing backslash.

1a0bb73f – Sam Hocevar <sam@videolan.org> authored on 2005/08/30 06:20
* configure.ac: forward -framework options to the linker.

a985b4c8 – Christophe Massiot <massiot@videolan.org> authored on 2005/08/30 05:48
* src/device.c: Fixed compilation under Darwin.

3b1e03fd – Sam Hocevar <sam@videolan.org> authored on 2005/08/29 18:25
* src/device.c: tried to port the device autodetection to OS X.

13b4e10c – Sam Hocevar <sam@videolan.org> authored on 2005/08/29 18:02
* src/device.c: if the target is the empty string, attempt to autodetect

0c4fd16c – Sam Hocevar <sam@videolan.org> authored on 2005/08/23 12:15
* doc/Makefile.am: fixed build in a separate directory.

3d721bb2 – Sam Hocevar <sam@videolan.org> authored on 2005/07/11 08:32
* Updated ChangeLog.

a612b01c – Sam Hocevar <sam@videolan.org> authored on 2005/07/11 08:31
* src/Makefile.am: bumped libtool version information.

3c807df5 – Sam Hocevar <sam@videolan.org> authored on 2005/07/11 08:25
* debian/*: updated Debian packaging information.

54d65986 – Sam Hocevar <sam@videolan.org> authored on 2005/07/11 08:23
* src/css.c: grmbl, compile fix.

aff6ddcd – Christophe Massiot <massiot@videolan.org> authored on 2005/07/11 08:15
* Bumped up version number to 1.2.9.

f0e89dcf – Sam Hocevar <sam@videolan.org> authored on 2005/07/11 08:10
* src/css.c: reworked my verbosity patch to fix a compilation issue.

1c7a44d2 – Sam Hocevar <sam@videolan.org> authored on 2005/07/11 07:58
* src/ioctl.c: under Solaris, use libsmedia for ioctls when available. Code

cdd38de0 – Sam Hocevar <sam@videolan.org> authored on 2005/07/11 07:41
* src/bsdi_ioctl.c: use memset instead of bzero.

30c2da59 – Sam Hocevar <sam@videolan.org> authored on 2005/07/11 07:32
* src/device.c src/ioctl.h: cosmetic fix that uses real Win32 types for

550db7cd – Sam Hocevar <sam@videolan.org> authored on 2005/07/11 07:25
* src/css.c: be slightly more verbose in which keys we manipulate.

59e410e2 – Sam Hocevar <sam@videolan.org> authored on 2005/07/11 07:22
* bootstrap: allow to bootstrap with aclocal/automake version 1.9.

933f3676 – Gildas Bazin <gbazin@videolan.org> authored on 2004/09/02 08:17
* src/common.h: use lseeki64 for file seeking on win32 (works above the 2.1G boundary).

b077da29 – Sam Hocevar <sam@videolan.org> authored on 2004/08/13 09:53
* src/css.c:

2f4e0edf – Sam Hocevar <sam@videolan.org> authored on 2004/08/13 09:40
* src/libdvdcss.c:

e33338ed – Sam Hocevar <sam@videolan.org> authored on 2004/08/11 19:26
* Don't put autotools/ under revision control.

9b1b0c2e – Sam Hocevar <sam@videolan.org> authored on 2004/08/11 19:24
* Don't put autotools/ under revision control.

b3ab4e05 – Sam Hocevar <sam@videolan.org> authored on 2004/08/11 19:04
* libdvdcss.spec: updated Red Hat rules for RH9.

5078a9cb – Sam Hocevar <sam@videolan.org> authored on 2004/08/11 18:59
* src/libdvdcss.c:

8b3ebecc – Sam Hocevar <sam@videolan.org> authored on 2004/08/11 18:15
* src/libdvdcss.c:

c2a2a265 – Sam Hocevar <sam@videolan.org> authored on 2004/07/05 05:17
* bootstrap: fixed a syntax error.

0e8e26de – Sam Hocevar <sam@videolan.org> authored on 2004/07/05 05:15
* bootstrap:

b5b08eea – Sam Hocevar <sam@videolan.org> authored on 2004/02/24 10:47
* Added proper SVN keywords to files and directories (for $Id and ignores).

f446439d – Sam Hocevar <sam@videolan.org> authored on 2003/12/11 10:13
* doc/doxygen.cfg: Updated doxygen configuration.

1487a607 – Sam Hocevar <sam@videolan.org> authored on 2003/12/11 10:12
* src/device.c:

7a98f745 – Sam Hocevar <sam@videolan.org> authored on 2003/11/26 15:16
* libdvdcss.spec: Fixed a syntax error (#1488).

63e441f9 – Sam Hocevar <sam@videolan.org> authored on 2003/11/06 05:12
* bootstrap: remove autom4te.cache before running autoconf

e3a18cd7 – Sam Hocevar <sam@videolan.org> authored on 2003/09/15 13:12
* libdvdcss.c: Added more debug messages.

eeaf7ef0 – Sam Hocevar <sam@videolan.org> authored on 2003/09/09 09:17
* src/css.c, src/device.c: more meaningful error messages.

9ae8f9d2 – Sam Hocevar <sam@videolan.org> authored on 2003/09/09 08:32
* configure.ac: check for doxygen and latex to build documentation.

01e2c942 – Sam Hocevar <sam@videolan.org> authored on 2003/09/09 08:05
* bootstrap: code clean-up.

ddfe2c31 – Sam Hocevar <sam@videolan.org> authored on 2003/09/09 06:03
* Changed _dvdcss_error and _dvdcss_debug to print_error and print_debug

0104be9e – Gildas Bazin <gbazin@videolan.org> authored on 2003/07/29 15:49
* NEWS: forgot to update this one for the release.

94aca599 – Gildas Bazin <gbazin@videolan.org> authored on 2003/07/29 15:03
* libdvdcss.spec: fixed typo.

a4ba0c9a – Gildas Bazin <gbazin@videolan.org> authored on 2003/07/28 19:41
* ALL: bumped version number to 1.2.8

200baa1b – Sam Hocevar <sam@videolan.org> authored on 2003/07/16 17:40
* src/css.c:

e128db91 – Gildas Bazin <gbazin@videolan.org> authored on 2003/07/08 14:00
* src/device.c: grmblgrmbl!! Fixed a bug that prevented encrypted dvds from working under win32.

3979509d – Christophe Massiot <massiot@videolan.org> authored on 2003/06/22 16:59
* Updated library version.

c2d6c5f6 – Sam Hocevar <sam@videolan.org> authored on 2003/06/18 13:23
* ./src/libdvdcss.c: if DVDCSS_VERBOSE is greater than 2, do as if it was 2.

6d3c82cb – Sam Hocevar <sam@videolan.org> authored on 2003/06/12 20:41
* Everything is ready for a 1.2.7 release.

990adc01 – Sam Hocevar <sam@videolan.org> authored on 2003/06/12 19:22
* ./src/libdvdcss.c: if DVDCSS_CACHE is not set, we force a default value.

01533ced – Sam Hocevar <sam@videolan.org> authored on 2003/06/12 19:15
* ./Makefile.am: put autotools/ in DIST_SUBDIRS instead of SUBDIRS.

65e94b3f – Sam Hocevar <sam@videolan.org> authored on 2003/06/10 18:50
* ./configure.ac: make use of the autotools/ directory.

526cc26f – Sam Hocevar <sam@videolan.org> authored on 2003/05/27 13:12
* ./debian/control: removed libc6-dev from libdvdcss2-dev's dependencies

ae48e7a8 – Sam Hocevar <sam@videolan.org> authored on 2003/05/16 18:12
* ./src/css.c: typos in comments.

91e835e3 – Gildas Bazin <gbazin@videolan.org> authored on 2003/04/11 06:00
* configure.ac, src/common.h: fixes for the cygwin build using the mno-cygwin flag.

f023e435 – Kipp Cannon <kipp@sgl.crestech.ca> authored and Yves Duret <yves@videolan.org> committed on 2003/04/06 16:36
better RH part

48049c60 – Michael Roitzsch <mroi@users.sourceforge.net> authored and Gildas Bazin <gbazin@videolan.org> committed on 2003/03/27 13:57
* src/libdvdcss.c: CSS key cache collisions

Next