summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-21 09:05:00 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-21 09:05:00 +0000
commit9d8a3105abe0aad8de9e0b67191d48339cf8d310 (patch)
tree0c9c0077329d45e0a80108e5c88a2333dd1c5d24 /ChangeLog
parent15f2d610f0e57210e8e0567bb825526f025dea51 (diff)
downloadgst-plugins-bad-9d8a3105abe0aad8de9e0b67191d48339cf8d310.tar.gz
gst-plugins-bad-9d8a3105abe0aad8de9e0b67191d48339cf8d310.tar.bz2
gst-plugins-bad-9d8a3105abe0aad8de9e0b67191d48339cf8d310.zip
gst/deinterlace2/tvtime/greedy.c: Implement a C version of the greedy low motion algorithm and mark the assembly opti...
Original commit message from CVS: * gst/deinterlace2/tvtime/greedy.c: (deinterlace_greedy_packed422_scanline_sse), (deinterlace_greedy_packed422_scanline_c), (deinterlace_greedy_packed422_scanline): Implement a C version of the greedy low motion algorithm and mark the assembly optimized version as SSE as it uses SSE instructions additional to MMX instructions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ad64925..03e1b3b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-06-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/deinterlace2/tvtime/greedy.c:
+ (deinterlace_greedy_packed422_scanline_sse),
+ (deinterlace_greedy_packed422_scanline_c),
+ (deinterlace_greedy_packed422_scanline):
+ Implement a C version of the greedy low motion algorithm and mark the
+ assembly optimized version as SSE as it uses SSE instructions
+ additional to MMX instructions.
+
2008-06-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
Patch by: Sebastian Pölsterl