summaryrefslogtreecommitdiff
path: root/xine_post_autocrop.c
AgeCommit message (Collapse)Author
2009-11-17Added support for non-standard frame formats (VDPAU,...)phintuka
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804
2009-11-12Added support for cropping in video driverphintuka
(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-12Intercept get_frame() instead of using intercept_frame()phintuka
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804
2009-10-28Removed old driver crop codephintuka
Cosmetics (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804
2009-10-16Added has_unscaled_overlay and has_driver_crop (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804
2009-10-16analyze_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-16Cosmetics (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804
2009-10-16float -> double (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804
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
Fixed wrong cast
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
Overlay position adjustments Experimental tighter Y filter
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
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-20First working versionphintuka
2006-08-07Initial imoort (dummy plugin)phintuka