Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-14 | This commit was manufactured by cvs2svn to create branch 'branch-1_o_x'.branch-1_o_x | cvs2svn | |
2010-01-30 | Fixed segfault when closing OSD | phintuka | |
(only SHOW events have event->object.overlay) | |||
2010-01-19 | Do not move overlay if video_out has independent video and OSD resolutions | phintuka | |
2010-01-03 | Relaxed intercept check | phintuka | |
2009-12-15 | Added stabilize_time option: | phintuka | |
Number of frames with equal bars before cropping value changes (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-14 | Removed redundant init code | phintuka | |
2009-12-14 | New subtitle detection configuration parameters: lifetime and stabilize time. | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-08 | Use start_line,end_line for active cropping. | phintuka | |
Store detected and stabilized values. (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-08 | Only auto-detected croppping is resetted when frame format changes. | phintuka | |
Removed redundant format change check. | |||
2009-12-08 | Added missing cropping_active checks. | phintuka | |
Merged no-crop return paths in draw(). | |||
2009-12-08 | Moved subtitle detection to analyze branch. No need to check for subtitles ↵ | phintuka | |
unless frame has been analyzed. (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-08 | Added mutex to make state changes atomic. | phintuka | |
Frame and OSD handling are running in different threads. (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-07 | Added parameter for autodetect rate. (this should enable autodetection with ↵ | phintuka | |
non-standard frame formats like VDPAU) (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-07 | Added parameter for soft start step | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-06 | Eliminated prev_start_line and prev_end_line from plugin instance data | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-06 | autocrop_draw(): use local variable for cropping_active | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-11-17 | Added support for non-standard frame formats (VDPAU,...) | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-11-12 | Added support for cropping in video driver | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 Added an option to force video driver cropping instead of copying frames in the plugin | |||
2009-11-12 | Intercept get_frame() instead of using intercept_frame() | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-10-28 | Removed old driver crop code | phintuka | |
Cosmetics (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-10-16 | Added has_unscaled_overlay and has_driver_crop (Thanks to durchflieger) | phintuka | |
http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-10-16 | analyze_frame, crop_copy_yv12, crop_copy_yuy2, crop_nocopy: Use local ↵ | phintuka | |
variables for start_line and end_line (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-10-16 | Cosmetics (Thanks to durchflieger) | phintuka | |
http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-10-16 | float -> double (Thanks to durchflieger) | phintuka | |
http://vdrportal.de/board/thread.php?threadid=86804 | |||
2008-11-01 | Removed leftover xine-lib config.h | phintuka | |
2008-09-22 | Removed extra RCS ID line | phintuka | |
2008-05-22 | xine_xmalloc -> calloc | phintuka | |
2008-01-02 | Use POST_PLUGIN_IFACE_VERSION instead of XINE_VERSION_CODE | phintuka | |
2007-12-19 | xine-lib 1.2 API changes (post_class) | phintuka | |
2006-12-19 | Added missing header | phintuka | |
Fixed wrong cast | |||
2006-10-07 | Fixed cropped frame height calculation | phintuka | |
2006-09-24 | fix aspect ratio (?) | phintuka | |
2006-09-16 | Center image if it is wider than 16:9 and centering does not hide subtitles | phintuka | |
Overlay position adjustments Experimental tighter Y filter | |||
2006-09-13 | Do not use analyzation results of black frames | phintuka | |
2006-09-12 | YUY2 (untested) | phintuka | |
2006-09-12 | MMX/SSE | phintuka | |
2006-08-22 | Added config parameter support | phintuka | |
Fixed scanning start location at bottom (last line was still scanned) Added check for black frames (black frames will not change crop status) Added 12:9/16:9 only mode (originally target aspect ratio was anything between 4:3...16:9) Added always crop 4:3->16:9 mode (no bar detection) Added more stabilization to 12:9/16:9 cropping | |||
2006-08-20 | First working version | phintuka | |
2006-08-07 | Initial imoort (dummy plugin) | phintuka | |