summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_denoise3d.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-1/+1
* 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
* | Merge svn changes up to r29134Uoti Urpala2009-04-021-6/+0
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-6/+0
* | 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 r26783Uoti Urpala2008-05-151-16/+18
|\|
| * Use standard license headers.diego2008-05-131-16/+18
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-271-1/+0
* 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-3/+3
* neightbour --> neighbor typo fixdiego2005-10-061-2/+2
* Needs the previous mpi (pmpi), so request a readable one and requestreimar2005-07-311-1/+2
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* 10larpi2003-02-151-1/+1
* cleanup & more optimizearpi2003-02-091-16/+5
* simpler/faster LowPass() macroarpi2003-02-091-2/+14
* 1000larpi2003-01-301-1/+1
* new video filter: denoise3d - temporal&spatial noise reductionarpi2003-01-301-0/+270