diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-28 17:25:56 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-28 17:25:56 +0000 |
commit | aae071d922ffabcade0315e2691d671e4cb85478 (patch) | |
tree | 4c51c61ac44168f3c18474c174b535af3dbef747 /ChangeLog | |
parent | b1bc42dda060735f8795ebb5a21fc68e26261b2a (diff) | |
download | gst-plugins-bad-aae071d922ffabcade0315e2691d671e4cb85478.tar.gz gst-plugins-bad-aae071d922ffabcade0315e2691d671e4cb85478.tar.bz2 gst-plugins-bad-aae071d922ffabcade0315e2691d671e4cb85478.zip |
gst/deinterlace2/tvtime/: Add a C implementation for the greedyh deinterlacing method, clean up the code a bit and ma...
Original commit message from CVS:
* gst/deinterlace2/tvtime/greedyh.asm:
* gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
(deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
* gst/deinterlace2/tvtime/greedyhmacros.h:
Add a C implementation for the greedyh deinterlacing method, clean
up the code a bit and mark the SSE version as MMXEXT as it doesn't
require any SSE instructions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-06-28 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/deinterlace2/tvtime/greedyh.asm: + * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C), + (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method): + * gst/deinterlace2/tvtime/greedyhmacros.h: + Add a C implementation for the greedyh deinterlacing method, clean + up the code a bit and mark the SSE version as MMXEXT as it doesn't + require any SSE instructions. + 2008-06-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/deinterlace2/gstdeinterlace2.c: |