gstreamer/gst/videoscale
Antonio Ospite fdfc6baf14 videoscale: fix adding borders when NV12 is used
When the frame buffer is NV12 the borders are not added at all, fix that
and fill them to black.

https://bugzilla.gnome.org/show_bug.cgi?id=711003
2013-10-30 18:38:21 +01:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c videoscale: fix adding borders when NV12 is used 2013-10-30 18:38:21 +01: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 4tap for RGB15 and RGB16 2013-09-12 12:27:19 +02: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: pick nearest line in scaling 2013-09-10 16:24:55 +02: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: optimize merge for RGB15 and RGB16 2013-09-12 12:27:19 +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