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