Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-13 | Remove deps to xine_frontend_internal.h and xine-lib | phintuka | |
2008-11-13 | Use init_fe() | phintuka | |
2008-11-13 | Added fe_send_event, fe_send_input_event and fe_init | phintuka | |
2008-11-13 | return values | phintuka | |
2008-11-13 | Added symbolic names for log levels | phintuka | |
2008-11-13 | Added function pointers for frontend -> xine/vdr events (keypresses, ...) | phintuka | |
2008-11-13 | Updated xine_is_finished return values | phintuka | |
2008-11-13 | Added terminate_key_pressed flag | phintuka | |
2008-11-13 | Added list_xine_plugins() prototype | phintuka | |
2008-11-13 | Moved list_plugins to xine_frontend.c. | phintuka | |
2008-11-13 | Eliminated strn0cpy | phintuka | |
2008-11-12 | Silenced stdout and stderr in testhdr compilation. | rofafor | |
2008-11-12 | Removed include "xine_osd_command.h". | rofafor | |
2008-11-12 | int -> size_t | phintuka | |
2008-11-11 | Moved MRL_ID to own header | phintuka | |
2008-11-11 | Removed include "xine_frontend.h" | phintuka | |
2008-11-11 | Eliminated static variable "verbose_xine_log" | phintuka | |
2008-11-11 | Cleaned up compile time warnings. | rofafor | |
2008-11-11 | Splitting fe_grab: frame_compress_jpeg() | phintuka | |
2008-11-11 | Splitting fe_grab: yuy2_to_yv12_frame() | phintuka | |
2008-11-11 | Use HAVE_LIBJPEG. | phintuka | |
Moved all libjpeg stuff to xine_frontend.c | |||
2008-11-11 | Removed -ljpeg (it is already added by configure) | phintuka | |
2008-11-11 | Added check for libjpeg | phintuka | |
2008-11-11 | Refuse to build against xine-lib 1.2 if libavutil was not found | phintuka | |
2008-11-11 | Added check for libavutil | phintuka | |
2008-11-11 | Use xine-lib style media.xvdr as root for all config keys | phintuka | |
2008-11-11 | USe configure-generated CFLAGS_VDR | phintuka | |
2008-11-11 | Cosmetics | phintuka | |
2008-11-11 | Make xine_frontend_lirc.c separate compilation unit | phintuka | |
2008-11-10 | Moved fe_t to header | phintuka | |
2008-11-10 | New file | phintuka | |
2008-11-10 | Added missing includes | phintuka | |
2008-11-10 | Added missing includes | phintuka | |
2008-11-10 | Added hud_osd_focus() | phintuka | |
2008-11-10 | Use HAVE_XSHM | phintuka | |
2008-11-10 | Check for XShm | phintuka | |
2008-11-10 | Fixed setting CFLAGS | phintuka | |
2008-11-10 | tunning->tuning | phintuka | |
2008-11-10 | tunning->tuning | phintuka | |
2008-11-04 | Added logdefs.o to executables and VDR plugin | phintuka | |
2008-11-04 | Updated C file rules: | phintuka | |
- do not use hardcoded input/output file names - removed duplicate extra deps ("make depend" handles those) | |||
2008-11-04 | Integrated 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-04 | Adopt to changes in logdefs.h | phintuka | |
2008-11-04 | Simplify. | phintuka | |
Moved x_syslog to logdefs.c Changed LOG_MODULENAME to be parameter for x_syslog. | |||
2008-11-04 | Moved LogToSysLog from xine_frontend.c to logdefs.c | phintuka | |
2008-11-04 | Moved LogToSysLog from xine_frontend.c to logdefs.c | phintuka | |
Moved SysLogLevel from xine_frontend.c to xine_frontend_main.c | |||
2008-11-04 | Removed NEED_x_syslog | phintuka | |
2008-11-04 | Build single vdrdiscovery.o for both client and server | phintuka | |
2008-11-04 | Removed NEED_x_syslog | phintuka | |
(function is now handled by linker) | |||
2008-11-04 | New 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 ... |