summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-06-02ForcePrimaryDevice(): return true if switching is possible or we're ↵phintuka
currently the primary device
2010-06-02local mode: log a warning if xineliboutput is not the primary devicephintuka
2010-06-01Fixed missing {phintuka
(Thanks to Dirk Brenken)
2010-05-30Added follow video stream resolution to OSD size optionsphintuka
(Thanks to Juergen Lock)
2010-05-30hud_osd_command(OSD_Set_RLE): factorized calculating coordinates and scaling ↵phintuka
factor (Thanks to grueni75, patch #2978033)
2010-05-30hud_osd_command(): added OSD_VideoWindow casephintuka
2010-05-30Cosmeticsphintuka
2010-05-30Added sanity checks to check_for_scaling()phintuka
2010-05-30Renamed extended and backported VO_CAP_... defines to VO_XCAP_... to avoid ↵phintuka
name collisions with xine-lib
2010-05-30Do not try to parse content or substream header of raw audio streamsphintuka
2010-05-29Fixed comparing signed and unsigned valuesphintuka
(Thanks to Winfried Koehler)
2010-05-27Added config option for new audio visualization method: imagesphintuka
(Thanks to Helmar Gerloni)
2010-05-27Cosmeticsphintuka
2010-05-27Fixed TRACEF function namephintuka
(Thanks to Helmar Gerloni)
2010-05-26Added command-line options for opengl HUD OSDphintuka
(Thanks to grueni75, patch #2978033)
2010-05-26Added opengl HUD options to fe_display_open() interfacephintuka
(Thanks to grueni75, patch #2978033)
2010-05-26Added opengl options for HUD OSDphintuka
(Thanks to grueni75, patch #2978033)
2010-05-26Added checks for XShape and OpenGLphintuka
(Thanks to grueni75, patch #2978033)
2010-05-25Link libavutil only to xine input pluginphintuka
2010-05-25Fixed comparing signed and unsigned valuesphintuka
(Thanks to Winfried Koehler)
2010-05-25Fixed log message type (LOGERR -> LOGMSG)phintuka
2010-05-25Fixed bug #3006495: The xine plugins are unnecessarily linked with libjpegphintuka
(Thanks to Tobias Grimm)
2010-05-24Fixed arithmetic on untyped pointerphintuka
(Thanks to Winfried Koehler)