[FFmpeg-devel] [PATCH 3/3] lavfi: add a framework to fix alignment problems.

2017-05-18 Thread Nicolas George
A lot of filters require aligned frame data, but do not document it. It can result in crashes with perfectly valid uses of the API. For now, the default alignment is not set. Signed-off-by: Nicolas George --- libavfilter/avfilter.c | 51 ++ libavfi

[FFmpeg-devel] [PATCH 3/3] lavfi: add a framework to fix alignment problems.

2017-05-09 Thread Nicolas George
A lot of filters require aligned frame data, but do not document it. It can result in crashes with perfectly valid uses of the API. For now, the default alignment is not set. Signed-off-by: Nicolas George --- libavfilter/avfilter.c | 50 ++ libavfi

[FFmpeg-devel] [PATCH 3/3] lavfi: add a framework to fix alignment problems.

2017-05-06 Thread Nicolas George
A lot of filters require aligned frame data, but do not document it. It can result in crashes with perfectly valid uses of the API. Signed-off-by: Nicolas George --- libavfilter/avfilter.h | 9 + 1 file changed, 9 insertions(+) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.