aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_unsharp.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r31050Gravatar Uoti Urpala2010-04-26
|\
| * Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemsGravatar zuxy2010-04-20
* | Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\ \
| | * Mark all fmt_list arrays as const.Gravatar diego2010-02-26
| | * cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
| |/
| * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers.Gravatar diego2008-05-13
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Source files should not contain non-ASCII characters.Gravatar diego2007-03-12
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.Gravatar reimar2007-03-01
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* Update licensing information: The FSF changed postal address.Gravatar diego2006-01-13
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* remove all setlocale calls, they break the behaviour of sscanf andGravatar reimar2005-01-20
* cleanup, use vf->dmpi rather than vf->priv->dmpi for consistencyGravatar rfelker2003-05-20
* vf_clone_mpi_attributes()Gravatar michael2003-04-19
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* Fixed a bug which would prevent proper parsing of floating pointGravatar rguyom2002-11-03
* vf_unsharp: proper rounding & print if sharpening or bluringGravatar arpi2002-11-01
* new video filter: unsharp - does image (l/c/l+c) sharping/bluringGravatar arpi2002-10-29