summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-07-06 20:43:58 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-07-06 20:43:58 +0000
commitaaa193fce30b3c0e5276804bb8079937d3c049a9 (patch)
tree37d591814c3fad973169e6a32a81dc5e4c143835 /ChangeLog
parent5874d6f330263e9ed959ee58c595b33aaf6865dc (diff)
downloadgst-plugins-bad-aaa193fce30b3c0e5276804bb8079937d3c049a9.tar.gz
gst-plugins-bad-aaa193fce30b3c0e5276804bb8079937d3c049a9.tar.bz2
gst-plugins-bad-aaa193fce30b3c0e5276804bb8079937d3c049a9.zip
gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc: Mark internal processing functions as static inline for quite ...
Original commit message from CVS: * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc: Mark internal processing functions as static inline for quite some speedup as they're used only once and need to get many local variables passed as parameter.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1555d46f..150b1623 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-07-06 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
+ Mark internal processing functions as static inline for quite some
+ speedup as they're used only once and need to get many local variables
+ passed as parameter.
+
2008-07-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/deinterlace2/gstdeinterlace2.c: