gstreamer/gst/videoscale
Sebastian Dröge 58c77eb1b4 videoscale: Remove interlaced scaling again
This behaviour was not preferred and caused visible image quality
degradations. The real solution would be, to apply a real
deinterlacing filter before scaling the frames.

Fixes bug #615471.
2010-07-18 15:44:13 +02:00
..
.gitignore
gstvideoscale.c videoscale: Remove interlaced scaling again 2010-07-18 15:44:13 +02:00
gstvideoscale.h videoscale: Remove interlaced scaling again 2010-07-18 15:44:13 +02:00
gstvideoscaleorc-dist.c
gstvideoscaleorc-dist.h
gstvideoscaleorc.orc videoscale: Implement linear merging of Y16 scanlines with orc 2010-06-12 12:57:14 +02:00
Makefile.am videoscale: Explicitely link with $(LIBM) 2010-06-27 06:38:24 +02:00
README
videoscale.vcproj
vs_4tap.c
vs_4tap.h
vs_image.c
vs_image.h
vs_scanline.c
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