]> git.sesse.net Git - vlc/blob - ChangeLog.libdvdcss
* ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
[vlc] / ChangeLog.libdvdcss
1 #=========================#
2 # ChangeLog for libdvdcss #
3 #=========================#
4
5 HEAD
6
7   * Support for REPORT_TITLE_KEY and RPC commands by Håkan Hjort
8     <d95hjort@dtek.chalmers.se>.
9   * HP-UX port courtesy of David Siebörger <drs-videolan@rucus.ru.ac.za>.
10
11 1.0.1
12 Fri,  7 Dec 2001 20:18:56 +0100
13
14   * Update for libdvdcss documentation.
15   * Reworked Keith Packard's raw device patch. The name of the raw device
16     is in the environment variable DVDCSS_RAW_DEVICE.
17   * Fixed a bug in libdvdcss: the key wasn't searched when it had to.
18
19 1.0.0
20 Mon, 12 Nov 2001 17:14:29 +0100
21
22   * Got rid of DVDCSS_SEEK_INI.
23   * Removed the i_flags argument to dvdcss_open. Everything is done through
24     environment variables now.
25   * Fixed a buffer overflow in CSSAuth().
26   * libdvdcss port to OpenBSD.
27   * Fixed NetBSD (and probably OpenBSD) libdvdcss compilation.
28   * Fixed undefined KEY_SIZE compile bug mentioned by Dave Thorup.
29   * Fixed CSS ioctl for Darwin/OSX - still might need tweaking of 'dataLength'
30     fields.
31   * Added ReadTitleKey ioctl for Darwin/OSX.
32   * When using title cracking method in libdvdcss, the key is only checked at
33     title start, not before each chapter.
34   * Use of an environment variable to choose libdvdcss method.
35   * New features for libdvdcss: we have three ways now to decode a title key.
36   * 1) Crack the title key (the method that was here before). The only change
37     here is that we search the key for the exact chapter we are seeking with
38     DVDSetArea (in case the key has changed within a title). It is maybe not a
39     good idea.
40   * 2) Crack the disc key, which allows us to decode instantly all title keys.
41     I've used an algorithm from Frank Stevenson ; it eats much memory (64MB),
42     and takes about 15 s at launch time.
43   * 3) Decode the disc key with player keys (libcss method). However, you need
44     licensed player keys at build time for this to work.
45   * Darwin ioctl, courtesy of ej0.
46   * If we see 3000 unencrypted blocks assume that the title is unencrypted.
47   * If we have not seen any encrypted block and then discover that the block
48     just read is not a valid block of an MPEG2 Program stream, assume that the
49     title is unencrypted.
50   * Empty keys (for unscrambled sectors) are now cached as well.
51   * We try to decrypt the file even if DVD ioctls are not available.
52
53 0.0.3
54 Wed, 22 Aug 2001 15:18:01 +0200
55
56   * Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in
57     extras/BSDI_dvdioctl after he suggested us to do so. License is GPL.
58   * ./configure now checks for an installed libdvd under BSD/OS and
59     falls back to ours if not found.
60   * Fixed harmless typos in yesterday's Solaris libdvd patches.
61   * Bumped libdvdcss version number up to 0.0.3.
62   * Solaris DVD decryption support by Håkan Hjort <d95hjort@dtek.chalmers.se>.
63   * BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.
64   * libdvdcss* packages are now a bit more policy-compliant.
65   * Fixed a Win32 bug in libdvdcss. This bug was appearing on title change.
66
67 0.0.2
68 Wed, 22 Aug 2001 15:18:01 +0200
69
70   * Fix in libdvdcss in the key caching code.
71   * Changed libdvdcss API to force binary incompatibility. Yeah, this is
72     evil, but if we don't do it now we'll have to do it when more people
73     are using it.
74   * Fixed minor libdvdcss stuff such as the soname and compilation flags.
75   * dvdcss_readv() optimisations for Win32.
76   * Fixed _win32_dvdcss_aread() to work around the WinASPI32 64kb transfer
77     size restriction.
78   * libdvdcss segfault fixes.
79   * Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
80     should have prevented the Win9x dvd input from working.
81   * Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.
82   * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
83     vlc's DVD input (looks like decoders are expecting data too early and
84     DVD input can't cope with it due to decryption). Needs to be investigated.
85   * Removed unnecessary translations in the win32 code from block offsets to
86     byte offsets. This was overflowing some variables.
87   * Reduced the complexity of the Win9x ASPI functions because we only need
88     to handle DVD drive access.
89   * Win32 code now handles seeking in areas above 2.1 Go on DVDs.
90   * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz
91     <ej0@cise.ufl.edu>.
92
93 0.0.1
94 Tue, 19 Jun 2001 08:53:16 +0200
95
96   * First libdvdcss version (0.0.1).
97   * Fully working Windows DVD ioctl support by Jon Lech Johansen.
98   * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close
99     and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions.
100   * Exported the CSS part of the dvd plugin into a library.
101