summaryrefslogtreecommitdiff
path: root/xine/BluRay/input_bluray.c
AgeCommit message (Expand)Author
2011-01-25Try to get disc name from disc library metadataphintuka
2011-01-25Removed handle_libbluray_events() call from plugin open.phintuka
2010-12-17Allow stopping playback while browsing in menus with still image backgroundsphintuka
2010-12-15Handle BD_EVENT_STILL_TIME.phintuka
2010-12-15Fixed segfault when current clip is undefined (0xffff)phintuka
2010-12-15Handle BD_EVENT_STILL (pause/resume playback)phintuka
2010-12-13Return error fron read() if libbluray has reported fatal errorphintuka
2010-12-13Fixed title duration in log message.phintuka
2010-12-13Fixed seek when title not opened.phintuka
2010-12-13Handle BD_EVENT_SEEK: reset streamphintuka
2010-12-13Added handling of BD_EVENT_END_OF_TITLE. Flush demuxer + decoders at end of t...phintuka
2010-12-13Support changing titles in BluRay navigation modephintuka
2010-12-13Reset stream when starting playback of new playlistphintuka
2010-12-13Added mouse support for BluRay menusphintuka
2010-12-11Use bd_get_disc_info()phintuka
2010-12-11Renamed num_titles -> num_title_idxphintuka
2010-12-10Renamed current_title --> current_title_idxphintuka
2010-12-10Updated to build against latest libbluray git snapshotphintuka
2010-11-25Fixed segfault in libbluray overlay handlerphintuka
2010-11-24Use bd_read_ext() when playing disc in navigation modephintuka
2010-11-24Added bd:/ mrl (play disc in navigation mode using on-disc menus)phintuka
2010-11-24Added libbluray SPU / audio track event handlingphintuka
2010-11-24Removed keyfile settingphintuka
2010-11-24Fixed setting menu_open flagphintuka
2010-10-24Added support for user inputphintuka
2010-10-24Added player settings for default language, parental control, player region c...phintuka
2010-10-23Added handler for libbluray eventsphintuka
2010-10-13Cosmeticsphintuka
2010-10-13Added overlay support for menu graphicsphintuka
2010-09-20Splitted update_title_info() from open_title()phintuka
2010-09-20Silenced compiler warningsphintuka
2010-09-20Fixed setting current title number: libbluray uses 0..N-1, xine 1..Nphintuka
2010-09-20Check return value of bd_get_Title_info()phintuka
2010-08-08Added xine-lib 1.2 compabilityphintuka
2010-08-02Silenced compiler warningphintuka
2010-08-02Fixed main title search: duration is uint64_tphintuka
2010-08-02Silence compiler warningsphintuka
2010-08-02libbluray API updated: use bd_get_current_chapter()phintuka
2010-07-09Updated for latest libbluray revisionphintuka
2010-06-15get_dir(): parse filename (support non-default mount points)phintuka
2010-06-15Splitted parse_mrl() from bluray_plugin_open()phintuka
2010-06-15Reset demuxer when seeking internally to chapter/titlephintuka
2010-06-15Splitted update_strem_info() from open_title()phintuka
2010-06-15Factorized get_current_chapter()phintuka
2010-06-15Store disc namephintuka
2010-06-14Removed extra slash from titlephintuka
2010-06-14open(): return error if no titles foundphintuka
2010-06-14Added get_dir()phintuka
2010-06-13Added seek to chaptersphintuka
2010-06-13Added INPUT_CAP_CHAPTERSphintuka