summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-10New filephintuka
2008-11-10Added missing includesphintuka
2008-11-10Added missing includesphintuka
2008-11-10Added hud_osd_focus()phintuka
2008-11-10Use HAVE_XSHMphintuka
2008-11-10Check for XShmphintuka
2008-11-10Fixed setting CFLAGSphintuka
2008-11-10tunning->tuningphintuka
2008-11-10tunning->tuningphintuka
2008-11-04Added logdefs.o to executables and VDR pluginphintuka
2008-11-04Updated C file rules:phintuka
- do not use hardcoded input/output file names - removed duplicate extra deps ("make depend" handles those)
2008-11-04Integrated patch from Andreas Auras <yak54@gmx.net> :phintuka
Added a new configuration option "input.xvdr.scr_tuning_step" in file "config_xineliboutput" for the stepping value that is used for trimming the xine metronom in live mode sync. The default value is 5000 that means trimmings steps of 0.5%. This is also the original fixed value.
2008-11-04Adopt to changes in logdefs.hphintuka
2008-11-04Simplify.phintuka
Moved x_syslog to logdefs.c Changed LOG_MODULENAME to be parameter for x_syslog.
2008-11-04Moved LogToSysLog from xine_frontend.c to logdefs.cphintuka
2008-11-04Moved LogToSysLog from xine_frontend.c to logdefs.cphintuka
Moved SysLogLevel from xine_frontend.c to xine_frontend_main.c
2008-11-04Removed NEED_x_syslogphintuka
2008-11-04Build single vdrdiscovery.o for both client and serverphintuka
2008-11-04Removed NEED_x_syslogphintuka
(function is now handled by linker)
2008-11-04New file: moving x_syslog from logdefs.h to own compilation unit.phintuka
There's no need to have static x_syslog in n+1 modules ...
2008-11-03Added missing multiple inclusion quard #definephintuka
2008-11-02Use pkg-config by defaultphintuka
2008-11-01Added test for pkg-configphintuka
2008-11-01Moved xine plugin dir check to configure scriptphintuka
2008-11-01Use configure-detected libs for linkingphintuka
2008-11-01Removed adding HAVE_ macros to defines, those are now uncluded from features.hphintuka
2008-11-01include features.hphintuka
2008-11-01Removed leftover xine-lib config.hphintuka
2008-10-31Added #include "../features.h"phintuka
2008-10-31Automatically generate features.h.phintuka
This file replaces all -DHAVE_... options passed to C compiler.
2008-10-31Moved C compile tests to configure script.phintuka
- it is now possible to disable features by running configure script manually before running make - improved tests: script checks linking too - results are imported to Makefile from generated config.mak file
2008-10-30Removed ENABLE_TEST_POSTPLUGINS / xine_post_headphonephintuka
2008-10-30Build system update:phintuka
APPLE_DARWIN -> ARCH_APPLE_DARWIN
2008-10-30Build system update:phintuka
1/0 -> yes/no
2008-10-28Unified usage of display (use this->display)phintuka
2008-10-28Splitted -> hud_osd_resizephintuka
2008-10-28Fixed Xrandr header testphintuka
2008-10-28Detect Xrandrphintuka
2008-10-28Build system upgrade:phintuka
HAVE_EXTRACTOR_H -> HAVE_LIBEXTRACTOR
2008-10-26HUD scaling: Use oversized source image to cover all changed destination pixelsphintuka
2008-10-26Initialize unscaled HUD OSD surface to transparentphintuka
2008-10-24Added preliminary SVDRP interfacerofafor
2008-10-24Removed unnecessary osd_pad_x/y variablesrofafor
2008-10-24Updated 1.0.3phintuka
2008-10-23Fixed width and height calculation in HUD OSDrofafor
2008-10-22Added missing sxfe display locksrofafor
2008-10-22Modified HUD OSD scaling parametersrofafor
2008-10-21Fixed bug #2148032:phintuka
--aspect=auto:path_to_script not working (Thanks to Armin Diedering)
2008-10-21Replace the -D option of install with mkdir -p.phintuka
install -D does not work in OSX. (Reported by Tero Siironen)
2008-10-211.0.3phintuka