log libmpcodecs/vf_hue.c @ 37174:6c941fe7fc3e

age author description
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
Fri, 26 Feb 2010 17:21:06 +0000 diego Mark vf_opts/vf_opts_fields structures 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().
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Sat, 21 Nov 2009 19:50:33 +0000 reimar Remove unreachable parsing code: for filters that use the option parser,
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 19 Feb 2009 10:06:43 +0000 diego Remove unused and unreachable code hunk that was surrounded by a misspelled
Fri, 16 Jan 2009 09:21:21 +0000 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Sun, 28 Jan 2007 16:48:01 +0000 reimar Mark m_struct_t defaults as const
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, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Thu, 25 Aug 2005 17:02:17 +0000 reimar Wrong scale conversion from VFCTRL_SET_EQUALIZER, priv->saturation should
Wed, 16 Feb 2005 23:47:00 +0000 syrjala Improved NV12/NV21 support.
Thu, 02 Sep 2004 19:48:41 +0000 michael hue filter bugfix by ("James Crowson" <jbcrowso at ncsu dot edu>)
Tue, 28 Oct 2003 13:51:04 +0000 michael hue changeing of grayscale probably isnt usefull
Thu, 23 Oct 2003 18:36:02 +0000 michael vf_hue