gstreamer/gst/videoscale
Sebastian Dröge b69f5e2c66 videoscale: Make sure to allocate enough memory for the temporary buffer
and fix scaling of odd-height interlaced video.
2009-08-06 06:43:32 +02:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c videoscale: Make sure to allocate enough memory for the temporary buffer 2009-08-06 06:43:32 +02:00
gstvideoscale.h videoscale: Add support for interlaced content 2009-08-06 06:43:31 +02:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00: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: Add support for 16 bit grayscale in native endianness 2009-05-26 15:26:30 +02:00
vs_4tap.h videoscale: Add support for 16 bit grayscale in native endianness 2009-05-26 15:26:30 +02:00
vs_image.c videoscale: Add support for 16 bit grayscale in native endianness 2009-05-26 15:26:30 +02:00
vs_image.h videoscale: Add support for 16 bit grayscale in native endianness 2009-05-26 15:26:30 +02:00
vs_scanline.c videoscale: Add support for 16 bit grayscale in native endianness 2009-05-26 15:26:30 +02:00
vs_scanline.h videoscale: Add support for 16 bit grayscale in native endianness 2009-05-26 15:26:30 +02: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