pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libbdplus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  8 23:07:09 UTC 2014

Added Files:
        pkgsrc/multimedia/libbdplus: DESCR Makefile PLIST distinfo
        pkgsrc/multimedia/libbdplus/patches:
            patch-src_libbdplus_bdsvm_segment.c
            patch-src_libbdplus_bdsvm_trap.c

Log Message:
Import libbdplus-0.1.0 as multimedia/libbdplus.

BD+ is a part of the Blu-ray Disc DRM system. This library provides
an open source implementation of the standard.

This library is not complete, in that it will never be complete
and will always require updates to stay up to date with the latest
Bluray disks released.

The general flow on this library is that the higher level 'player'
code will call us if there exist a "BDSVM/00000.svm" file on the
disk. If this is the case it will call bdplus_init(), connect the
library with other parts of BluRay player and call bdplus_start().

BD+ VM executes the DLX assembled code inside the SVM file.  This
will perform thousands of AES, SHA, file reads and detailed memory
checks to guess the authenticity of the player.

If all goes well, the SVM will eventually spit out a 'conversion
table'. This is a large table (usually about 1-2MB but it varies)
which contains offsets into the M2TS video file. (usually the main
title).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/multimedia/libbdplus/DESCR \
    pkgsrc/multimedia/libbdplus/Makefile pkgsrc/multimedia/libbdplus/PLIST \
    pkgsrc/multimedia/libbdplus/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/multimedia/libbdplus/patches/patch-src_libbdplus_bdsvm_segment.c \
    pkgsrc/multimedia/libbdplus/patches/patch-src_libbdplus_bdsvm_trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index