Mon, 13 Sep 2010 12:14:43 +0000 |
diego |
Mark srcArray as const pointer to const data, fixes the warnings:
|
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().
|
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.
|
Sun, 29 Mar 2009 14:46:59 +0000 |
reimar |
Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.
|
Tue, 17 Feb 2009 11:16:19 +0000 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
Mon, 27 Oct 2008 21:00:12 +0000 |
diego |
Fix smartblur filter crash due to missing default scaler choice;
|
Tue, 13 May 2008 10:16:20 +0000 |
diego |
Use standard license headers.
|
Mon, 25 Feb 2008 15:46:36 +0000 |
diego |
FFmpeg now uses different (unified) #include paths.
|
Sun, 02 Dec 2007 14:57:15 +0000 |
reimar |
Make all vf_info_t structs const
|
Sun, 27 May 2007 20:36:04 +0000 |
reimar |
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
Sun, 31 Dec 2006 02:44:54 +0000 |
rathann |
Fix build with shared libavutil. Approved by Diego.
|
Sun, 17 Sep 2006 15:02:13 +0000 |
lucabe |
Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()
|
Fri, 30 Jun 2006 12:00:31 +0000 |
lucabe |
Move postproc ---> libswscale
|
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.
|
Sun, 31 Jul 2005 12:13:22 +0000 |
reimar |
when threshold != 0 the dest image must be readable
|
Thu, 20 Jan 2005 13:22:53 +0000 |
reimar |
remove all setlocale calls, they break the behaviour of sscanf and
|
Sat, 18 Sep 2004 00:08:17 +0000 |
michael |
passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags
|
Sun, 01 Jun 2003 21:59:29 +0000 |
michael |
vf_scale.h & related cleanup & some small warning fix by dominik
|
Thu, 24 Apr 2003 17:04:20 +0000 |
michael |
removing sws - global verbose var dependancy
|
Sat, 15 Mar 2003 18:01:02 +0000 |
albeu |
Add the new -vf option wich is the same as vop in reverse order.
|
Sun, 23 Feb 2003 22:05:55 +0000 |
michael |
sws_ prefix, more seperation between internal & external swscaler API
|
Sun, 24 Nov 2002 06:23:50 +0000 |
rguyom |
Locale fix.
|
Mon, 04 Nov 2002 20:39:27 +0000 |
michael |
smartblur
|