[FFmpeg-devel] [PATCH] lavfi: port decimate libmpcodecs filter
Stefano Sabatini
stefasab at gmail.com
Sun Mar 18 01:15:11 CET 2012
On date Sunday 2012-03-18 01:01:31 +0100, Stefano Sabatini encoded:
> ---
> doc/filters.texi | 29 +++
> libavfilter/Makefile | 1 +
> libavfilter/allfilters.c | 1 +
> libavfilter/diff.h | 27 +++
> libavfilter/libmpcodecs/vf_decimate.c | 2 +-
> libavfilter/vf_decimate.c | 308 +++++++++++++++++++++++++++++++++
> libavfilter/x86/Makefile | 2 +
> libavfilter/x86/diff.c | 62 +++++++
> 8 files changed, 431 insertions(+), 1 deletions(-)
> create mode 100644 libavfilter/diff.h
> create mode 100644 libavfilter/vf_decimate.c
> create mode 100644 libavfilter/x86/diff.c
Updated with a few fixes and fixed gpl dependency.
--
FFmpeg = Fiendish & Fancy Marvellous Picky Evanescent Game
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-lavfi-port-decimate-libmpcodecs-filter.patch
Type: text/x-diff
Size: 18125 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120318/d83778d4/attachment.bin>
More information about the ffmpeg-devel
mailing list