gstreamer/gst/videoscale
2012-02-19 00:05:08 -08:00
..
.gitignore
gstvideoscale.c videoscale: Add nearest/linear scaling for NV12 2012-02-04 13:41:47 -08:00
gstvideoscale.h videoscale: Add modified Lanczos scaling method 2011-09-01 15:16:50 -07:00
gstvideoscaleorc-dist.c
gstvideoscaleorc-dist.h
gstvideoscaleorc.orc
Makefile.am videoscale: Add modified Lanczos scaling method 2011-09-01 15:16:50 -07:00
README
videoscale.vcproj
vs_4tap.c
vs_4tap.h
vs_fill_borders.c videoscale: prevent implicit upgrade to integer type and sign extension 2012-01-19 16:43:38 +01:00
vs_fill_borders.h
vs_image.c videoscale: Add nearest/linear scaling for NV12 2012-02-04 13:41:47 -08:00
vs_image.h videoscale: Add nearest/linear scaling for NV12 2012-02-04 13:41:47 -08:00
vs_lanczos.c videoscale: fix AYUV64 scaling 2012-02-19 00:05:08 -08:00
vs_scanline.c videoscale: Add nearest/linear scaling for NV12 2012-02-04 13:41:47 -08:00
vs_scanline.h videoscale: Add nearest/linear scaling for NV12 2012-02-04 13:41:47 -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