[FFmpeg-devel] [PATCH] libmpcodecs support
Baptiste Coudurier
baptiste.coudurier
Fri Jan 14 20:45:48 CET 2011
Hi Michael,
On 01/13/2011 08:37 PM, Michael Niedermayer wrote:
> Hi
>
> Attached patchset makes libavfilter support most libmpcodecs filters
> The libmpcodecs filters are practically unmodified and for keeping it
> maintainable id like to keep them unmodified.
>
> I will commit this soon but wont enable it yet. That way others can help
> cleanup the wraper (minus code that for maintainability should stay identical
> to the original), fix bugs, rename all global functions so they wont conflict
> with mplayers if they ever include this and generally help.
>
> Please dont bikeshed this to death.
>
> Ahh before i can commit this, libmpcodecs and subdirectories must not get
> blocked by the tab& trailing whitespace checkin scripts.
>
> [...]
>
> From fcd1ad739d7c36473813ee0d9c495a57bf2df268 Mon Sep 17 00:00:00 2001
> From: Michael Niedermayer<michaelni at gmx.at>
> Date: Fri, 14 Jan 2011 05:06:30 +0100
> Subject: [PATCH 6/7] Add libmpcodecs wraper for libavfilter, still disabled
>
> ---
> libavfilter/vf_mp.c | 913 +++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 files changed, 913 insertions(+), 0 deletions(-)
> create mode 100644 libavfilter/vf_mp.c
>
> diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c
The other filters may be kept intact, but the libavfilter wrapper should
be reformatted and cleaned up.
[...]
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
More information about the ffmpeg-devel
mailing list