gstreamer/gst/videoscale
Thomas Vander Stichele cc2e1fab44 pixel aspect ratio handling
Original commit message from CVS:
pixel aspect ratio handling
2004-07-27 16:43:24 +00:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c pixel aspect ratio handling 2004-07-27 16:43:24 +00:00
gstvideoscale.h pixel aspect ratio handling 2004-07-27 16:43:24 +00:00
Makefile.am Remove all locally-defined optimization flags 2003-09-11 19:58:00 +00:00
README add _get_size function with stride, fixes YUV conversions 2004-07-27 15:56:55 +00:00
videoscale.c add _get_size function with stride, fixes YUV conversions 2004-07-27 15:56:55 +00:00
videoscale.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
videoscale.vcproj rename GStreamer-0.8.lib to libgstreamer.lib 2004-07-27 09:57:33 +00:00
videoscale_x86.c don't mix tabs and spaces 2004-03-15 19:32:28 +00:00
videoscale_x86.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
videoscale_x86_asm.s Change .p2align to .align for non-gas assemblers. (Fixes: #112608) 2003-05-09 18:36:50 +00:00

- 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