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

Paul B Mahol onemda at gmail.com
Thu Apr 19 00:11:30 EEST 2018


On 4/18/18, Michael Niedermayer <michael at niedermayer.cc> wrote:
> On Wed, Apr 18, 2018 at 01:08:07PM +0200, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>>  doc/filters.texi         |  59 +++++++
>>  libavfilter/Makefile     |   1 +
>>  libavfilter/allfilters.c |   1 +
>>  libavfilter/vf_deblock.c | 409
>> +++++++++++++++++++++++++++++++++++++++++++++++
>>  4 files changed, 470 insertions(+)
>>  create mode 100644 libavfilter/vf_deblock.c
>
> Iam not sure the name is a good choice. We have many deblock filters
> already
> The documentation should under the heading of "deblock" refer to all these
> filters if such heading is added
>
> Also please list what specification or paper or your own design this is
> based on.

It is modified:

A Simple and Efficient Deblocking Algorithm for Low Bit-Rate Video Coding

Looks like pdf is gone from web, but i have it locally.


More information about the ffmpeg-devel mailing list