[MPlayer-dev-eng] [PATCH] Bluray support through libbluray

Diego Biurrun diego at biurrun.de
Mon Jul 5 00:34:41 CEST 2010


On Sun, Jul 04, 2010 at 10:59:39PM +0200, Benjamin Zores wrote:
> On Sun, Jul 4, 2010 at 10:22 PM, Benjamin Zores <ben at geexbox.org> wrote:
> 
> > All suggestions taken into account, thx for noticing.
> 
> Attached is #4 revision of the patch (hopefully the last one),
> including all previously given suggestions.
> Ok for everyone to proceed ?

Please mention it in the changelog.

> --- stream/stream_bluray.c	(revision 0)
> +++ stream/stream_bluray.c	(revision 0)
> @@ -0,0 +1,234 @@
> +
> +/*
> + * Bluray parser/reader using libbluray
> + *  Use 'git clone git://git.videolan.org/libbluray' to get it.
> + *
> + * TODO:
> + *  - Add libbdnav support for menus navigation
> + *  - Add AACS/BD+ protection detection
> + *  - Add descrambled keys database support (KEYDB.cfg)
> + *
> + */

nit: pointless empty line

Diego



More information about the MPlayer-dev-eng mailing list