summaryrefslogtreecommitdiff
path: root/xine_post_autocrop.c
AgeCommit message (Expand)Author
2011-10-30Fix FSF address in copyright notices.phintuka
2011-03-02Reduced logging. Added parameter to configure log level.phintuka
2011-01-08Fixed test for black yv12 frame: make sure chroma samples and luma samples ar...phintuka
2011-01-08Use subs_detect flag instead of testing subs_detect_lifetime != 0 in avards f...phintuka
2011-01-08Updated parameer descriptions for overscan_compensate and subs_detect_lifetimephintuka
2011-01-06Patch #3150279:phintuka
2011-01-04Added a new plugin parameter 'overscan_compensate' which reduces zooming of l...phintuka
2011-01-04Intercept video port closephintuka
2011-01-04Patch #3150279:phintuka
2011-01-03Fixed 1.42. Closes sf bug #3146413.phintuka
2010-11-26autocrop: configurable logo widthphintuka
2010-05-22Store capabilities in unsigned varphintuka
2010-05-22prev_width, prev_height --> unsigned.phintuka
2010-05-22Fixed warnings (missing default case)phintuka
2010-01-30Fixed segfault when closing OSDphintuka
2010-01-19Do not move overlay if video_out has independent video and OSD resolutionsphintuka
2010-01-03Relaxed intercept checkphintuka
2009-12-15Added stabilize_time option:phintuka
2009-12-14Removed redundant init codephintuka
2009-12-14New subtitle detection configuration parameters: lifetime and stabilize time.phintuka
2009-12-08Use start_line,end_line for active cropping.phintuka
2009-12-08Only auto-detected croppping is resetted when frame format changes.phintuka
2009-12-08Added missing cropping_active checks.phintuka
2009-12-08Moved subtitle detection to analyze branch. No need to check for subtitles un...phintuka
2009-12-08Added mutex to make state changes atomic.phintuka
2009-12-07Added parameter for autodetect rate. (this should enable autodetection with n...phintuka
2009-12-07Added parameter for soft start stepphintuka
2009-12-06Eliminated prev_start_line and prev_end_line from plugin instance dataphintuka
2009-12-06autocrop_draw(): use local variable for cropping_activephintuka
2009-11-17Added support for non-standard frame formats (VDPAU,...)phintuka
2009-11-12Added support for cropping in video driverphintuka
2009-11-12Intercept get_frame() instead of using intercept_frame()phintuka
2009-10-28Removed old driver crop codephintuka
2009-10-16Added has_unscaled_overlay and has_driver_crop (Thanks to durchflieger)phintuka
2009-10-16analyze_frame, crop_copy_yv12, crop_copy_yuy2, crop_nocopy: Use local variabl...phintuka
2009-10-16Cosmetics (Thanks to durchflieger)phintuka
2009-10-16float -> double (Thanks to durchflieger)phintuka
2008-11-01Removed leftover xine-lib config.hphintuka
2008-09-22Removed extra RCS ID linephintuka
2008-05-22xine_xmalloc -> callocphintuka
2008-01-02Use POST_PLUGIN_IFACE_VERSION instead of XINE_VERSION_CODEphintuka
2007-12-19xine-lib 1.2 API changes (post_class)phintuka
2006-12-19Added missing headerphintuka
2006-10-07Fixed cropped frame height calculationphintuka
2006-09-24fix aspect ratio (?)phintuka
2006-09-16Center image if it is wider than 16:9 and centering does not hide subtitlesphintuka
2006-09-13Do not use analyzation results of black framesphintuka
2006-09-12YUY2 (untested)phintuka
2006-09-12MMX/SSEphintuka
2006-08-22Added config parameter supportphintuka