Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-31 | Merged | phintuka | |
revision 1.116 fe_grab(): fixed clipping height (sf bug #2979641) revision 1.115 Fixed building with jpeg <= 7 (Thanks to Dirk Brenken) revision 1.114 Fixed bug #2974620 : vdr-sxfe segfaults when executing GRAB | |||
2009-10-08 | Added support for XINE_GUI_SEND_GRAB_FRAME (Thanks to durchflieger) | phintuka | |
http://vdrportal.de/board/thread.php?threadid=86804&threadview=0&hilight=&hilightuser=0&page=1 | |||
2009-10-08 | Merge: | phintuka | |
xine_frontend.c revision 1.60 Dynamically allocate configfile | |||
2009-10-07 | Merge: | phintuka | |
Cosmetics (splitted fe_grab) | |||
2009-10-07 | Merge: | phintuka | |
grab in PNM format | |||
2009-10-07 | Merge: | phintuka | |
revision 1.99 Signal window size to VDR at startup revision 1.58 Move X11 code from xine_frontend.c to xine_sxfe_frontend.c | |||
2009-09-27 | Merged revision 1.101 | phintuka | |
Reset video size when stream changes. This should fix VDR OSD when playing DVD with some video resolutions. | |||
2009-09-18 | Merge | phintuka | |
2009-08-14 | Merge from trunk: cosmetics | phintuka | |
1.82: Moved xine-lib version check to fe_xine_init() 1.80: Updated xine_is_finished return values 1.78: Eliminated static variable "verbose_xine_log" 1.69: Simplify: use xine_check_version 1.65: fb_dev --> video_port_name 1.64: Replace xvdr with MRL_ID define in strings 1.59: Move DFB frame buffer device selection to xine_fbfe_frontend.c | |||
2009-08-14 | Merged revision 1.79: | phintuka | |
Moved list_plugins to xine_frontend.c. | |||
2009-06-16 | Merge from trunk: | phintuka | |
revision 1.70 Simplify sscanf formats revision 1.61 Call find_input from process_xine_keypress revision 1.57 Init structs in declaration revision 1.56 malloc+memset -> calloc | |||
2009-06-08 | Merge from trunk: | phintuka | |
revision 1.94 Changed the default grab quality to match VDR's documentation. revision 1.93 Added '-C'/'--config' command-line option to specify xine's configuration file. | |||
2009-06-07 | Merged revision 1.72 | phintuka | |
2009-02-12 | Added missing ; | phintuka | |
2009-02-12 | Check asprintf() return value. | phintuka | |
Check system() return value. | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed updating window title when protocol is part of mrl | |||
2008-04-13 | Cosmetics | phintuka | |
2008-03-31 | Use type frontend_t* instead of void* in input plugin -> frontend function ↵ | phintuka | |
pointers | |||
2008-03-13 | Fixed xine-lib-1-2 issues | phintuka | |
2008-03-13 | Removed unnecessary log string | phintuka | |
2008-03-13 | Fill in current aspect ratio for swscale | phintuka | |
2008-02-19 | Added the possibility to select the aspect ratio of the video. | phelin | |
2008-01-03 | Change MRL syntax from xvdr[:proto]:// to xvdr[+proto]:// | phintuka | |
2008-01-03 | Adapt to recent changes in post.h: | phintuka | |
- store slave_stream in frontend data instead of post plugins data - enable mixing video and audio from different streams | |||
2008-01-01 | Optimizations (unused return values, const data) and bug fixes (check ptr != ↵ | phintuka | |
NULL). (Patch from Patrick Fischer) | |||
2007-12-19 | xine-lib-1.2 input class uses identifier string instead of get_identifier ↵ | phintuka | |
function | |||
2007-10-31 | Auto-detect number of CPUs | phintuka | |
2007-10-28 | (fix copy-paste error ...) | phintuka | |
2007-10-28 | Compile fix for xine-lib 1.2 branch: _x_ao_new_port is not available for ↵ | phintuka | |
frontends | |||
2007-06-21 | Pointer checks | phintuka | |
2007-06-12 | Show current VDR server in X title bar | phintuka | |
2007-05-18 | Call external script when aspect ratio changes | phintuka | |
2007-05-18 | Removed (unused) decoder priority option | phintuka | |
2007-05-17 | Move static variable fbdev to fe_t struct | phintuka | |
2007-04-09 | New frame is already locked once ... | phintuka | |
2007-04-09 | Fixed yuy2 grabbing | phintuka | |
2007-03-14 | String checks | phintuka | |
2007-01-20 | (hopefully) fixed OSS audio device selection (Reported by Ville Skyttä) | phintuka | |
Use macros to hide config referencing | |||
2007-01-19 | dxr3 video output needs special visual types | phintuka | |
2007-01-14 | Fixed using video driver "none" | phintuka | |
2007-01-01 | x_syslog is now defined in logdefs.h | phintuka | |
include xine_frontend_vdrdiscovery.c removed include xine_freontend_lirc.c removed | |||
2006-12-31 | added format attribute for x_syslog | phintuka | |
2006-12-24 | Logging goes to (unbuffered) stderr | phintuka | |
goom wants parameters thru xine config, not using post plugin parameters api ... | |||
2006-12-17 | Minor optimizations to post plugin loading | phintuka | |
2006-10-19 | Fix DirectFB fbdev setting when DFBARGS not setxineliboutput-1_0_0pre6 | phintuka | |
2006-09-26 | default to unscaled (xxmc hardware) OSD | phintuka | |
2006-09-26 | Use xine-lib wrapper functions to register config entries | phintuka | |
register gui.osd_use_unscaled before opening video driver, it is used in video_out_xxmc | |||
2006-09-23 | log tid | phintuka | |
2006-09-20 | Setting of frame buffer device | phintuka | |
buffer size checks | |||
2006-09-16 | Use video_out cropping to perform overscan better | phintuka | |