summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-24 09:40:03 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-24 09:40:03 +0000
commite02d4969cb8e4f6a1ec178ebdb8a9708b857c883 (patch)
tree4b84ee760b225b0590178dcef6b64fd6a7e51e32 /ChangeLog
parent6fd4ed3965ecfebdcba954ccb97d9464f3bd12d7 (diff)
downloadgst-plugins-bad-e02d4969cb8e4f6a1ec178ebdb8a9708b857c883.tar.gz
gst-plugins-bad-e02d4969cb8e4f6a1ec178ebdb8a9708b857c883.tar.bz2
gst-plugins-bad-e02d4969cb8e4f6a1ec178ebdb8a9708b857c883.zip
gst/deinterlace2/Makefile.am: Move the assembly includes to noinst_HEADERS where they belong.
Original commit message from CVS: * gst/deinterlace2/Makefile.am: Move the assembly includes to noinst_HEADERS where they belong. * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c), (deinterlace_line_mmx): Fix C and MMX implementations a bit more.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1c50b46..81c7d765 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
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.
+
+ * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
+ (deinterlace_line_mmx):
+ Fix C and MMX implementations a bit more.
+
+2008-06-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/deinterlace2/tvtime/greedy.c:
(deinterlace_greedy_packed422_scanline_c),
(deinterlace_greedy_packed422_scanline_mmxext),