summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-24 10:12:08 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-24 10:12:08 +0000
commit501437acf936ca3f3f5dd4fa2210d2d272d18709 (patch)
tree6abbce5f3814076a4e396f9725b27d99dbfd8a4a /ChangeLog
parente02d4969cb8e4f6a1ec178ebdb8a9708b857c883 (diff)
downloadgst-plugins-bad-501437acf936ca3f3f5dd4fa2210d2d272d18709.tar.gz
gst-plugins-bad-501437acf936ca3f3f5dd4fa2210d2d272d18709.tar.bz2
gst-plugins-bad-501437acf936ca3f3f5dd4fa2210d2d272d18709.zip
gst/deinterlace2/tvtime/greedy.c: Add plain MMX implementation for the greedyl method.
Original commit message from CVS: * gst/deinterlace2/tvtime/greedy.c: (deinterlace_greedy_packed422_scanline_mmx), (deinterlace_greedy_packed422_scanline): Add plain MMX implementation for the greedyl method.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81c7d765..eda3bad3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-06-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/deinterlace2/tvtime/greedy.c:
+ (deinterlace_greedy_packed422_scanline_mmx),
+ (deinterlace_greedy_packed422_scanline):
+ Add plain MMX implementation for the greedyl method.
+
+2008-06-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/deinterlace2/Makefile.am:
Move the assembly includes to noinst_HEADERS where they belong.