Age | Commit message (Collapse) | Author |
|
(Thanks to Ville Skyttä)
|
|
|
|
are from same lines
|
|
functions
|
|
(Thanks to Andreas Auras (durchflieger))
|
|
Changes logging of debug output from simple printf to xinelib supplied
features giving more standardized output (e.g. autocrop: ....)
(Thanks to Andreas Auras (durchflieger))
|
|
letterbox
frame by the specified amount (%1000 of frame height).
This is usefull when using a TV output device that does some overscan.
(Thanks to Andreas Auras (durchflieger))
|
|
(Thanks to Andreas Auras (durchflieger))
|
|
Added a additional letterbox detection algorithms called the AVARDS algorithms.
This algorithms uses only the Y channel for detecting letterbox bars by using
a histogram function to determine the exact bar tone value which leads to very
exact bar recognition.
It recognize logos within bars at any horizontal position even in the bottom bar
if subtitle detection is disabled.
The algorithms is controlled by the new plugin parameter 'use_avards_analysis'.
(Thanks to Andreas Auras (durchflieger))
|
|
(Thanks to durchflieger)
|
|
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
|
|
Fixed comparing signed and unsigned vars.
(Thanks to Winfried Koehler)
|
|
(Thanks to Winfried Koehler)
|
|
(only SHOW events have event->object.overlay)
|
|
|
|
|
|
Number of frames with equal bars before cropping value changes
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
|
|
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
Store detected and stabilized values.
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
Removed redundant format change check.
|
|
Merged no-crop return paths in draw().
|
|
unless frame has been analyzed.
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
Frame and OSD handling are running in different threads.
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
non-standard frame formats like VDPAU)
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
(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
|
|
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
Cosmetics
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
http://vdrportal.de/board/thread.php?threadid=86804
|
|
variables for start_line and end_line
(Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804
|
|
http://vdrportal.de/board/thread.php?threadid=86804
|
|
http://vdrportal.de/board/thread.php?threadid=86804
|
|
|
|
|
|
|
|
|
|
|
|
Fixed wrong cast
|
|
|
|
|
|
Overlay position adjustments
Experimental tighter Y filter
|
|
|
|
|
|
|
|
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
|