summaryrefslogtreecommitdiff
path: root/xine
AgeCommit message (Expand)Author
2011-02-13Added a method to detect intercepted metronomphintuka
2011-01-25Improved title name display in navigation modephintuka
2011-01-25stream_reset(): check for stream and demux pluginphintuka
2011-01-25Initialize player language setting before fetching meta dataphintuka
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-12-10Fixed comparing signed and unsigned valuesphintuka
2010-12-10demux_ts_hdmv: Added a method to flush demuxer and decoders from input pluginphintuka
2010-12-07Factorized flush_demux_ts_media() from demux_ts_buffer_pes()phintuka
2010-11-28Fixed HDMV demux_ts.c xine-lib 1.2 compabilityphintuka
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-11-24Some more 1.2 compability changes for demux_tsphintuka
2010-11-24Added support for xine-lib 1.2 demux APIphintuka
2010-11-24Added HDMV to descriptionphintuka
2010-11-24Added "bd:/" mrlphintuka
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-09-20Changed PCM and SPU plugins xine-lib version checks to use real release numbersphintuka
2010-09-16Force the creation of the xine plugins dir on plugins installphintuka
2010-09-16Removed PKG_CONFIG_PATH overridephintuka
2010-08-08Added xine-lib 1.2 compabilityphintuka
2010-08-08demux plugin won't build with xine-lib 1.2, so disable it if xine-lib version...phintuka