summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_mcdeint.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-5/+5
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Add missing header files, fixes the warnings:diego2007-11-091-0/+1
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-271-1/+0
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-211-1/+1
* Avoid crash in uninit-without-config casereimar2006-06-261-0/+2
* avcodec_close()michael2006-06-191-0/+1
* better spatial interpolationmichael2006-06-091-14/+15
* filter left & right edges too (yeah the code is lame i know...)michael2006-06-081-1/+1
* improved mc+src merge codemichael2006-06-081-11/+21
* known issues and notesmichael2006-06-061-0/+27
* Motion compensating deinterlacermichael2006-06-061-0/+296