[vlc-devel] commit: Added initial uncrypted blu-ray support. (Laurent Aimar )

git version control git at videolan.org
Sat Jan 24 11:30:33 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Jan 23 19:48:50 2009 +0100| [e9bc965ee23a24eb60ca95c232ae79cf8ab9cc89] | committer: Laurent Aimar 

Added initial uncrypted blu-ray support.

It is very limited:
 - Uncrypted only
 - No ISO or direct disc device
 - No menu
 - No still frame
 - No angle
 - No out of mux stream (some subtitles use it)

It does:
 - title (MPLS)
 - chapter (mark)
 - correct seek
 - hide invalid ES for a given MPLS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e9bc965ee23a24eb60ca95c232ae79cf8ab9cc89
---

 configure.ac                 |    1 +
 modules/access/Modules.am    |    2 +-
 modules/access/bd/Modules.am |   10 +
 modules/access/bd/bd.c       | 1321 ++++++++++++++++++++++++++++++++++++++++++
 modules/access/bd/clpi.c     |  209 +++++++
 modules/access/bd/clpi.h     |   75 +++
 modules/access/bd/mpls.c     |  350 +++++++++++
 modules/access/bd/mpls.h     |  182 ++++++
 8 files changed, 2149 insertions(+), 1 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=e9bc965ee23a24eb60ca95c232ae79cf8ab9cc89



More information about the vlc-devel mailing list