gst/videoscale/: Support 1x1 images as input and output as for example the BBC HQ...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 2 May 2008 10:02:05 +0000 (10:02 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 2 May 2008 10:02:05 +0000 (10:02 +0000)
commitabbce230e22fdec768ba32a2266a1466b5a13dcf
tree78c007c85471415a2b9ad788f7cfb11e69988ac4
parentea0d78e8e51afff6a5d16c86a0d24968b2319a40
gst/videoscale/: Support 1x1 images as input and output as for example the BBC HQ new streams have 1x1 GIFs in the pl...

Original commit message from CVS:
* gst/videoscale/gstvideoscale.c:
* gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
* gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
(vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
(vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
(vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
(vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
(vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
(vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
(vs_image_scale_linear_RGB555):
Support 1x1 images as input and output as for example the BBC HQ new
streams have 1x1 GIFs in the playlists for some reason.
ChangeLog
gst/videoscale/gstvideoscale.c
gst/videoscale/vs_4tap.c
gst/videoscale/vs_image.c