Sat, 07 May 2011 20:12:40 +0000 |
reimar |
Fix "warning: pointer of type 'void *' used in arithmetic".
|
Sun, 03 Oct 2010 20:49:50 +0000 |
cehoyos |
yadif: Explicit wordlength for compare. Fixes compile with clang.
|
Tue, 07 Sep 2010 23:35:57 +0000 |
diego |
Add the proper include instead of declaring the correct_pts variable extern.
|
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().
|
Thu, 02 Apr 2009 09:20:48 +0000 |
diego |
Remove unnecessary malloc.h #includes and related #ifdeffery.
|
Fri, 27 Mar 2009 20:34:55 +0000 |
reimar |
Use x86_reg instead of long in several video filters to fix compilation on MinGW64.
|
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:32:54 +0000 |
reimar |
More #ifdef HAVE_MMX etc. missed by earlier search.
|
Tue, 30 Dec 2008 10:38:29 +0000 |
reimar |
Avoid flickering OSD with -vf yadif=1
|
Sun, 02 Nov 2008 15:51:00 +0000 |
reimar |
Use libavutil FFMIN etc. instead of defining our own variants.
|
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 15:09:49 +0000 |
reimar |
Do not use fast_memcpy for small size copy, esp. when the size is constant
|