[vlc-commits] commit: Fixed colorthres/erase/extract/gaussianblur/gradient/motionblur/ motiondetect/noise/psychedelic/sharpen filters. (Laurent Aimar )

git at videolan.org git at videolan.org
Wed Aug 11 22:10:19 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Aug 10 23:19:36 2010 +0200| [eb07c341123fd85843c56ded82bd1e323fc660cb] | committer: Laurent Aimar 

Fixed colorthres/erase/extract/gaussianblur/gradient/motionblur/motiondetect/noise/psychedelic/sharpen filters.

input and output picture pitches may not be equal (corruptions or segfaults).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb07c341123fd85843c56ded82bd1e323fc660cb
---

 modules/video_filter/colorthres.c   |  148 +++++++++++++---------------
 modules/video_filter/erase.c        |    6 +-
 modules/video_filter/extract.c      |  184 ++++++++++++++++++-----------------
 modules/video_filter/gaussianblur.c |   12 +-
 modules/video_filter/gradient.c     |   28 ++----
 modules/video_filter/motionblur.c   |   61 ++++--------
 modules/video_filter/motiondetect.c |   15 ++--
 modules/video_filter/noise.c        |   11 +-
 modules/video_filter/psychedelic.c  |    3 +-
 modules/video_filter/sharpen.c      |    4 +-
 10 files changed, 216 insertions(+), 256 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=eb07c341123fd85843c56ded82bd1e323fc660cb


More information about the vlc-commits mailing list