]> git.sesse.net Git - vlc/blob - ChangeLog.libdvdcss
* Fixed a warning in input_es.c ;
[vlc] / ChangeLog.libdvdcss
1 #=========================#
2 # ChangeLog for libdvdcss #
3 #=========================#
4
5 HEAD
6
7   * If we see 3000 unencrypted blocks assume that the title is unencrypted.
8   * If we have not seen any encrypted block and then discover that the block
9     just read is not a valid block of an MPEG2 Program stream, assume that the
10     title is unencrypted.
11   * Empty keys (for unscrambled sectors) are now cached as well.
12   * We try to decrypt the file even if DVD ioctls are not available.
13
14 0.0.3
15 Wed, 22 Aug 2001 15:18:01 +0200
16
17   * Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in
18     extras/BSDI_dvdioctl after he suggested us to do so. License is GPL.
19   * ./configure now checks for an installed libdvd under BSD/OS and
20     falls back to ours if not found.
21   * Fixed harmless typos in yesterday's Solaris libdvd patches.
22   * Bumped libdvdcss version number up to 0.0.3.
23   * Solaris DVD decryption support by HÃ¥kan Hjort <d95hjort@dtek.chalmers.se>.
24   * BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.
25   * libdvdcss* packages are now a bit more policy-compliant.
26   * Fixed a Win32 bug in libdvdcss. This bug was appearing on title change.
27
28 0.0.2
29 Wed, 22 Aug 2001 15:18:01 +0200
30
31   * Fix in libdvdcss in the key caching code.
32   * Changed libdvdcss API to force binary incompatibility. Yeah, this is
33     evil, but if we don't do it now we'll have to do it when more people
34     are using it.
35   * Fixed minor libdvdcss stuff such as the soname and compilation flags.
36   * dvdcss_readv() optimisations for Win32.
37   * Fixed _win32_dvdcss_aread() to work around the WinASPI32 64kb transfer
38     size restriction.
39   * libdvdcss segfault fixes.
40   * Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
41     should have prevented the Win9x dvd input from working.
42   * Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.
43   * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
44     vlc's DVD input (looks like decoders are expecting data too early and
45     DVD input can't cope with it due to decryption). Needs to be investigated.
46   * Removed unnecessary translations in the win32 code from block offsets to
47     byte offsets. This was overflowing some variables.
48   * Reduced the complexity of the Win9x ASPI functions because we only need
49     to handle DVD drive access.
50   * Win32 code now handles seeking in areas above 2.1 Go on DVDs.
51   * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz
52     <ej0@cise.ufl.edu>.
53
54 0.0.1
55 Tue, 19 Jun 2001 08:53:16 +0200
56
57   * First libdvdcss version (0.0.1).
58   * Fully working Windows DVD ioctl support by Jon Lech Johansen.
59   * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close
60     and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions.
61   * Exported the CSS part of the dvd plugin into a library.
62