summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-18Avoid name collisionsphintuka
2009-01-18Initial importphintuka
2009-01-17Enable compilation against xine-lib-1.2.rofafor
2009-01-10Changed the default grab quality to match VDR's documentation.rofafor
2009-01-10Added 'm2t' into video extensions.rofafor
2009-01-09Reverted application scaling of video output properties.rofafor
2009-01-09Changed video output properties to utilize min and max values from video ↵rofafor
drivers.
2009-01-08Added sharpness and noise reduction setup options for VDPAU.rofafor
2009-01-02Fixed HAVE_XINERAMA in update_xinerama_info.rofafor
2008-12-21Initial importphintuka
2008-12-21Added DATA_IS_PES()phintuka
Added prefix to multiple inclusion guard.
2008-12-21Simplified main loop.phintuka
This should also fix vdr-??fe exit status when terminated with X11 "Esc" key.
2008-12-19Moved local frontend xine-lib config file default location tophintuka
$(CONFDIR)/plugins/xineliboutput/config
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