gstreamer/gst/videoscale
2010-07-18 15:44:14 +02:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c videoscale: Fix caps fixating if the height is fixed but the width isn't 2010-07-18 15:44:14 +02:00
gstvideoscale.h videoscale: Remove interlaced scaling again 2010-07-18 15:44:13 +02:00
gstvideoscaleorc-dist.c gst: update orc files 2010-06-26 18:19:33 +01:00
gstvideoscaleorc-dist.h videoscale: Update disted orc files 2010-06-12 16:23:23 +02:00
gstvideoscaleorc.orc videoscale: Implement linear merging of Y16 scanlines with orc 2010-06-12 12:57:14 +02:00
Makefile.am videoscale: Explicitely link with $(LIBM) 2010-06-27 06:38:24 +02:00
README add _get_size function with stride, fixes YUV conversions 2004-07-27 15:56:55 +00:00
videoscale.vcproj more working plugins 2004-07-27 21:41:30 +00:00
vs_4tap.c videoscale: convert from liboil to orc 2010-06-07 23:58:54 -07:00
vs_4tap.h videoscale: convert from liboil to orc 2010-06-07 23:58:54 -07:00
vs_image.c gst: Remove dead assignments and resulting unused variables 2009-08-08 15:54:02 +02:00
vs_image.h videoscale: convert from liboil to orc 2010-06-07 23:58:54 -07:00
vs_scanline.c videoscale: Fix linear scaling of UYVY scanlines 2010-07-18 15:44:14 +02:00
vs_scanline.h videoscale: convert from liboil to orc 2010-06-07 23:58:54 -07: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