Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdcss
Commits
4b86763e
Commit
4b86763e
authored
Aug 29, 2008
by
Sam Hocevar
Browse files
* Update copyeight information here and there.
parent
c909158f
Changes
11
Hide whitespace changes
Inline
Side-by-side
libdvdcss.spec
View file @
4b86763e
...
...
@@ -117,7 +117,7 @@ package installed.
- new upstream release
- small bug fixes
* Tue Jan 28 2003 Sam
uel
Hocevar <sam@zoy.org> 1.2.5-1
* Tue Jan 28 2003 Sam Hocevar <sam@zoy.org> 1.2.5-1
- new upstream release
- improved robustness in case of read errors
- key cache support
...
...
@@ -130,19 +130,19 @@ package installed.
- new upstream release
- fixes for Win32
* Sun Oct 13 2002 Sam
uel
Hocevar <sam@zoy.org> 1.2.3-1
* Sun Oct 13 2002 Sam Hocevar <sam@zoy.org> 1.2.3-1
- new upstream release
- fix for drives not allowing to read their disc key
* Sat Aug 10 2002 Sam
uel
Hocevar <sam@zoy.org> 1.2.2-1
* Sat Aug 10 2002 Sam Hocevar <sam@zoy.org> 1.2.2-1
- new upstream release
- even more fixes for the disc/drive region mismatch problem
* Sun Jun 02 2002 Sam
uel
Hocevar <sam@zoy.org> 1.2.1-1
* Sun Jun 02 2002 Sam Hocevar <sam@zoy.org> 1.2.1-1
- new upstream release
- fix for a crash on disc/drive region mismatch
* Mon May 20 2002 Sam
uel
Hocevar <sam@zoy.org> 1.2.0-1
* Mon May 20 2002 Sam Hocevar <sam@zoy.org> 1.2.0-1
- new upstream release
- weird libxalf dependency is gone
...
...
src/common.h
View file @
4b86763e
...
...
@@ -5,7 +5,7 @@
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id$
*
* Authors: Sam
uel
Hocevar <sam@via.ecp.fr>
* Authors: Sam Hocevar <sam@via.ecp.fr>
* Vincent Seguin <seguin@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
*
...
...
src/css.c
View file @
4b86763e
/*****************************************************************************
* css.c: Functions for DVD authentication and descrambling
*****************************************************************************
* Copyright (C) 1999-200
3
VideoLAN
* Copyright (C) 1999-200
8
VideoLAN
* $Id$
*
* Authors: Stéphane Borel <stef@via.ecp.fr>
...
...
src/device.h
View file @
4b86763e
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Stéphane Borel <stef@via.ecp.fr>
* Sam
uel
Hocevar <sam@zoy.org>
* Sam Hocevar <sam@zoy.org>
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
* This program is free software; you can redistribute it and/or modify
...
...
src/dvdcss/dvdcss.h
View file @
4b86763e
/**
* \file dvdcss.h
* \author Stéphane Borel <stef@via.ecp.fr>
* \author Sam
uel
Hocevar <sam@zoy.org>
* \author Sam Hocevar <sam@zoy.org>
* \brief The \e libdvdcss public header.
*
* This header contains the public types and functions that applications
...
...
@@ -9,7 +9,7 @@
*/
/*
* Copyright (C) 1998-200
2
VideoLAN
* Copyright (C) 1998-200
8
VideoLAN
* $Id$
*
* This program is free software; you can redistribute it and/or modify
...
...
src/error.c
View file @
4b86763e
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 1998-2002 VideoLAN
* $Id$
*
* Author: Sam
uel
Hocevar <sam@zoy.org>
* Author: Sam Hocevar <sam@zoy.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
src/ioctl.c
View file @
4b86763e
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Markus Kuespert <ltlBeBoy@beosmail.com>
* Sam
uel
Hocevar <sam@zoy.org>
* Sam Hocevar <sam@zoy.org>
* Jon Lech Johansen <jon-vl@nanocrew.net>
* Håkan Hjort <d95hjort@dtek.chalmers.se>
* Eugenio Jarosiewicz <ej0@cise.ufl.edu>
...
...
src/ioctl.h
View file @
4b86763e
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 1999-2001 VideoLAN
* $Id$
*
* Authors: Sam
uel
Hocevar <sam@zoy.org>
* Authors: Sam Hocevar <sam@zoy.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
src/libdvdcss.c
View file @
4b86763e
/* libdvdcss.c: DVD reading library.
*
* Authors: Stéphane Borel <stef@via.ecp.fr>
* Sam
uel
Hocevar <sam@zoy.org>
* Sam Hocevar <sam@zoy.org>
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
* Copyright (C) 1998-200
2
VideoLAN
* Copyright (C) 1998-200
8
VideoLAN
* $Id$
*
* This program is free software; you can redistribute it and/or modify
...
...
src/libdvdcss.h
View file @
4b86763e
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Stéphane Borel <stef@via.ecp.fr>
* Sam
uel
Hocevar <sam@zoy.org>
* Sam Hocevar <sam@zoy.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
test/csstest.c
View file @
4b86763e
/* csstest.c - test program for libdvdcss
*
* Sam
uel
Hocevar <sam@zoy.org> - June 2001
* Sam Hocevar <sam@zoy.org> - June 2001
* Updated on Nov 13th 2001 for libdvdcss version 1.0.0
* Additional error checks on Aug 9th 2002
* Aligned data reads on Jan 28th 2003
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment