[FFmpeg-soc] libavfilter - filter for .ass subtitle rendering using libass

Diego Biurrun diego at biurrun.de
Tue Feb 24 23:10:17 CET 2009


On Tue, Feb 24, 2009 at 08:28:53PM +0300, Alexey Lebedeff wrote:
> On Tue, 24 Feb 2009 13:54:08 +0300, Alexey Lebedeff wrote:
> 
>  AL> If there is any interest in it, I'll do some cleanup to code,
>  AL> properly integrate it into build process, and share the results.
> 
> Here is the very primitive patch to libavfilter Makefile, and source
> of filter itself. No proper build process integration yet.
> 
> --- Makefile.orig	2009-02-23 10:41:03.000000000 +0000
> +++ Makefile	2009-02-24 16:57:36.000000000 +0000
> @@ -34,4 +35,8 @@
>  
>  HEADERS = avfilter.h
>  
> +CFLAGS += -I/usr/include/ass

This is wrong, just use the full include path.

> /*
>  * SSA/ASS subtitles rendering filter, using libssa.
>  * Based on vf_drawbox.c from libavfilter and vf_ass.c from mplayer.
>  *
>  * Copyright (c) 2006 Evgeniy Stepanov <eugeni.stepanov at gmail.com>
>  * Copyright (c) 2008 Affine Systems, Inc (Michael Sullivan, Bobby Impollonia)
>  * Copyright (c) 2009 Alexey Lebedeff <binarin at binarin.ru>
>  *
>  * This program is free software; you can redistribute it and/or
>  * modify it under the terms of the GNU General Public License
>  * as published by the Free Software Foundation; either version 2
>  * of the License, or (at your option) any later version.

This is not our standard license header and it's GPL, not LGPL.

Diego



More information about the FFmpeg-soc mailing list