summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-08-26 12:33:16 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-26 12:33:16 +0000
commit81f8895cb433d34da3478b45904536a365d88946 (patch)
tree428a19ae1c386c1874bf1235f8006a1a8832ac05 /ChangeLog
parent9fbc550ee173229058094ad2a43858342ba4fc8e (diff)
downloadgst-plugins-bad-81f8895cb433d34da3478b45904536a365d88946.tar.gz
gst-plugins-bad-81f8895cb433d34da3478b45904536a365d88946.tar.bz2
gst-plugins-bad-81f8895cb433d34da3478b45904536a365d88946.zip
gst/deinterlace2/tvtime/tomsmocomp/: Unroll the loop to handle two bytes at once. This should give a small speedup an...
Original commit message from CVS: * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc: * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc: * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc: * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc: Unroll the loop to handle two bytes at once. This should give a small speedup and makes it possible to handle chroma and luma different which is needed later.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2c53137..cdc3d14e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-08-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
+ * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
+ * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
+ * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
+ Unroll the loop to handle two bytes at once. This should give
+ a small speedup and makes it possible to handle chroma and luma
+ different which is needed later.
+
2008-08-26 Edward Hervey <edward.hervey@collabora.co.uk>
* gst/dccp/gstdccpserversink.c: