summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_unsharp.c
Commit message (Expand)AuthorAgeFilesLines
* Replace fast_memcpy() useswm42012-11-111-2/+2
* vf_delogo, vf_unsharp: clear mpi->priv for consistencyreimar2012-10-301-0/+1
* vf_unsharp: direct rendering fixesmplayer-svn2012-08-031-5/+5
* configure: remove checks for malloc.h and alloca()wm42012-07-301-4/+0
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+2
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-5/+5
* Merge svn changes up to r31050Uoti Urpala2010-04-261-4/+4
|\
| * Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemszuxy2010-04-201-4/+4
| * Mark all fmt_list arrays as const.diego2010-02-261-1/+1
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-5/+5
* | Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\|
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-12/+12
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-12/+12
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+1
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-2/+2
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-2/+2
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-2/+2
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-2/+2
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-17/+18
|\|
| * Use standard license headers.diego2008-05-131-17/+18
* | 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