summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_filmdint.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: shut up more warningsClément Bœsch2011-05-061-1/+1
* vf_*: fix pts values passed to the next filterRudolf Polzer2011-04-241-1/+4
* 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 r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-4/+4
|\|
| * Use x86_reg instead of long in several video filters to fix compilation on Mi...reimar2009-03-271-4/+4
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-2/+2
|\|
| * HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-261-2/+2
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-5/+5
|\|
| * More #ifdef HAVE_MMX etc. missed by earlier search.reimar2009-01-161-5/+5
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-11/+11
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-11/+11
* | Move opt_screen_size_[x|y] to options structUoti Urpala2008-04-251-4/+3
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-5/+5
|/
* Remove unnecessary <signal.h> includesuau2008-01-091-1/+0
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove unused variable.diego2007-08-241-1/+0
* Get rid of my_memcpy_pic code duplication in many filters.reimar2007-06-281-15/+0
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-6/+6
* 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-4/+4
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-4/+4
* dr bugfix by zoli (author of the filter)rfelker2004-04-231-5/+21
* Patch from the author, Zoltan Hidvegi:rfelker2003-12-111-1/+4
* Yet another inverse telecine filter by Zoltan Hidvegi <mplayer@hzoli.2y.net>....alex2003-12-081-0/+1443