summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-07-26 16:49:18 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-07-26 16:49:18 +0000
commit952b7e290bac2e57a3b3d4c6072b7616c9fdfe03 (patch)
treea5441d24151835b122c9e053b8ca0aab052a4726 /ChangeLog
parent3682f26d9c925e754c838aab38483412b3233f88 (diff)
downloadgst-plugins-bad-952b7e290bac2e57a3b3d4c6072b7616c9fdfe03.tar.gz
gst-plugins-bad-952b7e290bac2e57a3b3d4c6072b7616c9fdfe03.tar.bz2
gst-plugins-bad-952b7e290bac2e57a3b3d4c6072b7616c9fdfe03.zip
fix videoscale stride bugs
Original commit message from CVS: fix videoscale stride bugs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e113852..8aa7f680 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst/videoscale/videoscale.c: (gst_videoscale_setup),
+ (gst_videoscale_planar411), (gst_videoscale_planar400),
+ (gst_videoscale_packed422), (gst_videoscale_packed422rev),
+ (gst_videoscale_scale_nearest_str1),
+ (gst_videoscale_scale_nearest_str2),
+ (gst_videoscale_scale_nearest_str4),
+ (gst_videoscale_scale_nearest_16bit),
+ (gst_videoscale_scale_nearest_24bit):
+ fixed stride issues
+ tested with 320x240 -> 321, 322, 324 x240
+ tested with YV12, I420, YUY2, UYVY
+ fixed packed422rev (don't think it could have worked before)
+ by testing with UYVY
+
2004-07-26 Benjamin Otte <otte@gnome.org>
* ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),