Wed, 01 Jun 2011 19:15:48 +0000 |
reimar |
Add casts to avoid compiler warning.
|
Mon, 31 Jan 2011 09:55:19 +0000 |
cehoyos |
Fix postprocessing and perspective filters on x86-64.
|
Sun, 30 Jan 2011 22:57:16 +0000 |
michael |
Replace memalign() by av_malloc() in libmpcodecs. as it is not available in all platforms
|
Fri, 14 Jan 2011 22:10:21 +0000 |
cehoyos |
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Sun, 21 Feb 2010 15:48:03 +0000 |
diego |
cosmetics: Rename struct vf_instance_s --> vf_instance.
|
Sun, 21 Feb 2010 13:40:49 +0000 |
diego |
Rename open() vf initialization function to vf_open().
|
Fri, 29 Jan 2010 19:13:07 +0000 |
reimar |
Support more qscale types in most post-processing filters.
|
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
|
Sun, 23 Jul 2006 13:38:20 +0000 |
gpoirier |
-vf pp7 overblurs still parts of the image, which
|
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)
|
Thu, 09 Feb 2006 14:08:03 +0000 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
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.
|
Wed, 20 Jul 2005 01:22:24 +0000 |
iive |
use stored dimensions instead of visible one when (vf_)get_image is called
|
Mon, 11 Jul 2005 18:48:09 +0000 |
michael |
ensure that dr buffers are readable
|
Mon, 11 Jul 2005 10:21:14 +0000 |
michael |
#ifdef HAVE_MMX
|
Sat, 09 Jul 2005 07:49:51 +0000 |
michael |
pp7 filter (spp=6 filter with 7 point dct where only the center sample is used after idct)
|