summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_unsharp.c
Commit message (Expand)AuthorAgeFilesLines
* Mark some constant symbols as suchUoti Urpala2008-04-261-1/+1
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-5/+5
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-2/+2
* Source files should not contain non-ASCII characters.diego2007-03-121-2/+2
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.reimar2007-03-011-9/+3
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Update licensing information: The FSF changed postal address.diego2006-01-131-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-201-10/+0
* cleanup, use vf->dmpi rather than vf->priv->dmpi for consistencyrfelker2003-05-201-11/+10
* vf_clone_mpi_attributes()michael2003-04-191-2/+1
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* Fixed a bug which would prevent proper parsing of floating pointrguyom2002-11-031-0/+10
* vf_unsharp: proper rounding & print if sharpening or bluringarpi2002-11-011-4/+7
* new video filter: unsharp - does image (l/c/l+c) sharping/bluringarpi2002-10-291-0/+327