[FFmpeg-devel] [PATCH] avfilter: add deblock filter
Michael Niedermayer
michael at niedermayer.cc
Wed Apr 18 23:59:22 EEST 2018
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.
I may have more comments if i find the time, as i had worked with similar
filters long ago and this looks a bit familiar but dont wait for me if
i dont find the time
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Old school: Use the lowest level language in which you can solve the problem
conveniently.
New school: Use the highest level language in which the latest supercomputer
can solve the problem without the user falling asleep waiting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180418/be54b2b9/attachment.sig>
More information about the ffmpeg-devel
mailing list