- 03 May, 2010 1 commit
-
-
hpi1 authored
-
- 26 Apr, 2010 2 commits
- 25 Apr, 2010 4 commits
- 23 Apr, 2010 2 commits
- 13 Apr, 2010 3 commits
- 10 Apr, 2010 2 commits
- 08 Apr, 2010 4 commits
-
-
j45 authored
-
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 }
-
- 07 Apr, 2010 2 commits
- 06 Apr, 2010 2 commits
- 27 Mar, 2010 2 commits
- 25 Mar, 2010 1 commit
-
-
hpi1 authored
- already defined in config.h Removed #define __USE_LARGEFILE64 - this is glibc private macro from features.h and should not be defined [ Note: off_t is not used in any of our own headers ]
-
- 04 Feb, 2010 1 commit
-
-
titou10 authored
-
- 01 Feb, 2010 1 commit
-
-
titou10 authored
Added managment of IG streams, secondary audio stream, secondary video+ streams and PIP/IG streams in libbdnav/mpls_parse
-
- 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 5 commits
-
-
j45 authored
- dynamically allocate root path to allow for longer paths
-
hpi1 authored
(copied from mpls_dump.c)
-
cRTrn13 authored
-
cRTrn13 authored
-
cRTrn13 authored
Added critical debug mask (DBG_CRIT). This is now the default debug mask. You can show all debug info by using export BD_DEBUG_MASK=0xffff
-
- 10 Jan, 2010 2 commits
- 08 Jan, 2010 1 commit
-
-
hpi1 authored
-
- 07 Jan, 2010 1 commit
-
-
NXZecke authored
-