gstreamer/gst/videoscale
2010-06-14 15:46:53 -07:00
..
.gitignore
gstvideoscale.c videoscale: ...and add Y16 case for the linear scaling 2010-06-13 20:57:19 +02:00
gstvideoscale.h
gstvideoscaleorc-dist.c videoscale: Update disted orc files 2010-06-12 16:23:23 +02:00
gstvideoscaleorc-dist.h videoscale: Update disted orc files 2010-06-12 16:23:23 +02:00
gstvideoscaleorc.orc
Makefile.am
README
videoscale.vcproj
vs_4tap.c
vs_4tap.h
vs_image.c
vs_image.h
vs_scanline.c videoscale: Fix black horizontal line in image 2010-06-14 15:46:53 -07:00
vs_scanline.h

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