summaryrefslogtreecommitdiff
path: root/xine/osd_manager.c
AgeCommit message (Collapse)Author
2014-06-23rename xine_osd_command.h -> tools/osd_command.hphintuka
2014-06-23renamed xine-independent OSD structsphintuka
2013-10-02osd_manager: fixed argb dirty area coordinatesphintuka
2013-01-17Set sane defaults for ARGB OSD dirty area.phintuka
Actually dirty area is useless until drivers are "fixed" to update it too.
2013-01-17Changed how "dirty area" of ARGB buffer is setphintuka
2013-01-15ARGB OSD: pass thru unscaled flag for testingphintuka
2013-01-15Support 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-07Added uncompressed LUT8 overlay supportphintuka
2010-05-30Renamed extended and backported VO_CAP_... defines to VO_XCAP_... to avoid ↵phintuka
name collisions with xine-lib
2010-05-22Added missing bracesphintuka
Fixed LOGOSD() when logging disabled (Thanks to Winfried Koehler)
2010-05-22Added missing cases (OSD control commands).phintuka
(Thanks to Winfried Koehler)
2010-05-21Avoid comparing signed and unsigned varsphintuka
(Thanks to Winfried Koehler)
2010-05-16Cosmeticsphintuka
2010-03-13Set video window inside OSD area.phintuka
Requires xine-lib 1.2 (and vdpau ?)
2010-02-20Fixed re-centering unscaled OSDphintuka
2010-02-20Store window size in osd_manager dataphintuka
2010-02-20Simplifyphintuka
2009-06-02Do not set overlay extent if overlay has been scaled alreadyphintuka
2009-06-02Eliminated warningphintuka
(dereferencing pointer ... does break strict-aliasing rules)
2009-03-17Removed setting deprecated properties (global OSD size).phintuka
Set custom extent only when scaling is enabled. Pass scaling setting upstream.
2009-03-16Ignore OSD_Close if it is part of OSD refreshphintuka
2009-03-15Fill vdr_osd_extradata_tphintuka
Set overlay extent width / height when VO_CAP_CUSTOM_EXTENT_OVERLAY is defined
2009-03-15Store full OSD size for each windowphintuka
2008-12-19do not check (unsigned) < 0phintuka
2008-12-18Cosmeticsphintuka
(tabs->spaces)
2008-12-15Improved calculating scaled coordinatesphintuka
2008-12-14Do not reascale OSDs if video_out does scalingphintuka
2008-12-14Fixed setting palette typephintuka
2008-12-13Fixed deadlock in rescaling codephintuka
2008-12-06Moved OSD code from xine_input_vdr.c to xine/osd_manager.[hc]phintuka