]> git.sesse.net Git - ffmpeg/commit
lavfi: port mp=pp7 to libavfilter
authorArwa Arif <arwaarif1994@gmail.com>
Thu, 25 Dec 2014 04:20:24 +0000 (09:50 +0530)
committerStefano Sabatini <stefasab@gmail.com>
Fri, 9 Jan 2015 16:26:31 +0000 (17:26 +0100)
commita299cd5ab3567bdf855dc84cdbed4d22ea5fcbb6
tree0058f0a8feb665e0bb326a5c4cff07b2aa3eda67
parentb1d223301f03741c87a0e0b755c108bbc2eafc93
lavfi: port mp=pp7 to libavfilter

The only difference with mp=pp7 is that default mode is "medium", as stated
in the MPlayer docs, rather than "hard".

Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
LICENSE.md
configure
doc/filters.texi
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/version.h
libavfilter/vf_pp7.c [new file with mode: 0644]
libavfilter/vf_pp7.h [new file with mode: 0644]
libavfilter/x86/Makefile
libavfilter/x86/vf_pp7.c [new file with mode: 0644]