1
0
Fork 0
Commit Graph

33 Commits

Author SHA1 Message Date
hpi1 2e40d6e5fa Updated xine plugin to support BD_EVENT_IDLE 2013-02-05 22:14:32 +02:00
hpi1 1178aedf92 updated xine plugin (BD-J / ARGB overlay support) 2013-01-24 14:19:38 +02:00
hpi1 7488bcea7f updated xine plugin (generate background video frame for menu overlays) 2013-01-24 14:19:02 +02:00
hpi1 da560def51 Updated xine plugin 2013-01-24 14:07:44 +02:00
hpi1 c684d1cd1b Updated overlay interface 2011-10-19 15:23:02 +03:00
hpi1 5a478d5532 Added BD_EVENT_READ_ERROR 2011-10-19 14:29:29 +03:00
hpi1 150d399ca8 bd_get_event(): accept NULL event parameter. Initializes event queue without returning any event. 2011-07-11 09:52:11 +03:00
hpi1 940f4eec25 updated xine plugin:
added stream flush hack
  added missing still mode reset
  added chapters capability
2011-06-21 14:10:00 +03:00
hpi1 11b9db5d49 updated xine plugin:
new timed still image handling
  splitted update_title_info(). Send notification event when all meta info has been updated.
2011-06-20 14:14:31 +03:00
hpi1 f899a1af5b updated xine plugin: added support for PG overlay plane 2011-06-20 14:10:49 +03:00
hpi1 1989bc1e9b updated xine plugin:
generate mouse enter/leave events when mouse inside/outside of button
  added configure option for skip behaviour
2011-06-20 11:55:02 +03:00
hpi1 17896a40e6 Added min_title_length parameter to bd_get_titles() 2011-06-13 20:36:16 +03:00
hpi1 80779fae8d Fixed chapter byte positions in BLURAY_TITLE_INFO. Chapter byte position depends on selected angle. 2011-06-13 15:51:10 +03:00
hpi1 9798296ae3 updated xine plugin: Support clearing part of OSD 2011-06-09 10:15:55 +03:00
hpi1 b1452803ec updated xine plugin: Cosmetics 2011-06-09 10:14:20 +03:00
hpi1 c66ab4b2b2 Updated xine plugin:
Use _x_set_fine_speed() instead of xine_set_param()
  Added mutex to protect title_info
  Check if current_clip is in valid range before using it
  Use _x_action_pending() instead of accessing stream->demux_action_pending directly
  Check for palette != NULL and rle data != NULL
  Check if title_info is NULL before dereferencing it
2011-06-09 10:11:38 +03:00
hpi1 c596e361e2 Updated xine plugin:
Initialize library event queue before starting playback
  Updated automatic audio/SPU channel selection
  Valid xine Audio/SPU channel is always >= 0
  Use bd_get_playlist_info() when playlist id is known
2011-04-08 16:36:25 +03:00
hpi1 bb6949e3f8 updated xine plugin:
- Get disc and title name from disc library metadata
 - Check for stream and demux plugin in stream_reset()
 - Removed handle_libbluray_events() call from plugin open.
   Events can't be handled before the stream is opened and initialized ...
 - Allow stopping playback while browsing in menus with still image backgrounds
2011-02-18 15:06:42 +02:00
hpi1 727b375f03 updated xine plugin:
- merged still mode support. Fixes immediate exit from menus with still image backgrounds.
2010-12-17 14:37:55 +02:00
hpi1 206a08aeee updated xine plugin:
- reset xine stream when playlist changes (stream format may change)
- reset xine stream when stream is seeked by libbluray or input plugin (faster response time)
2010-12-17 14:35:01 +02:00
hpi1 d7f76bace4 updated xine plugin:
- merged bug fixes and error handling
2010-12-17 14:25:51 +02:00
hpi1 fe6f230e1e updated xine plugin:
- added navigation mode title selection
- added mouse support
- use bd_get_disc_info()
2010-12-17 14:21:16 +02:00
hpi1 9e77d94d13 updated xine plugin:
- cosmetics: renamed current_title and num_titles to current_title_idx and num_title_idx
2010-12-17 14:20:35 +02:00
hpi1 517acb88b7 Added pts to bd_menu_call() 2010-12-08 21:26:31 +02:00
hpi1 4b2b944f14 updated xine plugin: merged navigation mode (menus) support
Note: menus with still background won't work.
2010-11-25 16:16:36 +02:00
hpi1 a69559d709 updated xine plugin: merged xine event handling 2010-11-12 00:43:35 +02:00
hpi1 3754935f51 updated xine plugin: merged libbluray event handling 2010-11-12 00:21:38 +02:00
hpi1 f3be18be40 updated xine plugin: merged overlay support 2010-11-12 00:18:44 +02:00
hpi1 478c0d3523 updated xine plugin:
- xine-lib-1.2 support
- basic player settings
- minor fixes and updates
2010-10-24 15:37:16 +03:00
hpi1 08213029de updated xine plugin: merged fixes, time-based seeking and stream infos 2010-08-06 14:40:17 +03:00
hpi1 3f66f9f8ae Fixed compilation against recent libbluray 2010-08-02 15:50:22 +03:00
gates 88fa9e8862 Don't set PKG_CONFIG_PATH and auto create destination directories in xine patch. 2010-07-30 14:49:52 -04: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