1
0
Fork 0
Commit Graph

359 Commits

Author SHA1 Message Date
gates ceb69c984f Add disclaimer. 2010-07-07 14:35:18 -04:00
hpi1 5f37e36a0b Fixed setting PSR_PLAYITEM 2010-07-07 17:27:22 +03:00
hpi1 aa86846a8c Update PSRs when playback position changes
(PSR_ANGLE_NUMBER, PSR_TITLE_ID, PSR_CHAPTER, PSR_PLAYLIST, PSR_PLAYITEM)
2010-07-07 16:57:16 +03:00
hpi1 6dbadb2c88 PSR ANGLE_ID --> ANGLE_NUMBER (= angle_id + 1) 2010-07-07 16:38:22 +03:00
hpi1 6647e02be1 Added bd_tell_time() 2010-07-07 16:12:02 +03:00
John Stebbins a3a957a031 don't dereference clip before null checking in nav_chapter_get_current 2010-07-06 18:35:43 -07:00
Will07c5 24996a2996 Now the jvm for bdj is loaded using dlopen. 2010-07-06 15:46:03 -05:00
Will07c5 42c005e0d5 Missed a few files. 2010-07-06 14:02:27 -05:00
Will07c5 c7c0da1629 Implemented ability to access GPRs and PSRs within BDJ. 2010-07-06 13:47:35 -05:00
Will07c5 9811bb9281 Merge branch 'master' of git://git.videolan.org/libbluray 2010-07-06 13:05:23 -05:00
hpi1 5ef62cd382 Added pid to BLURAY_STREAM_INFO 2010-07-06 02:09:56 +03:00
hpi1 59f5b42c5b Movie object interpreter 2010-07-06 01:18:24 +03:00
hpi1 e58c4c646b Player wrapper for xine-lib.
Modified from: http://xineliboutput.cvs.sourceforge.net/viewvc/xineliboutput/vdr-xineliboutput/xine/BluRay/
2010-07-06 01:14:46 +03:00
hpi1 f8cbf0ce14 nav_select_angle: check if angle changed 2010-07-06 01:14:46 +03:00
Will07c5 2f8d0d6da4 Merge branch 'master' of git://git.videolan.org/libbluray 2010-07-05 16:48:07 -05:00
Will07c5 0b201a1492 Added some ability to access title information in java, c part
still needs to be done.
2010-07-05 16:46:56 -05:00
Will07c5 99afaf7d69 Accidentally lost a return value, so fixed that. :) 2010-07-05 16:45:08 -05:00
John Stebbins daad35238d Add public accessors for current title, chapter, and angle 2010-07-05 14:44:58 -07:00
Will07c5 f39343b5a2 Added some native methods for accessing registers. 2010-07-05 16:42:55 -05:00
Will07c5 360942dd3e Removed unnecessary variables from BDJAVA struct. 2010-07-05 16:39:35 -05:00
Will07c5 a0ecbfed9c Fixed some incorrect permissions. 2010-07-05 11:53:46 -05:00
Will07c5 bda6cdee46 configure.ac should not assume a default value for JDK_HOME because some
systems (mine included) have it set already. Also fixed some typos.
2010-07-05 11:21:08 -05:00
gates 68202f2212 Fix INDX_BDJ_OBJ 'name' member to be a char array. 2010-07-05 00:39:26 -04:00
gates d591ea81ae Fix signed to unsigned comparison warning. 2010-07-05 00:38:28 -04:00
gates de340af595 Fix build of examples with enable-bdjava set. 2010-07-04 22:17:24 -04:00
gates dfe742db67 Make configure check of java similar to check in libbdplus. 2010-07-04 22:16:41 -04:00
gates d8cc3dbc0f No need to carry mplayer patch anymore. 2010-07-04 19:07:01 -04:00
hpi1 c46c887e47 Marked data static const 2010-07-04 01:35:30 +03:00
hpi1 e016533c19 Moved bdnav/mobj_* to hdmv/ 2010-07-04 01:06:35 +03:00
hpi1 d4ea66aa7e Hide implementation details:
- moved struct bluray to bluray.c
- removed unused fields
- re-ordered and grouped fields, added some comments
2010-07-03 23:13:38 +03:00
hpi1 9ee86de09b int -> unsigned for array indexes
compress structs
2010-07-03 22:43:45 +03:00
john c3fd1e2d27 Merge branch 'master' of git.videolan.org:libbluray 2010-07-03 09:51:38 -07:00
john 4ae156d68f Change BD_ to BLURAY_ for consistency 2010-07-03 09:50:59 -07:00
hpi1 473c4b33f1 Do not export internals functions from library 2010-07-03 17:19:30 +03:00
hpi1 199c313815 Statically link tools that use library internal functions 2010-07-03 17:15:42 +03:00
hpi1 1367ccb192 Fixed leak 2010-07-03 17:05:22 +03:00
hpi1 1a02abe492 bd_psr_register_cb(): check if callback is already registered 2010-07-03 16:57:33 +03:00
hpi1 3a7a7d82f5 Moved arch-specific stuff back to dl_dlopen() 2010-07-03 16:50:51 +03:00
hpi1 c692f79032 Fixed USING_DLOPEN (handles are null) 2010-07-03 12:29:08 +03:00
hpi1 e8e9536b85 Hide internal data 2010-07-03 02:08:30 +03:00
hpi1 bce3a29110 util/: do not export internal functions from library 2010-07-03 02:08:30 +03:00
hpi1 937709faf1 file/: Do not export internal functions 2010-07-03 02:08:30 +03:00
hpi1 11ac0ae414 Added navigation mode interface 2010-07-03 02:08:30 +03:00
hpi1 3d79fee15a Fixed leaks 2010-07-03 02:08:30 +03:00
hpi1 567dd8df76 Always define bodys for interface functions bd_start_bdj() and bd_stop_bdj() 2010-07-03 02:08:30 +03:00
hpi1 1cbc93f7b0 removed indx_union 2010-07-03 02:08:30 +03:00
hpi1 6f8dca088a Simplified index handling 2010-07-03 02:08:29 +03:00
hpi1 ca967ce86b Added missing brackets after if() 2010-07-03 02:08:29 +03:00
Will07c5 0c2d38e804 Updated .gitignore and fixed a warning in bdjo_parser.c 2010-07-02 14:07:02 -05:00
Will07c5 a8924adf54 Added bdjava to BLURAY struct. Fixed some issues with inconsistent newlines in java files. 2010-07-02 13:48:19 -05:00