gstreamer/gst/videoscale
2013-09-10 16:24:56 +02:00
..
.gitignore
gstvideoscale.c
gstvideoscale.h
gstvideoscaleorc-dist.c Release 1.1.1 2013-06-05 18:31:27 +02:00
gstvideoscaleorc-dist.h
gstvideoscaleorc.orc
Makefile.am
README
videoscale.vcproj
vs_4tap.c videoscale: fix RGB15 masks 2013-09-10 16:24:56 +02:00
vs_4tap.h
vs_fill_borders.c
vs_fill_borders.h
vs_image.c videoscale: pick nearest line in scaling 2013-09-10 16:24:55 +02:00
vs_image.h
vs_lanczos.c
vs_scanline.c videoscale: simplify YUYV and UYVY linear scaling 2013-09-10 16:24:56 +02:00
vs_scanline.h

- test different strides using
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=328,height=240 ! xvimagesink 
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=324,height=240 ! xvimagesink 
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=322,height=240 ! xvimagesink 
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=321,height=240 ! xvimagesink