[FFmpeg-devel] [PATCH] lavfi: port decimate libmpcodecs filter

Stefano Sabatini stefasab at gmail.com
Sun Aug 19 18:01:35 CEST 2012


On date Sunday 2012-03-18 01:15:11 +0100, Stefano Sabatini encoded:
> From 91544202dd06510cb7d4aa751730f073b99802af Mon Sep 17 00:00:00 2001
> From: Stefano Sabatini <stefasab at gmail.com>
> Date: Sat, 17 Mar 2012 15:49:51 +0100
> Subject: [PATCH] lavfi: port decimate libmpcodecs filter
> 
> ---
>  configure                 |    1 +
>  doc/filters.texi          |   29 +++++
>  libavfilter/Makefile      |    1 +
>  libavfilter/allfilters.c  |    1 +
>  libavfilter/diff.h        |   27 ++++
>  libavfilter/vf_decimate.c |  308 +++++++++++++++++++++++++++++++++++++++++++++
>  libavfilter/x86/Makefile  |    2 +
>  libavfilter/x86/diff.c    |   63 +++++++++
>  8 files changed, 432 insertions(+), 0 deletions(-)
>  create mode 100644 libavfilter/diff.h
>  create mode 100644 libavfilter/vf_decimate.c
>  create mode 100644 libavfilter/x86/diff.c
[...]

New update, still a WIP.
-- 
FFmpeg = Fascinating & Faithful Magical Peaceful Educated Gigant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavfi-port-decimate-libmpcodecs-filter.patch
Type: text/x-diff
Size: 17636 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120819/2cc7802b/attachment.bin>


More information about the ffmpeg-devel mailing list