[FFmpeg-devel] [PATCH] lavfi: avectorscope filter

Lou Logan lou at lrcd.com
Wed May 8 01:51:16 CEST 2013


On Mon, 29 Apr 2013 13:17:58 +0000, Paul B Mahol wrote:

> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  doc/filters.texi               |  44 +++++++
>  libavfilter/Makefile           |   1 +
>  libavfilter/allfilters.c       |   1 +
>  libavfilter/avf_avectorscope.c | 262 +++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 308 insertions(+)
>  create mode 100644 libavfilter/avf_avectorscope.c
> 
> diff --git a/doc/filters.texi b/doc/filters.texi

[...]

> + at item rc
> + at item gc
> + at item bc
> +Specify the red, green and blue contrast.

Mentioning any defaults and/or acceptable range would be useful here
for lusers like me.

> + at item rf
> + at item gf
> + at item bf
> +Specify the red, green and blue fade.
> + at end table

Same as above.

Rest of docs looks good to me.


More information about the ffmpeg-devel mailing list