libcdio-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libcdio-devel] private udf information


From: Shaya Potter
Subject: [Libcdio-devel] private udf information
Date: Sun, 17 Oct 2010 20:42:06 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4

in libcdio a bunch of information is kept private and not readily available to programs, what I'm concerned about is basically the start/length of a file.

this is in the udf_dirent_t structure, but is hidden from programmers.

I care about this as I am trying to write a barebones dvd decrypter that works on images files

i.e. I have some DVDs in bad shape, so using 1) lsdvd to authenticate the disk, 2) ddrescue to recover a complete image, but it still has CSS embedded, so then need to remove the CSS, but I have to basically check if I need to rekey on each VOB file and need to know the start of it to rekey on the right block. libcdio's udf support should provide it to me, but as it's hidden, it doesn't.

any thoughts on providing an interface to this data?

thanks



reply via email to

[Prev in Thread] Current Thread [Next in Thread]