diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-13 10:52:03 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-13 10:52:03 +0000 |
commit | 856a1e45eed1c576313f39485d59cee510bdf8ef (patch) | |
tree | 5442e76d4793f191ac997015de270c58377b77f6 /ChangeLog | |
parent | 9a392ef442ef284f63c36ef3690445e5938a046a (diff) | |
download | gst-plugins-bad-856a1e45eed1c576313f39485d59cee510bdf8ef.tar.gz gst-plugins-bad-856a1e45eed1c576313f39485d59cee510bdf8ef.tar.bz2 gst-plugins-bad-856a1e45eed1c576313f39485d59cee510bdf8ef.zip |
gst/deinterlace2/tvtime/: Some cleanup, use 3DNOW instead of TDNOW in macros.
Original commit message from CVS:
* gst/deinterlace2/tvtime/greedyh.asm:
* gst/deinterlace2/tvtime/greedyh.c:
* gst/deinterlace2/tvtime/greedyhmacros.h:
Some cleanup, use 3DNOW instead of TDNOW in macros.
* gst/deinterlace2/tvtime/tomsmocomp.c:
(gst_deinterlace_method_tomsmocomp_class_init):
* gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
* gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
The SSE method in fact only needs MMXEXT, declare it as such.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2008-07-13 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/deinterlace2/tvtime/greedyh.asm: + * gst/deinterlace2/tvtime/greedyh.c: + * gst/deinterlace2/tvtime/greedyhmacros.h: + Some cleanup, use 3DNOW instead of TDNOW in macros. + + * gst/deinterlace2/tvtime/tomsmocomp.c: + (gst_deinterlace_method_tomsmocomp_class_init): + * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc: + * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: + The SSE method in fact only needs MMXEXT, declare it as such. + 2008-07-11 Jan Schmidt <thaytan@noraisin.net> * docs/plugins/.cvsignore: |