gstreamer/gst/videoscale
Sebastian Dröge ff5d3313d4 Release 1.1.1
2013-06-05 18:31:27 +02:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c videoscale: Allow passthrough for ANY caps features 2013-04-08 08:30:38 +02:00
gstvideoscale.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstvideoscaleorc-dist.c Release 1.1.1 2013-06-05 18:31:27 +02:00
gstvideoscaleorc-dist.h Update disted orc backup files 2013-04-22 13:58:33 +01:00
gstvideoscaleorc.orc videoscale: ranem gst_video_scale_orc -> video_scale_orc 2012-07-23 17:13:29 +02:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
README fix caps 2012-09-14 13:22:31 +02:00
videoscale.vcproj more working plugins 2004-07-27 21:41:30 +00:00
vs_4tap.c videoscale: Fix compiler errors caused by not including config.h 2013-03-02 19:29:40 +01:00
vs_4tap.h videoscale: sprinkle some G_GNUC_INTERNAL 2012-08-04 22:05:20 +01:00
vs_fill_borders.c videoscale: Fix compiler errors caused by not including config.h 2013-03-02 19:29:40 +01:00
vs_fill_borders.h videoscale: sprinkle some G_GNUC_INTERNAL 2012-08-04 22:05:20 +01:00
vs_image.c videoscale: Fix compiler errors caused by not including config.h 2013-03-02 19:29:40 +01:00
vs_image.h videoscale: sprinkle some G_GNUC_INTERNAL 2012-08-04 22:05:20 +01:00
vs_lanczos.c videoscale: Fix compiler errors caused by not including config.h 2013-03-02 19:29:40 +01:00
vs_scanline.c videoscale: Fix compiler errors caused by not including config.h 2013-03-02 19:29:40 +01:00
vs_scanline.h videoscale: sprinkle some G_GNUC_INTERNAL 2012-08-04 22:05:20 +01:00

- test different strides using
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=328,height=240 ! xvimagesink 
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=324,height=240 ! xvimagesink 
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=322,height=240 ! xvimagesink 
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=321,height=240 ! xvimagesink