Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-25 | Removed handle_libbluray_events() call from plugin open. | phintuka | |
Events can't be handled before the stream is opened and initialized ... | |||
2011-01-23 | Moved keyboard handling to xine_frontend_kbd.c | phintuka | |
2011-01-21 | Moved frontend_svr.c:osd_recompress_net() --> rle.c:rle_recompress_net() | phintuka | |
2011-01-21 | Added HDMV PG compatible RLE functions | phintuka | |
2011-01-21 | Decreased required available socket buffer space when sending OSD | phintuka | |
(Closes #3153405) | |||
2011-01-21 | Disabled data connection IP address check (it does not work with NAT firewalls). | phintuka | |
(Suggested by Christian Ruppert) Closes bug #3152431. | |||
2011-01-19 | Updated finnish translation. | rofafor | |
2011-01-19 | Fixed HUD bitmask values. | rofafor | |
2011-01-18 | Modified version of patch #3014681: | phintuka | |
This patch adds xshape support for the HUD mode. If no composing window manager is available, the HUD can still be seen (without transparency). (command-line argument --hud=xshape) (Thanks to grueni75) | |||
2011-01-17 | Changed command-line arguments: | phintuka | |
--opengl-always ==> --opengl --opengl-hud ==> --hud=opengl Added xshape HUD option | |||
2011-01-17 | fe_display_open(): combined hud modes to single bitmask | phintuka | |
2011-01-16 | Added new OSD commands: | phintuka | |
- uncompressed LUT8 and ARGB OSD - HDMV PG compressed OSD | |||
2011-01-10 | Updated translations (autocrop setup menu) | phintuka | |
(Thanks to Andreas Auras (durchflieger)) | |||
2011-01-10 | Patch #3153722: | phintuka | |
Added osd setup support for all current autocrop post plugin parameters (Thanks to Andreas Auras (durchflieger)) | |||
2011-01-08 | Patch #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-08 | Fixed test for black yv12 frame: make sure chroma samples and luma samples ↵ | phintuka | |
are from same lines | |||
2011-01-08 | Use subs_detect flag instead of testing subs_detect_lifetime != 0 in avards ↵ | phintuka | |
functions | |||
2011-01-08 | Updated parameer descriptions for overscan_compensate and subs_detect_lifetime | phintuka | |
(Thanks to Andreas Auras (durchflieger)) | |||
2011-01-06 | Patch #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-04 | Added 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-04 | Intercept video port close | phintuka | |
(Thanks to Andreas Auras (durchflieger)) | |||
2011-01-04 | Patch #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-03 | Fixed 1.42. Closes sf bug #3146413. | phintuka | |
(Thanks to durchflieger) | |||
2010-12-20 | Use cPlaylist to store image player files | phintuka | |
2010-12-19 | Cosmetics | phintuka | |
2010-12-19 | Hide cXinelibImagesControl | phintuka | |
2010-12-19 | Fixed typo | phintuka | |
2010-12-19 | File browser: Use cPlaylist when launching image player | phintuka | |
2010-12-19 | Fixed cPlaylist::Seek() forward seeking (was off by one) | phintuka | |
2010-12-18 | Updated Language-Team and Language fields. | rofafor | |
2010-12-17 | Allow stopping playback while browsing in menus with still image backgrounds | phintuka | |
2010-12-17 | Updated "background image" audio visualization | phintuka | |
(Thanks to Helmar Gerloni) | |||
2010-12-15 | Handle BD_EVENT_STILL_TIME. | phintuka | |
Fixes menus with still image background. | |||
2010-12-15 | Fixed segfault when current clip is undefined (0xffff) | phintuka | |
2010-12-15 | Handle BD_EVENT_STILL (pause/resume playback) | phintuka | |
2010-12-15 | Leave default DESTDIR empty. | phintuka | |
This fixes copying i18n files to right place when building inside VDR source tree. | |||
2010-12-15 | Added VDR plugins to install target when not building inside of VDR source tree. | phintuka | |
(Thanks to Christian Ruppert) | |||
2010-12-15 | Added simple VDR source tree detection. | phintuka | |
VDR plugins won't be copied to LIBDIR when not building inside VDR source tree. | |||
2010-12-13 | Return error fron read() if libbluray has reported fatal error | phintuka | |
2010-12-13 | Fixed title duration in log message. | phintuka | |
2010-12-13 | Fixed seek when title not opened. | phintuka | |
(Fixes segfault in demuxer autodetection) | |||
2010-12-13 | Handle BD_EVENT_SEEK: reset stream | phintuka | |
Handle BD_EVENT_ENCRYPTED | |||
2010-12-13 | Added handling of BD_EVENT_END_OF_TITLE. Flush demuxer + decoders at end of ↵ | phintuka | |
title. | |||
2010-12-13 | Support changing titles in BluRay navigation mode | phintuka | |
2010-12-13 | Reset stream when starting playback of new playlist | phintuka | |
2010-12-13 | Added mouse support for BluRay menus | phintuka | |
2010-12-11 | Use bd_get_disc_info() | phintuka | |
2010-12-11 | Renamed num_titles -> num_title_idx | phintuka | |
2010-12-11 | Fixed building inside VDR source tree | phintuka | |
2010-12-10 | Renamed current_title --> current_title_idx | phintuka | |