summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-08demux plugin won't build with xine-lib 1.2, so disable it if xine-lib ↵phintuka
version >= 1.1.90
2010-08-06Do not reset TS demuxer when (PES) padding packet is received.phintuka
Should fix demuxing problems with MPEG-TS over UDP/RTP. (Bug #3034073, Thanks to Mikko Matilainen)
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-19Added FreeBSD compability (Thanks to Juergen Lock)phintuka
2010-07-19FreeBSD dlerror() returns const char * (Thanks to Juergen Lock)phintuka
2010-07-19Added FreeBSD compability (Thanks to Juergen Lock)phintuka
2010-07-19Added pat_changed_flag.phintuka
Fixed program nimber (int -> uint16_t)
2010-07-18Fixed startup when not using HUD OSDphintuka
2010-07-18ts2es_flush(): clear PTS (frame is bypassing demuxer timestamp checks)phintuka
2010-07-18Do not flush demuxer when received unchanged PMT.phintuka
Demuxer will be resetted if PMT has been changed. (This should fix some timestamp problems)
2010-07-18Do not flush demuxer when received PAT has not been changedphintuka
(This should fix some timestamp problems)
2010-07-17Cosmeticsphintuka
2010-07-17Added support for yaepg(hd) video window with HUD OSDphintuka
(patch #3013050, thanks to grueni75)
2010-07-17Updated HISTORYphintuka
2010-07-15hud_img_fill_memory(): fill shape mask when requestedphintuka
(patch #3013050, thanks to grueni75)
2010-07-15Minor optimizations to hud_img_fill_mem()phintuka
2010-07-15xrender_surf_blend(): return scaled coordinatesphintuka
(patch #3013050, thanks to grueni75)
2010-07-15Store OSD wideo window statephintuka
(patch #3013050, thanks to grueni75)
2010-07-15Store opengl config flagsphintuka
(patch #3013050, thanks to grueni75)
2010-07-15Request backing store for windows.phintuka
(patch #3013050, thanks to grueni75)
2010-07-09Link vdr-sxfe and vdr-fbfe with -lpthreadphintuka
Link vdr plugin with -ldl Closes #2998952
2010-07-09Added missing CRLF to TRICKSPEED control message for new clients.phintuka
Closes #3017960
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
Added title number to UI title Inform UI when title changes UI counts chapters from 1..N, libbluray 0..N-1
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-04Added support for vdr-1.6 TSPlay patch (Thanks to Udo Richter, patch #3011171)rofafor
2010-06-02Fixed compilation (Thanks to 9000h, patch #3010031)rofafor
2010-06-02Do not allow connections if we're not the primary devicephintuka