gstreamer/gst/videoscale
2012-07-23 17:03:53 +02:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c videoscale: remove formats Y800 and Y16 which no longer exist from template caps 2012-07-17 00:27:17 +01:00
gstvideoscale.h videofilter: improve video filter 2011-12-21 23:46:53 +01:00
gstvideoscaleorc-dist.c videoscale: prefix orc functions with gst_video_scale_orc 2012-07-23 17:03:53 +02:00
gstvideoscaleorc-dist.h videoscale: prefix orc functions with gst_video_scale_orc 2012-07-23 17:03:53 +02:00
gstvideoscaleorc.orc videoscale: prefix orc functions with gst_video_scale_orc 2012-07-23 17:03:53 +02:00
Makefile.am gst: Update versioning 2012-04-04 14:55:15 +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 convert M_PI to G_PI, for msvc 2011-06-10 23:56:34 -07:00
vs_4tap.h videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
vs_fill_borders.c videoscale: prefix orc functions with gst_video_scale_orc 2012-07-23 17:03:53 +02:00
vs_fill_borders.h videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
vs_image.c videoscale: prefix orc functions with gst_video_scale_orc 2012-07-23 17:03:53 +02: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: prefix orc functions with gst_video_scale_orc 2012-07-23 17:03:53 +02: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