diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-21 09:05:00 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-21 09:05:00 +0000 |
commit | 9d8a3105abe0aad8de9e0b67191d48339cf8d310 (patch) | |
tree | 0c9c0077329d45e0a80108e5c88a2333dd1c5d24 /ChangeLog | |
parent | 15f2d610f0e57210e8e0567bb825526f025dea51 (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |