- 08 Apr, 2010 3 commits
-
-
j45 authored
does not yet do seamless angle changes.
-
j45 authored
-
j45 authored
bd_select_title() now selects a playlist index rather than an m2ts file. The playlist must be initialized with a call to bd_get_titles() prior to selecting a title. bd_read() now works with read sizes other than 6144. bd_seek() seeks to a position relative to the mpls rather than the m2ts. Basic usage is now: bd = bd_open(device, key_path); num_titles = bd_get_titles(bd, TITLES_ALL); // determine title index to play by presenting user with // information obtained through bd_get_title_info() bd_select_title(bd, title_idx); while ((len = bd_read(bd, buf, buf_sz)) > 0) { // play buf }
-
- 15 Jan, 2010 1 commit
-
-
Accident authored
Accident: Large fixes with DiscoveryRAM, including properl memory profile Minor R28 fix in first event, not NULL. Added run-until-convtab, and run-title-decode calls for init and set-title.
-
- 13 Jan, 2010 2 commits
- 12 Jan, 2010 1 commit
-
-
cRTrn13 authored
-
- 11 Jan, 2010 1 commit
-
-
cRTrn13 authored
-
- 10 Jan, 2010 1 commit
-
-
cRTrn13 authored
-
- 07 Jan, 2010 6 commits
- 06 Jan, 2010 4 commits
- 22 Oct, 2009 1 commit
-
-
cRTrn13 authored
No commit message
-
- 21 Oct, 2009 2 commits
- 20 Oct, 2009 6 commits
-
-
cRTrn13 authored
-
cRTrn13 authored
Now using void ptrs instead for child lib struct pointers. This removes the need for chid library header includes from libbluray.
-
cRTrn13 authored
-
cRTrn13 authored
Made libbdnav include paths relative
-
cRTrn13 authored
No commit message
-
Accident authored
Accident: Adding in bd+ epoch, and simple build tools. It will not work since there is no way to set VolumeID, and needs to be re-tooled for universal debug logging.
-
- 19 Oct, 2009 5 commits
- 18 Oct, 2009 5 commits
- 15 Oct, 2009 2 commits