[FFmpeg-devel] [PATCH] avfilter: add ssim filter

Paul B Mahol onemda at gmail.com
Mon Jun 22 22:12:48 CEST 2015


On 6/22/15, Nicolas George <george at nsup.org> wrote:
> Le quartidi 4 messidor, an CCXXIII, Paul B Mahol a ecrit :
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>>  Changelog                |   1 +
>>  doc/filters.texi         |  53 ++++++++
>>  libavfilter/Makefile     |   1 +
>>  libavfilter/allfilters.c |   1 +
>>  libavfilter/vf_ssim.c    | 340
>> +++++++++++++++++++++++++++++++++++++++++++++++
>>  5 files changed, 396 insertions(+)
>>  create mode 100644 libavfilter/vf_ssim.c
>
> Would it make sense to merge it with the psnr filter, sharing code and
> offering a common user interface for various quality measurements?

Just to put it into same file?
Moving it into same filter would be also possible but how would then
new filter be named then?

>
> Regards,
>
> --
>   Nicolas George
>


More information about the ffmpeg-devel mailing list