diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-05 12:22:37 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-05 12:22:37 +0000 |
commit | 8fccf53fc2d070a4938ceb05b164f4a273388b20 (patch) | |
tree | 4e938189bac92f348165a8a7fc72a7f2dcdbdcb8 /ChangeLog | |
parent | fa81d7c15de525c796bea4b1720698d097ea94ee (diff) | |
download | gst-plugins-bad-8fccf53fc2d070a4938ceb05b164f4a273388b20.tar.gz gst-plugins-bad-8fccf53fc2d070a4938ceb05b164f4a273388b20.tar.bz2 gst-plugins-bad-8fccf53fc2d070a4938ceb05b164f4a273388b20.zip |
gst/deinterlace2/tvtime/greedyh.asm: Support widths that are not a multiply of 4 when using the assembly optimized gr...
Original commit message from CVS:
* gst/deinterlace2/tvtime/greedyh.asm:
Support widths that are not a multiply of 4 when using the assembly
optimized greedyh implementations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-07-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/deinterlace2/tvtime/greedyh.asm: + Support widths that are not a multiply of 4 when using the assembly + optimized greedyh implementations. + 2008-07-04 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/deinterlace2/tvtime/greedyh.c: |