summaryrefslogtreecommitdiff
path: root/xine/BluRay/input_bluray.c
AgeCommit message (Collapse)Author
2010-06-13Support changing titlesphintuka
2010-06-13Added seek_time() and get_current_time()phintuka
2010-06-13read_block(I): added extra_info->total_timephintuka
2010-06-13Use bd_get_titles() and bd_get_title_info()phintuka
2010-06-13Moved bitrate calculation to open_title()phintuka
2010-06-13Use bd_get_title_size()phintuka
2010-06-13Updated required libbluray revphintuka
2010-06-13Added angle change supportphintuka
2010-06-11Updated for libbluray r448phintuka
2010-04-04Fixed automatic main title selection when root path is not terminated with '/'phintuka
2009-12-29Fixed MAX()phintuka
2009-12-29get_optional_data(): Fixed segfault when data pointer is NULLphintuka
(Thanks to Julian Scheel)
2009-11-30Fixed title selection. bd_select_title() expects clip id, not title number.phintuka
2009-11-30Added stream meta infosphintuka
2009-11-30Splitted open_title() from bluray_plugin_open()phintuka
2009-11-30Added chapter to mrlphintuka
bluray:/[mountpoint]/TITLE.CHAPTER
2009-11-28Require navigation dataphintuka
2009-11-28Added #define PKT_SIZE, TICKS_IN_MSphintuka
2009-11-28Store disc root in instance dataphintuka
2009-11-27Updated for libbluray SVN rev 103phintuka
2009-11-09Replaced TRACE with xine-lib lprintfphintuka
2009-11-09get_optional_data(): Added INPUT_OPTIONAL_DATA_DEMUXER.phintuka
This should fix mpeg_block demuxer segfault when starting xine ...
2009-11-09Fixed buildtime warning (asprintf)phintuka
2009-11-09Implemented xine input plugin block mode.phintuka
Note: this causes segfault in xine-lib mpeg_block demuxer when trying to auto-detect demuxer.
2009-11-09Split reads to aligned units.phintuka
(This should fix direct streaming from BluRay disc).
2009-11-09Added INPUT_CAP_AUDIOLANG and INPUT_CAP_SPULANGphintuka
2009-11-09get_optional_data(): added audio and SPU track languagesphintuka
2009-11-08Use navigation data to clip seeks to nearest random access pointphintuka
2009-11-08Parse mpls file for current titlephintuka
2009-10-23Fixed handling ~ (home directory) in keyfile pathphintuka
2009-10-23Added missing config keysphintuka
2009-10-22Cosmetics:phintuka
Use macros for logging. filename -> disc_root.
2009-10-22Added automatic main title selectionphintuka
2009-10-22Initial importphintuka