gstreamer/gst/videoscale
Sebastian Dröge 3c1041d5eb Revert "gst: Add better support for static plugins"
This reverts commit d2d79e3bc2,
which was accidentially pushed.
2012-10-24 13:26:26 +02:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c videoscale: improve handling of navigation events 2012-09-11 10:56:43 +02:00
gstvideoscale.h videoscale: sprinkle some G_GNUC_INTERNAL 2012-08-04 22:05:20 +01:00
gstvideoscaleorc-dist.c Release 0.11.94 2012-09-14 02:47:54 +01:00
gstvideoscaleorc-dist.h videoscale: ranem gst_video_scale_orc -> video_scale_orc 2012-07-23 17:13:29 +02:00
gstvideoscaleorc.orc videoscale: ranem gst_video_scale_orc -> video_scale_orc 2012-07-23 17:13:29 +02:00
Makefile.am Revert "gst: Add better support for static plugins" 2012-10-24 13:26:26 +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 4-tap scaling for 64-bpp formats 2012-08-04 22:05:21 +01:00
vs_4tap.h videoscale: sprinkle some G_GNUC_INTERNAL 2012-08-04 22:05:20 +01:00
vs_fill_borders.c videoscale: ranem gst_video_scale_orc -> video_scale_orc 2012-07-23 17:13:29 +02:00
vs_fill_borders.h videoscale: sprinkle some G_GNUC_INTERNAL 2012-08-04 22:05:20 +01:00
vs_image.c videoscale: remove defunct commented code 2012-09-10 14:03:49 +02:00
vs_image.h videoscale: sprinkle some G_GNUC_INTERNAL 2012-08-04 22:05:20 +01:00
vs_lanczos.c videoscale: fix AYUV64 scaling 2012-02-19 00:05:08 -08:00
vs_scanline.c videoscale: ranem gst_video_scale_orc -> video_scale_orc 2012-07-23 17:13:29 +02: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