Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-19 | do not check (unsigned) < 0 | phintuka | |
2008-12-19 | Added '-C'/'--config' command-line option to specify xine's configuration file. | rofafor | |
2008-12-19 | Added layer stuff to osd_command_s | phintuka | |
2008-12-19 | Check for very large sizes when reading grab result | phintuka | |
Increased timeout for reading grab result | |||
2008-12-19 | Set size field when sending OSD command | phintuka | |
2008-12-19 | Added layer stuff. | phintuka | |
Added size field to osd_command_s. Shrinked osd_command_s cmd field size. | |||
2008-12-18 | Removed leftover testing code ... | phintuka | |
2008-12-18 | Enable OSD scaling between video_out and video driver | phintuka | |
2008-12-18 | Added xine/vo_hook.o and xine/vo_osdscaler.o to frontends | phintuka | |
2008-12-18 | Cosmetics | phintuka | |
(tabs->spaces) | |||
2008-12-18 | Initial import | phintuka | |
(OSD scaling video-out post plugin) | |||
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-14 | Cosmetics | phintuka | |
(removed trailing spaces, tabs->spaces) | |||
2008-12-14 | Cosmetics | phintuka | |
(removed trailing spaces and tabs) | |||
2008-12-14 | Cosmetics | phintuka | |
(removed trailing spaces, tabs->spaces) | |||
2008-12-14 | Cosmetics | phintuka | |
(Removed tabs and trailing spaces) | |||
2008-12-14 | Cosmetics | phintuka | |
(removed trailing spaces, tabs->spaces) | |||
2008-12-13 | Cosmetics | phintuka | |
(removed leading spaces, tabs->spaces) | |||
2008-12-13 | Fixed deadlock in rescaling code | phintuka | |
2008-12-13 | Added missing newline to debug output | phintuka | |
2008-12-06 | Use OSD manager from xine/osdmanager.c. Removed OSD code. | phintuka | |
2008-12-06 | Moved OSD code from xine_input_vdr.c to xine/osd_manager.[hc] | phintuka | |
2008-12-06 | Added VDR_OSD_MAGIC | phintuka | |
2008-12-06 | exec_osd_set_rle() | phintuka | |
2008-12-05 | Moved RLE scaling code to tools/rle.[hc] | phintuka | |
2008-12-05 | Moved rle_compress to tools/rle.[hc] | phintuka | |
2008-12-05 | Added tools/rle.o to VDR plugin and xine input plugin | phintuka | |
Removed duplicate rules Added OBJS_XINEINPUTVDR for XINEINPUTVDR object files | |||
2008-12-05 | Moved RLE code from osd.c and xine_input_vdr.c to rle.[hc] | phintuka | |
2008-12-04 | Splitted exec_osd_command | phintuka | |
2008-12-03 | Fixed 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-03 | Removed dead code (update_video_size()) | phintuka | |
2008-12-03 | Moved SCR code to xine/adjustable_scr.[hc] | phintuka | |
2008-12-03 | Added xine/adjustable_scr.o to xine input plugin | phintuka | |
2008-12-03 | Moved SCR code from xine_input_vdr.c to own module | phintuka | |
2008-12-03 | Simplify: | phintuka | |
- removed deprecated configs - removed unnecessarily if...endif 's - simplified target selection | |||
2008-11-30 | Added 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-30 | Added wrappers for SetPalette, Move and Flush. | phintuka | |
2008-11-30 | Eliminated memsets. | phintuka | |
Cosmetics (vertical align, ...) | |||
2008-11-29 | Added OSD_Flush : Flush all pending OSD operations immediately | phintuka | |
2008-11-25 | Converted from ISO8859-15 to UTF8. | phintuka | |
(Suggested by Rolf Ahrenberg) | |||
2008-11-24 | Removed the outdated patch. | rofafor | |
2008-11-24 | Replaced cIConv with VDR's cCharConv. | rofafor | |
2008-11-23 | Added osdcmd_to_overlay. Removed duplicate code. | phintuka | |
2008-11-21 | Set OSD size to video_out if scaling is supported | phintuka | |
2008-11-21 | Simplify | phintuka | |
2008-11-21 | Export default proxy handlers to be used in actual implementations | phintuka | |
2008-11-20 | Fixed compilation | phintuka | |
("../i18n.h" -> <vdr/i18n.h>) | |||
2008-11-20 | Removed backwards compatibility. | rofafor | |