gstreamer/gst/videoscale
Wim Taymans 30c85388fa 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.
2004-05-24 14:48:54 +00:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc 2004-05-21 22:39:30 +00:00
gstvideoscale.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
Makefile.am Remove all locally-defined optimization flags 2003-09-11 19:58:00 +00:00
videoscale.c gst/videoscale/videoscale.c: Fix the scaling algorithm and avoid a buffer overflow. removed the while loop in the sca... 2004-05-24 14:48:54 +00:00
videoscale.h *.h: Revert indenting 2004-03-15 16:32:55 +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