Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Thu, 02 Apr 2009 09:20:48 +0000 |
diego |
Remove unnecessary malloc.h #includes and related #ifdeffery.
|
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
|
Fri, 09 Nov 2007 15:39:08 +0000 |
diego |
Remove unnecessary dsputil.h #include, fixes the warnings:
|
Tue, 30 Oct 2007 15:24:09 +0000 |
diego |
Remove unused fmt_list array, fixes the warnings:
|
Wed, 11 Jul 2007 18:08:01 +0000 |
lorenm |
remove unused variables
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Mon, 28 Aug 2006 18:09:58 +0000 |
michael |
segfault fix
|
Sun, 09 Jul 2006 16:01:36 +0000 |
diego |
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
|
Mon, 17 Apr 2006 20:20:28 +0000 |
nicodvb |
removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it)
|
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)
|
Mon, 13 Feb 2006 07:00:37 +0000 |
lorenm |
lavc exposes the reconstructed picture, so no need to decode it again
|
Tue, 31 Jan 2006 23:36:12 +0000 |
diego |
Move conditional compilation out of the code and into the build system.
|
Fri, 13 Jan 2006 00:23:32 +0000 |
diego |
Update licensing information: The FSF changed postal address.
|
Sat, 03 Dec 2005 03:04:10 +0000 |
michael |
switch to snow
|
Fri, 18 Nov 2005 14:39:25 +0000 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
Tue, 08 Nov 2005 13:15:19 +0000 |
michael |
ultra simple&slow pp filter, yes yet another spp like filter :)
|