Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-23 | rename xine_osd_command.h -> tools/osd_command.h | phintuka | |
2014-06-23 | renamed xine-independent OSD structs | phintuka | |
2013-10-02 | osd_manager: fixed argb dirty area coordinates | phintuka | |
2013-01-17 | Set sane defaults for ARGB OSD dirty area. | phintuka | |
Actually dirty area is useless until drivers are "fixed" to update it too. | |||
2013-01-17 | Changed how "dirty area" of ARGB buffer is set | phintuka | |
2013-01-15 | ARGB OSD: pass thru unscaled flag for testing | phintuka | |
2013-01-15 | Support ARGB OSD with vdpau / opengl2 video drivers. | phintuka | |
Untested with vdpau. Opengl2 driver needs some fixing. May require setting video size in OSD settings to match output window size. Also playing with hardware / software / scaling options may help ... | |||
2011-03-07 | Added uncompressed LUT8 overlay support | phintuka | |
2010-05-30 | Renamed extended and backported VO_CAP_... defines to VO_XCAP_... to avoid ↵ | phintuka | |
name collisions with xine-lib | |||
2010-05-22 | Added missing braces | phintuka | |
Fixed LOGOSD() when logging disabled (Thanks to Winfried Koehler) | |||
2010-05-22 | Added missing cases (OSD control commands). | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-21 | Avoid comparing signed and unsigned vars | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-16 | Cosmetics | phintuka | |
2010-03-13 | Set video window inside OSD area. | phintuka | |
Requires xine-lib 1.2 (and vdpau ?) | |||
2010-02-20 | Fixed re-centering unscaled OSD | phintuka | |
2010-02-20 | Store window size in osd_manager data | phintuka | |
2010-02-20 | Simplify | phintuka | |
2009-06-02 | Do not set overlay extent if overlay has been scaled already | phintuka | |
2009-06-02 | Eliminated warning | phintuka | |
(dereferencing pointer ... does break strict-aliasing rules) | |||
2009-03-17 | Removed setting deprecated properties (global OSD size). | phintuka | |
Set custom extent only when scaling is enabled. Pass scaling setting upstream. | |||
2009-03-16 | Ignore OSD_Close if it is part of OSD refresh | phintuka | |
2009-03-15 | Fill vdr_osd_extradata_t | phintuka | |
Set overlay extent width / height when VO_CAP_CUSTOM_EXTENT_OVERLAY is defined | |||
2009-03-15 | Store full OSD size for each window | phintuka | |
2008-12-19 | do not check (unsigned) < 0 | phintuka | |
2008-12-18 | Cosmetics | phintuka | |
(tabs->spaces) | |||
2008-12-15 | Improved calculating scaled coordinates | phintuka | |
2008-12-14 | Do not reascale OSDs if video_out does scaling | phintuka | |
2008-12-14 | Fixed setting palette type | phintuka | |
2008-12-13 | Fixed deadlock in rescaling code | phintuka | |
2008-12-06 | Moved OSD code from xine_input_vdr.c to xine/osd_manager.[hc] | phintuka | |