summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-10Patch #3153722:phintuka
Added osd setup support for all current autocrop post plugin parameters (Thanks to Andreas Auras (durchflieger))
2011-01-08Patch #3150273:phintuka
Added two new slave commands FULLSCREEN0 and FULLSCREEN1 to switch explicit to fullscreen and normal window mode. (Thanks to Andreas Auras (durchflieger))
2011-01-08Fixed test for black yv12 frame: make sure chroma samples and luma samples ↵phintuka
are from same lines
2011-01-08Use subs_detect flag instead of testing subs_detect_lifetime != 0 in avards ↵phintuka
functions
2011-01-08Updated parameer descriptions for overscan_compensate and subs_detect_lifetimephintuka
(Thanks to Andreas Auras (durchflieger))
2011-01-06Patch #3150279:phintuka
Changes logging of debug output from simple printf to xinelib supplied features giving more standardized output (e.g. autocrop: ....) (Thanks to Andreas Auras (durchflieger))
2011-01-04Added a new plugin parameter 'overscan_compensate' which reduces zooming of ↵phintuka
letterbox frame by the specified amount (%1000 of frame height). This is usefull when using a TV output device that does some overscan. (Thanks to Andreas Auras (durchflieger))
2011-01-04Intercept video port closephintuka
(Thanks to Andreas Auras (durchflieger))
2011-01-04Patch #3150279:phintuka
Added a additional letterbox detection algorithms called the AVARDS algorithms. This algorithms uses only the Y channel for detecting letterbox bars by using a histogram function to determine the exact bar tone value which leads to very exact bar recognition. It recognize logos within bars at any horizontal position even in the bottom bar if subtitle detection is disabled. The algorithms is controlled by the new plugin parameter 'use_avards_analysis'. (Thanks to Andreas Auras (durchflieger))
2011-01-03Fixed 1.42. Closes sf bug #3146413.phintuka
(Thanks to durchflieger)
2010-12-20Use cPlaylist to store image player filesphintuka
2010-12-19Cosmeticsphintuka
2010-12-19Hide cXinelibImagesControlphintuka
2010-12-19Fixed typophintuka
2010-12-19File browser: Use cPlaylist when launching image playerphintuka
2010-12-19Fixed cPlaylist::Seek() forward seeking (was off by one)phintuka
2010-12-18Updated Language-Team and Language fields.rofafor
2010-12-17Allow stopping playback while browsing in menus with still image backgroundsphintuka
2010-12-17Updated "background image" audio visualizationphintuka
(Thanks to Helmar Gerloni)
2010-12-15Handle BD_EVENT_STILL_TIME.phintuka
Fixes menus with still image background.
2010-12-15Fixed segfault when current clip is undefined (0xffff)phintuka
2010-12-15Handle BD_EVENT_STILL (pause/resume playback)phintuka
2010-12-15Leave default DESTDIR empty.phintuka
This fixes copying i18n files to right place when building inside VDR source tree.
2010-12-15Added VDR plugins to install target when not building inside of VDR source tree.phintuka
(Thanks to Christian Ruppert)
2010-12-15Added simple VDR source tree detection.phintuka
VDR plugins won't be copied to LIBDIR when not building inside VDR source tree.
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
(Fixes segfault in demuxer autodetection)
2010-12-13Handle BD_EVENT_SEEK: reset streamphintuka
Handle BD_EVENT_ENCRYPTED
2010-12-13Added handling of BD_EVENT_END_OF_TITLE. Flush demuxer + decoders at end of ↵phintuka
title.
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-11Fixed building inside VDR source treephintuka
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-09Added cPlaylist::Seek()phintuka
2010-12-09Hide cXinelibPlayerControl and cXinelibDvdPlayerControl classesphintuka
2010-12-09Use new media player interface in file browserphintuka
2010-12-09Use new media player interface in plugin main menuphintuka
2010-12-09bluray:/ is played by cDvdPlayer (no dedicated player yet)phintuka
2010-12-09Use new media player interface in SVDRP and service interfacephintuka
2010-12-09Added cPlayerFactory : new top-level interface for different media playersphintuka
2010-12-09Store cDvdMenu pointer in cOsdMenu*phintuka
2010-12-09Factorized cXinelibPlayer::UpdateMetaInfo() from different playersphintuka
2010-12-09Moved DVD menu key handling to cDvdMenu()phintuka