Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdvdread
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libdvdread
Commits
54472df4
Commit
54472df4
authored
2 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Update more Readme, mention dvdcss and dvdnav
parent
0e020921
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#224248
passed with stage
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-3
18 additions, 3 deletions
README.md
with
18 additions
and
3 deletions
README.md
+
18
−
3
View file @
54472df4
# Goals and features
**libdvdread**
is a library for simpler navigation (DVDs without menus)
**libdvdread**
is a library for simple navigation of DVD (DVDs without menus).
Written in C, cross-platform, it gives low-level access to DVD structures.
It works well in conjunction with
***libdvdread***
*(menus)*
and
***libdvdcss***
*(cipher)*
.
## Where does it come from?
...
...
@@ -18,7 +22,9 @@ libdvdnav and libdvdread were merged, and then split again.
## Where is it now?
Libdvdread is hosted
[
here
](
https://code.videolan.org/videolan/libdvdread
)
Libdvdread is hosted
[
here
](
https://code.videolan.org/videolan/libdvdread
)
.
Libdvdnav is hosted
[
here
](
https://code.videolan.org/videolan/libdvdnav
)
.
You can find more information
[
here
](
https://www.videolan.org/developers/libdvdnav.html
)
...
...
@@ -27,7 +33,7 @@ Please report bugs to the developers mailinglist at
## License
**Libdvdread**
is completely licensed under GPL. You may use it at wish within the
**Libdvdread**
is completely licensed under GPL
v2/v3
. You may use it at wish within the
bounds of this license. See the file
[
COPYING
](
https://code.videolan.org/videolan/libdvdread/-/blob/master/COPYING
)
for a copy of the GPL.
## Using libdvdread
...
...
@@ -36,6 +42,15 @@ A detailed description of DVD structures is available [here](http://www.mpucoder
All documentation is also accessible
[
here
](
http://dvdnav.mplayerhq.hu/#docs
)
## Deciphering disks
**Libdvdread**
does not do any decryption of the CSS algorithm. This task can be delegated to
**libdvdcss**
.
Install
*libdvdcss*
from source or from your distribution (
*libdvd-pkg*
) to play full DVDs,
if your country allows this to work legally.
Note that
*libdvdnav*
is useful for interactive DVD menus.
## CoC
The
[
VideoLAN Code of Conduct
](
https://wiki.videolan.org/Code_of_Conduct/
)
applies to this project.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment