summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-28 17:25:56 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-28 17:25:56 +0000
commitaae071d922ffabcade0315e2691d671e4cb85478 (patch)
tree4c51c61ac44168f3c18474c174b535af3dbef747 /ChangeLog
parentb1bc42dda060735f8795ebb5a21fc68e26261b2a (diff)
downloadgst-plugins-bad-aae071d922ffabcade0315e2691d671e4cb85478.tar.gz
gst-plugins-bad-aae071d922ffabcade0315e2691d671e4cb85478.tar.bz2
gst-plugins-bad-aae071d922ffabcade0315e2691d671e4cb85478.zip
gst/deinterlace2/tvtime/: Add a C implementation for the greedyh deinterlacing method, clean up the code a bit and ma...
Original commit message from CVS: * gst/deinterlace2/tvtime/greedyh.asm: * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C), (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method): * gst/deinterlace2/tvtime/greedyhmacros.h: Add a C implementation for the greedyh deinterlacing method, clean up the code a bit and mark the SSE version as MMXEXT as it doesn't require any SSE instructions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b53d4c16..71a4f6c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-06-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/deinterlace2/tvtime/greedyh.asm:
+ * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
+ (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
+ * gst/deinterlace2/tvtime/greedyhmacros.h:
+ Add a C implementation for the greedyh deinterlacing method, clean
+ up the code a bit and mark the SSE version as MMXEXT as it doesn't
+ require any SSE instructions.
+
2008-06-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/deinterlace2/gstdeinterlace2.c: