]> git.sesse.net Git - vlc/commit
Video filter fixes:
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 25 Dec 2007 22:39:00 +0000 (22:39 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 25 Dec 2007 22:39:00 +0000 (22:39 +0000)
commit1eead51a19ee98436742a054edec808bcb3a9f71
tree89ccdd803e6bce7564714931ce4e2f7605291921
parent3510dc7cbbb4a118d7512f813d8e4e99794e7aa0
Video filter fixes:
 * colorthres.c: validate input chroma.
 * erase.c: fix bluring application limit (prevents out of bounds access).
 * gaussianblur.c: validate input chroma and add planar YUV 4:2:2 support.
 * psychedelic.c: check image_Convert return value (it fails for I422 which would then trigger a segfault due to a NULL pointer being dereferenced).
 * rotate.c: validate input chroma, add planar YUV 4:2:2 support and misc code fixes or simplifications.
modules/video_filter/colorthres.c
modules/video_filter/erase.c
modules/video_filter/gaussianblur.c
modules/video_filter/psychedelic.c
modules/video_filter/rotate.c