summaryrefslogtreecommitdiff
path: root/xine
AgeCommit message (Expand)Author
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
2010-08-06Do not reset TS demuxer when (PES) padding packet is received.phintuka
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-18ts2es_flush(): clear PTS (frame is bypassing demuxer timestamp checks)phintuka
2010-07-18Do not flush demuxer when received unchanged PMT.phintuka
2010-07-18Do not flush demuxer when received PAT has not been changedphintuka
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
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-06-11Use pkg-config for libbluray (requires r326 or later)phintuka
2010-06-01Fixed missing {phintuka
2010-05-30Added sanity checks to check_for_scaling()phintuka
2010-05-30Renamed extended and backported VO_CAP_... defines to VO_XCAP_... to avoid na...phintuka
2010-05-30Do not try to parse content or substream header of raw audio streamsphintuka
2010-05-22Added missing bracesphintuka