]> git.sesse.net Git - vlc/commit
-adaptation of DVD module to navigation slider. The seek has to be
authorStéphane Borel <stef@videolan.org>
Tue, 13 Feb 2001 10:08:51 +0000 (10:08 +0000)
committerStéphane Borel <stef@videolan.org>
Tue, 13 Feb 2001 10:08:51 +0000 (10:08 +0000)
commit6ff208627d9ae6dfdb9db2ea2cdb8b19b5c37924
treeee20639d4bc4ab6dec404b35f5279ddd275ee3c7
parent1e19c01b1d48ca7b48236dd837fdb21cfec64631
-adaptation of DVD module to navigation slider. The seek has to be
done on a multiple of 2048, and shopuld take care of the offset to the
beginning of the stream. It works with most of my DVDs by fails to
detect size of some streams.

-change of the order of call to ifo and css functions in input_dvd.c,
because we can't read ifo files before authentification on some DVDs.

-changed location of some css tables.

-we read ifo date and decrypt css keys for all titles now. It takes quite a
long time to initialize with some DVDs (if you have 42 titles for
instance). The key decryption might give a false value if the title is
less than 10 Mb ; I'm working on that :)
plugins/dvd/css_table.h [deleted file]
plugins/dvd/dvd_css.c
plugins/dvd/dvd_css.h
plugins/dvd/dvd_ifo.c
plugins/dvd/dvd_ifo.h
plugins/dvd/input_dvd.c