summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_kerndeint.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-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
* | 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/+19
|\|
| * Use standard license headers.diego2008-05-131-16/+19
* | 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-6/+6
* allows to de- and reactivate kerndeint on the flycehoyos2007-03-221-2/+22
* Fix FSF address and otherwise broken license headers.diego2007-01-221-1/+1
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-3/+0
* 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-3/+3
* A bit late, but here's the "more sane options ordering" patch.ranma2004-02-231-8/+4
* 10l fix by Jindrich Makovickaranma2004-01-291-15/+24
* kerndeint adaptive deinterlacerranma2004-01-291-0/+326