[FFmpeg-devel] [PATCH] avfilter: port pullup filter from libmpcodecs
Timothy Gu
timothygu99 at gmail.com
Mon Sep 16 00:57:47 CEST 2013
On Sep 15, 2013 1:43 PM, "Paul B Mahol" <onemda at gmail.com> wrote:
>
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> LICENSE | 1 +
> configure | 1 +
> libavfilter/Makefile | 1 +
> libavfilter/allfilters.c | 1 +
> libavfilter/vf_pullup.c | 731
+++++++++++++++++++++++++++++++++++++++
> libavfilter/vf_pullup.h | 72 ++++
> libavfilter/x86/Makefile | 1 +
> libavfilter/x86/vf_pullup_init.c | 221 ++++++++++++
> 8 files changed, 1029 insertions(+)
> create mode 100644 libavfilter/vf_pullup.c
> create mode 100644 libavfilter/vf_pullup.h
> create mode 100644 libavfilter/x86/vf_pullup_init.c
Where's the documentation?
[...]
Timothy
More information about the ffmpeg-devel
mailing list