summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-11Cleaned up compile time warnings.rofafor
2008-11-11Splitting fe_grab: frame_compress_jpeg()phintuka
2008-11-11Splitting fe_grab: yuy2_to_yv12_frame()phintuka
2008-11-11Use HAVE_LIBJPEG.phintuka
Moved all libjpeg stuff to xine_frontend.c
2008-11-11Removed -ljpeg (it is already added by configure)phintuka
2008-11-11Added check for libjpegphintuka
2008-11-11Refuse to build against xine-lib 1.2 if libavutil was not foundphintuka
2008-11-11Added check for libavutilphintuka
2008-11-11Use xine-lib style media.xvdr as root for all config keysphintuka
2008-11-11USe configure-generated CFLAGS_VDRphintuka
2008-11-11Cosmeticsphintuka
2008-11-11Make xine_frontend_lirc.c separate compilation unitphintuka
2008-11-10Moved fe_t to headerphintuka
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