gstreamer/gst/videoscale
2011-02-20 12:04:02 -08:00
..
.gitignore
gstvideoscale.c videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
gstvideoscale.h videoscale: Add support for adding black borders to keep the DAR if necessary 2010-07-18 15:44:14 +02:00
gstvideoscaleorc-dist.c videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
gstvideoscaleorc-dist.h videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
gstvideoscaleorc.orc videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
Makefile.am videoscale: Add support for adding black borders to keep the DAR if necessary 2010-07-18 15:44:14 +02:00
README
videoscale.vcproj
vs_4tap.c videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
vs_4tap.h videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
vs_fill_borders.c videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
vs_fill_borders.h videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
vs_image.c videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
vs_image.h videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
vs_scanline.c videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
vs_scanline.h videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00

- 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