mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/videoscale/videoscale.c: Fix the scaling algorithm and avoid a buffer overflow. removed the while loop in the sca...
Original commit message from CVS: * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest), (gst_videoscale_scale_nearest_str2), (gst_videoscale_scale_nearest_str4), (gst_videoscale_scale_nearest_32bit), (gst_videoscale_scale_nearest_24bit), (gst_videoscale_scale_nearest_16bit): Fix the scaling algorithm and avoid a buffer overflow. removed the while loop in the scaling function as it was used for point sampling only.
This commit is contained in:
parent
20e91b0f35
commit
a6e2d4002b
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2004-05-24 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
|
||||
(gst_videoscale_scale_nearest_str2),
|
||||
(gst_videoscale_scale_nearest_str4),
|
||||
(gst_videoscale_scale_nearest_32bit),
|
||||
(gst_videoscale_scale_nearest_24bit),
|
||||
(gst_videoscale_scale_nearest_16bit):
|
||||
Fix the scaling algorithm and avoid a buffer overflow.
|
||||
removed the while loop in the scaling function as it
|
||||
was used for point sampling only.
|
||||
|
||||
2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
|
||||
|
|
Loading…
Reference in a new issue