gstreamer/gst/videoscale
David Schleef a31a3800b6 Link plugins against libraries:
Original commit message from CVS:
Link plugins against libraries:
* ext/alsa/Makefile.am:
* gst/tcp/Makefile.am:
Remove asm code that should be in liboil
* gst/videoscale/Makefile.am:
* gst/videoscale/videoscale_x86_asm.s:
gettext wants these checked in:
* po/af.po:
* po/az.po:
* po/cs.po:
* po/en_GB.po:
* po/hu.po:
* po/it.po:
* po/nb.po:
* po/nl.po:
* po/or.po:
* po/sq.po:
* po/sr.po:
* po/sv.po:
* po/uk.po:
* po/vi.po:
2005-04-25 00:35:15 +00:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c gst/videoscale/gstvideoscale.c: PAR can be non-fixed when not provided as argument (#162626). 2005-01-29 13:24:33 +00:00
gstvideoscale.h pixel aspect ratio handling 2004-07-27 16:43:24 +00:00
Makefile.am Link plugins against libraries: 2005-04-25 00:35:15 +00:00
README add _get_size function with stride, fixes YUV conversions 2004-07-27 15:56:55 +00:00
videoscale.c gst/videoscale/: leak fixes 2004-11-03 16:08:14 +00:00
videoscale.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
videoscale.vcproj more working plugins 2004-07-27 21:41:30 +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

- 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