gstreamer/gst/videoscale
2010-10-15 13:16:13 -07:00
..
.gitignore
gstvideoscale.c Revert "Revert "Use init functions for Orc code"" 2010-09-09 10:57:41 +02:00
gstvideoscale.h videoscale: Add support for adding black borders to keep the DAR if necessary 2010-07-18 15:44:14 +02:00
gstvideoscaleorc-dist.c Update generated orc code 2010-10-15 13:16:13 -07:00
gstvideoscaleorc-dist.h orc: update generated files to fix MSVC compile issues 2010-09-16 18:03:23 -07:00
gstvideoscaleorc.orc videoscale: Don't use broken orc feature 2010-09-16 17:56:49 -07:00
Makefile.am videoscale: Add support for adding black borders to keep the DAR if necessary 2010-07-18 15:44:14 +02:00
README
videoscale.vcproj
vs_4tap.c videoscale: use math-compat.h here as well 2010-10-05 19:15:47 +01:00
vs_4tap.h
vs_fill_borders.c videoscale: Add support for adding black borders to keep the DAR if necessary 2010-07-18 15:44:14 +02:00
vs_fill_borders.h videoscale: Add support for adding black borders to keep the DAR if necessary 2010-07-18 15:44:14 +02:00
vs_image.c videoscale: refactor using more Orc code 2010-09-14 12:33:21 -07:00
vs_image.h videoscale: Add support for adding black borders to keep the DAR if necessary 2010-07-18 15:44:14 +02:00
vs_scanline.c videoscale: refactor using more Orc code 2010-09-14 12:33:21 -07:00
vs_scanline.h

- 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