summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_hue.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-4/+4
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-5/+0
|\|
| * Remove unreachable parsing code: for filters that use the option parser,reimar2009-11-211-5/+0
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-5/+4
* | Merge svn changes up to r28690Uoti Urpala2009-02-211-4/+0
|\|
| * Remove unused and unreachable code hunk that was surrounded by a misspelleddiego2009-02-191-4/+0
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-1/+1
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-1/+1
* | Mark some constant symbols as suchUoti Urpala2008-04-261-2/+2
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Mark m_struct_t defaults as constreimar2007-01-281-1/+1
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* Wrong scale conversion from VFCTRL_SET_EQUALIZER, priv->saturation shouldreimar2005-08-251-1/+1
* Improved NV12/NV21 support.syrjala2005-02-161-1/+0
* hue filter bugfix by ("James Crowson" <jbcrowso at ncsu dot edu>)michael2004-09-021-1/+1
* hue changeing of grayscale probably isnt usefullmichael2003-10-281-2/+0
* vf_huemichael2003-10-231-0/+195