gstreamer/gst/videoscale
Sebastian Dröge f7939bb43f Merge branch 'master' into 0.11
Conflicts:
	NEWS
	RELEASE
	configure.ac
	docs/plugins/gst-plugins-base-plugins.args
	docs/plugins/gst-plugins-base-plugins.hierarchy
	docs/plugins/gst-plugins-base-plugins.interfaces
	docs/plugins/inspect/plugin-adder.xml
	docs/plugins/inspect/plugin-alsa.xml
	docs/plugins/inspect/plugin-app.xml
	docs/plugins/inspect/plugin-audioconvert.xml
	docs/plugins/inspect/plugin-audiorate.xml
	docs/plugins/inspect/plugin-audioresample.xml
	docs/plugins/inspect/plugin-audiotestsrc.xml
	docs/plugins/inspect/plugin-cdparanoia.xml
	docs/plugins/inspect/plugin-encoding.xml
	docs/plugins/inspect/plugin-ffmpegcolorspace.xml
	docs/plugins/inspect/plugin-gdp.xml
	docs/plugins/inspect/plugin-gio.xml
	docs/plugins/inspect/plugin-gnomevfs.xml
	docs/plugins/inspect/plugin-libvisual.xml
	docs/plugins/inspect/plugin-ogg.xml
	docs/plugins/inspect/plugin-pango.xml
	docs/plugins/inspect/plugin-playback.xml
	docs/plugins/inspect/plugin-subparse.xml
	docs/plugins/inspect/plugin-tcp.xml
	docs/plugins/inspect/plugin-theora.xml
	docs/plugins/inspect/plugin-typefindfunctions.xml
	docs/plugins/inspect/plugin-uridecodebin.xml
	docs/plugins/inspect/plugin-videorate.xml
	docs/plugins/inspect/plugin-videoscale.xml
	docs/plugins/inspect/plugin-videotestsrc.xml
	docs/plugins/inspect/plugin-volume.xml
	docs/plugins/inspect/plugin-vorbis.xml
	docs/plugins/inspect/plugin-ximagesink.xml
	docs/plugins/inspect/plugin-xvimagesink.xml
	gst-libs/gst/app/gstappsink.c
	gst-libs/gst/audio/mixer.c
	gst-libs/gst/audio/mixer.h
	gst-libs/gst/tag/gstxmptag.c
	gst-libs/gst/video/colorbalance.c
	gst-libs/gst/video/colorbalance.h
	gst/adder/gstadder.c
	gst/playback/gstplaybasebin.c
	gst/playback/gstplaybin2.c
	gst/playback/gstplaysink.c
	gst/videoscale/gstvideoscale.c
	tests/check/elements/videoscale.c
	tests/examples/seek/seek.c
	tests/examples/v4l/probe.c
	win32/common/_stdint.h
	win32/common/audio-enumtypes.c
	win32/common/config.h
2012-03-02 10:00:55 +01:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c Merge branch 'master' into 0.11 2012-03-02 10:00:55 +01:00
gstvideoscale.h videofilter: improve video filter 2011-12-21 23:46:53 +01:00
gstvideoscaleorc-dist.c gst: update orc-generated disted C backup code to orc 0.4.14 2011-04-30 17:21:28 +01:00
gstvideoscaleorc-dist.h gst: update disted orc backup code 2011-04-16 15:59:45 +01:00
gstvideoscaleorc.orc videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
Makefile.am videoscale: Add modified Lanczos scaling method 2011-09-01 15:16:50 -07:00
README add _get_size function with stride, fixes YUV conversions 2004-07-27 15:56:55 +00:00
videoscale.vcproj more working plugins 2004-07-27 21:41:30 +00:00
vs_4tap.c convert M_PI to G_PI, for msvc 2011-06-10 23:56:34 -07:00
vs_4tap.h videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
vs_fill_borders.c videoscale: prevent implicit upgrade to integer type and sign extension 2012-01-19 16:43:38 +01:00
vs_fill_borders.h videoscale: Add 16-bit-channel support 2011-02-20 12:04:02 -08:00
vs_image.c videoscale: Add nearest/linear scaling for NV12 2012-02-04 13:41:47 -08:00
vs_image.h videoscale: Add nearest/linear scaling for NV12 2012-02-04 13:41:47 -08:00
vs_lanczos.c videoscale: fix AYUV64 scaling 2012-02-19 00:05:08 -08:00
vs_scanline.c videoscale: Add nearest/linear scaling for NV12 2012-02-04 13:41:47 -08:00
vs_scanline.h videoscale: Add nearest/linear scaling for NV12 2012-02-04 13:41:47 -08: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