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