Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Tue, 17 Feb 2009 11:16:19 +0000 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
Fri, 16 Jan 2009 09:21:21 +0000 |
reimar |
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
Thu, 16 Oct 2008 18:59:27 +0000 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
Tue, 13 May 2008 10:16:20 +0000 |
diego |
Use standard license headers.
|
Sun, 02 Dec 2007 14:57:15 +0000 |
reimar |
Make all vf_info_t structs const
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Mon, 12 Mar 2007 15:52:34 +0000 |
diego |
Source files should not contain non-ASCII characters.
|
Thu, 01 Mar 2007 12:54:08 +0000 |
reimar |
Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
|
Tue, 21 Mar 2006 21:26:42 +0000 |
michael |
passing pts through the filter layer (lets see if pts or cola comes out at the end)
|
Fri, 13 Jan 2006 00:23:32 +0000 |
diego |
Update licensing information: The FSF changed postal address.
|
Fri, 18 Nov 2005 14:39:25 +0000 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
Thu, 20 Jan 2005 13:22:53 +0000 |
reimar |
remove all setlocale calls, they break the behaviour of sscanf and
|
Tue, 20 May 2003 18:36:55 +0000 |
rfelker |
cleanup, use vf->dmpi rather than vf->priv->dmpi for consistency
|
Sat, 19 Apr 2003 02:48:53 +0000 |
michael |
vf_clone_mpi_attributes()
|
Sat, 15 Mar 2003 18:01:02 +0000 |
albeu |
Add the new -vf option wich is the same as vop in reverse order.
|
Sun, 03 Nov 2002 15:14:31 +0000 |
rguyom |
Fixed a bug which would prevent proper parsing of floating point
|
Fri, 01 Nov 2002 00:02:52 +0000 |
arpi |
vf_unsharp: proper rounding & print if sharpening or bluring
|
Tue, 29 Oct 2002 22:37:11 +0000 |
arpi |
new video filter: unsharp - does image (l/c/l+c) sharping/bluring
|