log libmpcodecs/vf_noise.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 20 Jan 2013 16:36:25 +0000 diego Replace obsolete x86_cpu.h #includes by the correct header.
Thu, 03 Nov 2011 13:24:46 +0000 diego cpudetect: clean up libavutil #includes
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
Tue, 20 Apr 2010 04:33:00 +0000 zuxy Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems
Fri, 26 Feb 2010 19:56:03 +0000 diego Mark all fmt_list arrays as const.
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.
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: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, 13 Aug 2006 00:21:14 +0000 diego Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
Mon, 12 Jun 2006 15:19:58 +0000 diego typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$ru
Sat, 15 Apr 2006 20:46:54 +0000 nplourde add support for intel mac. mp3lib is not fixed yet.
Mon, 03 Apr 2006 06:25:30 +0000 rfelker move 12k from data to bss (reduce binary size by 12k)
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, 21 Oct 2004 11:55:20 +0000 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
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.
Tue, 10 Sep 2002 22:18:32 +0000 arpi changing return type of put_image void->int
Tue, 13 Aug 2002 17:53:32 +0000 michael semi regular noise pattern patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)
Sun, 11 Aug 2002 10:52:22 +0000 michael mmx optimized avg/film noise
Sun, 11 Aug 2002 10:12:15 +0000 michael optimization
Sun, 11 Aug 2002 09:52:23 +0000 michael film/average noise cleanup
Sun, 11 Aug 2002 09:46:50 +0000 michael film/average noise patch by (Jindrich Makovicka <makovick at KMLinux dot fjfi dot cvut dot cz>)
Sun, 11 Aug 2002 09:40:57 +0000 michael oops forgot to commit that
Sun, 16 Jun 2002 13:54:36 +0000 michael higher quality mode
Sun, 16 Jun 2002 13:45:52 +0000 michael direct rendering (hopefully at least, TFM for the video filters is a bit nonexistent or iam just too stupid) ;)
Fri, 14 Jun 2002 01:14:56 +0000 michael noise generating filter