summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_mcdeint.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless video filterswm42012-10-031-330/+0
* cleanup: do libav* initialization on startupUoti Urpala2011-07-181-3/+0
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+2
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-021-2/+2
* 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
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* | Remove unnecessary libavutil/internal.h includesUoti Urpala2009-07-261-5/+0
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-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 r28366Uoti Urpala2009-01-261-0/+5
|\|
| * Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.diego2009-01-251-0/+5
* | 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-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