[FFmpeg-devel] [PATCH] lavfi: Port mp=pp7 to libavfilter

arwa arif arwaarif1994 at gmail.com
Fri Jan 9 21:16:38 CET 2015


On Fri, Jan 9, 2015 at 10:07 PM, Stefano Sabatini <stefasab at gmail.com>
wrote:

> On date Wednesday 2015-01-07 19:14:49 +0530, arwa arif encoded:
> [...]
> > From 2676f37a204b48bdbb2e24359b6a85598a8c021b Mon Sep 17 00:00:00 2001
> > From: Arwa Arif <arwaarif1994 at gmail.com>
> > Date: Thu, 25 Dec 2014 09:50:24 +0530
> > Subject: [PATCH] lavfi: port mp=pp7 to avfilter
> >
> > TODO: modify version.h, Add ff_norm_qscale in internal.h
> > ---
> >  LICENSE.md               |    1 +
> >  configure                |    1 +
> >  doc/filters.texi         |   31 ++++
> >  libavfilter/Makefile     |    1 +
> >  libavfilter/allfilters.c |    1 +
> >  libavfilter/vf_pp7.c     |  419
> ++++++++++++++++++++++++++++++++++++++++++++++
> >  libavfilter/vf_pp7.h     |   46 +++++
> >  libavfilter/x86/Makefile |    1 +
> >  libavfilter/x86/vf_pp7.c |   68 ++++++++
> >  9 files changed, 569 insertions(+)
> >  create mode 100644 libavfilter/vf_pp7.c
> >  create mode 100644 libavfilter/vf_pp7.h
> >  create mode 100644 libavfilter/x86/vf_pp7.c
>
> Patch applied, thanks.
>
> Please provide a patch to factorize the use of norm_qscale(), to
> remove mp=pp7, and to readd the use_bframe_qp if you think it's
> useful.
>

I have attached the patch to remove mp=pp7 and factorize the use of
norm_qscale.


> --
> FFmpeg = Faithful & Furious Multimedia Practical Exciting Genius
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Remove-mp-pp7.patch
Type: text/x-patch
Size: 17414 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150110/3e9f12d0/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Factorize-the-use-of-norm_qscale-in-pp7.patch
Type: text/x-patch
Size: 2596 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150110/3e9f12d0/attachment-0001.bin>


More information about the ffmpeg-devel mailing list