-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement dvdcss_readv in DvdCss.readv()
- Loading branch information
1 parent
a530c81
commit c2c8e19
Showing
4 changed files
with
105 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,4 @@ | ||
To-do | ||
===== | ||
|
||
- Implement dvdcss_readv, not sure how this would be used or implemented. | ||
|
||
Completed | ||
--------- | ||
|
||
- Implement dvdcss_open. | ||
- Implement dvdcss_close. | ||
- Implement dvdcss_seek. | ||
- Implement dvdcss_read. | ||
- Implement dvdcss_error. | ||
- Implement dvdcss_is_scrambled. | ||
- Implement `__enter__` and `__exit__` for with() disposing support. | ||
- Add handlers for failed find_library calls. | ||
- Add handlers for failed cdll calls. | ||
- Add instructions for installing libdvdcss. | ||
- Add function to set DVDCSS_VERBOSE. | ||
- Add function to set DVDCSS_METHOD. | ||
- Implement ``dvdcss_open_stream()`` for accessing DVDs in custom ways, e.g. over the network. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters