summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-19do not check (unsigned) < 0phintuka
2008-12-19Added '-C'/'--config' command-line option to specify xine's configuration file.rofafor
2008-12-19Added layer stuff to osd_command_sphintuka
2008-12-19Check for very large sizes when reading grab resultphintuka
Increased timeout for reading grab result
2008-12-19Set size field when sending OSD commandphintuka
2008-12-19Added layer stuff.phintuka
Added size field to osd_command_s. Shrinked osd_command_s cmd field size.
2008-12-18Removed leftover testing code ...phintuka
2008-12-18Enable OSD scaling between video_out and video driverphintuka
2008-12-18Added xine/vo_hook.o and xine/vo_osdscaler.o to frontendsphintuka
2008-12-18Cosmeticsphintuka
(tabs->spaces)
2008-12-18Initial importphintuka
(OSD scaling video-out post plugin)
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-14Cosmeticsphintuka
(removed trailing spaces, tabs->spaces)
2008-12-14Cosmeticsphintuka
(removed trailing spaces and tabs)
2008-12-14Cosmeticsphintuka
(removed trailing spaces, tabs->spaces)
2008-12-14Cosmeticsphintuka
(Removed tabs and trailing spaces)
2008-12-14Cosmeticsphintuka
(removed trailing spaces, tabs->spaces)
2008-12-13Cosmeticsphintuka
(removed leading spaces, tabs->spaces)
2008-12-13Fixed deadlock in rescaling codephintuka
2008-12-13Added missing newline to debug outputphintuka
2008-12-06Use OSD manager from xine/osdmanager.c. Removed OSD code.phintuka
2008-12-06Moved OSD code from xine_input_vdr.c to xine/osd_manager.[hc]phintuka
2008-12-06Added VDR_OSD_MAGICphintuka
2008-12-06exec_osd_set_rle()phintuka
2008-12-05Moved RLE scaling code to tools/rle.[hc]phintuka
2008-12-05Moved rle_compress to tools/rle.[hc]phintuka
2008-12-05Added tools/rle.o to VDR plugin and xine input pluginphintuka
Removed duplicate rules Added OBJS_XINEINPUTVDR for XINEINPUTVDR object files
2008-12-05Moved RLE code from osd.c and xine_input_vdr.c to rle.[hc]phintuka
2008-12-04Splitted exec_osd_commandphintuka
2008-12-03Fixed exec_osd_set_palette in local mode (stack-allocated CLUT was freed).phintuka
Added return value to exec_osd_set_palette and exec_osd_set_move.
2008-12-03Removed dead code (update_video_size())phintuka
2008-12-03Moved SCR code to xine/adjustable_scr.[hc]phintuka
2008-12-03Added xine/adjustable_scr.o to xine input pluginphintuka
2008-12-03Moved SCR code from xine_input_vdr.c to own modulephintuka
2008-12-03Simplify:phintuka
- removed deprecated configs - removed unnecessarily if...endif 's - simplified target selection
2008-11-30Added implementations for OSD_Flush, OSD_SetPalette and OSD_Move.phintuka
OSD_Close: Removed flushing all pending events. Now OSD_Close can be delayed. Fixed setting OSD last changed vpts: use the vpts of last event, not current time.
2008-11-30Added wrappers for SetPalette, Move and Flush.phintuka
2008-11-30Eliminated memsets.phintuka
Cosmetics (vertical align, ...)
2008-11-29Added OSD_Flush : Flush all pending OSD operations immediatelyphintuka
2008-11-25Converted from ISO8859-15 to UTF8.phintuka
(Suggested by Rolf Ahrenberg)
2008-11-24Removed the outdated patch.rofafor
2008-11-24Replaced cIConv with VDR's cCharConv.rofafor
2008-11-23Added osdcmd_to_overlay. Removed duplicate code.phintuka
2008-11-21Set OSD size to video_out if scaling is supportedphintuka
2008-11-21Simplifyphintuka
2008-11-21Export default proxy handlers to be used in actual implementationsphintuka
2008-11-20Fixed compilationphintuka
("../i18n.h" -> <vdr/i18n.h>)
2008-11-20Removed backwards compatibility.rofafor