[FFmpeg-devel] [PATCH 1/2] lavfi: add FFFrameQueue API.
James Almer
jamrial at gmail.com
Wed Dec 21 22:43:50 EET 2016
On 11/27/2016 1:08 PM, Nicolas George wrote:
> Signed-off-by: Nicolas George <george at nsup.org>
> ---
> libavfilter/Makefile | 1 +
> libavfilter/framequeue.c | 123 +++++++++++++++++++++++++++++++++
> libavfilter/framequeue.h | 173 +++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 297 insertions(+)
> create mode 100644 libavfilter/framequeue.c
> create mode 100644 libavfilter/framequeue.h
>
>
> Unchanged.
>
>
> diff --git a/libavfilter/Makefile b/libavfilter/Makefile
This patchset broke 83 fate tests using valgrind. Looks like memleaks.
http://fate.ffmpeg.org/report.cgi?time=20161221122451&slot=x86_64-archlinux-gcc-valgrindundef
http://fate.ffmpeg.org/report.cgi?time=20161221133057&slot=x86_64-archlinux-gcc-valgrind
More information about the ffmpeg-devel
mailing list